Auto Implemented Properties in .NET
If we want to create a class with a bunch of public properties , we generally do it by storing the value of the properties in private field. Eg : Class Student { private int id; public int ID { get { return id; } set { id=value; } } }
Categories: .NET, ASP.NET, Compact Framework / Windows Mobile, Visual Studio 2010 Tags: Auto Implemented property, bunch, explicitly, get, getter or setter, implicitly, private, prop, properties, public, set, snippets, Student.C# 3.0, syntax, VB 10.0
Using Input Scope in Windows Phone 7
When the user places the focus on to the textbox, in the Windows Phone 7, the default keyboard / onscreen keyboard will pop up for the user to touch and type the characters to the textbox. It is also important that the keyboard can be customized depending on the input the user will be typing or the data type the textbox is associated with
Categories: .NET, Windows Phone 7 Tags: customized, default keyboard, Default keyboard layout, developer, email ID, Input Scope, InputScopeName, InputScopeNameValue.Digits, InputScopeNameValue.EmailSmtpAddress, InputScopeNameValue.Url, NameValue, numeric fields, onscreen keyboard, Phone, PhoneApplicationPage_Loaded, PresentationCore.dll, SIP, Software Input panel, System.Windows.Input, TextBox, user, Windows Phone 7
Degisy Data Suite for Delphi 7
Degisy Data Suite is a package of Visual Component Library ( VCL ) components for accessing the Paradox and DBASE Database . The components are inherited from the TDataSet class and thus guarantees a full compatibility with standard DB Controls .
Categories: Delphi, General Tags: ADO, BDE, Borland Database Engine, C++ Builder 6, components, database, DB Controls, DBASE, Degisy Data, Delphi 5, package, paradox, TDataSet, Torry's Delphi site, VCL, Visual Component Library
My First Windows Phone 7 Application.
With the release of Windows Phone 7 CTP Developer tools already released, I started thinking about some cool ideas for the new Mobile platform. So I have decided to get started with the simple program and here’s one with the guide to start. If you are familiar with Visual Studio 2010 Professional / Express / Any version then you will feel comfortable building Application on the new
Categories: .NET, Windows Phone 7 Tags: cool ideas, Developer Tools, Express, Mobile platform, Silverlight, Silverlight Application for Windows Phone, Visual Studio 2010 Professional, Windows Phone 7 CTP, Windows Phone 7 CTP Express Edition for Windows Phone 7, Windows Phone Application, Windows Phone Class Library, Windows Phone Game, Windows Phone Game Library, Windows Phone List Application, XAP, XNA Game Studio
Microsoft’s Visual Studio 2010 Launched
Microsoft has officially announced the launch of Visual Studio 2010 and .Net Framework 4.0 at the Microsoft TechED. Microsoft Visual Studio 2010 is available in three editions: VS 2010 Professional VS 2010 Premium VS 2010 Ultimate
Categories: .NET, General, Visual Studio 2010 Tags: .Net Framework 4.0, BizSpark, C# 4.0, C# Developer Center, DreamSpark students, F#, How Do I? Videos for Visual Studio 2010, Intellisense, Javascript, JQuery, Launched, microsoft, Microsoft TechED, MSDN Subscribers, Named and Optional Parameters, parallel programming, Ribbon Development, VC++ Developer Center, Visual Basic Developer Center, Visual Studio 2010, Website Spark, What's new in Visual Studio 2010, WPF.IDE
Visual Studio 2010 Keybinding Reference Cards
Microsoft has released the reference cards for the default keybindings in Visual Studio 2010 . The Keybinding reference cards are now available for the following languages in Visual Studio 2010:
Categories: .NET, Visual Studio 2010 Tags: Keybinding, microsoft, reference cards, Visual Basic, Visual C++, Visual F#, Visual Studio 2010
Windows Phone 7 Series Application Icon pack available for Download
We are already aware that Microsoft Windows Mobile has been renamed to Windows Phone 7 Series and recently the word "Series" being dropped and now will be called Windows Phone 7 . With the Windows Phone 7 Developer Tools ( CTP ) already available for download , now the Application Bar Icons for Windows Phone is available for download for the developer building the Silverlight or XNA Based
Categories: .NET, Windows Phone 7 Tags: Microsoft Windows Mobile, Windows Phone 7, Windows Phone 7 Developer Tools
Windows Phone 7 Series “Rockstar” Award Contest
Microsoft has recently released the Windows Phone Developers Tools ( CTP ) . With the buzz on the new Platform is getting higher day by day , Here's an opportunity for the students to get going with the Windows Phone Development and get recognised . Yes , this is the Windows Phone 7 Series "Rockstar" Award that is included with the Imagine Cup 2010 .
Developer Posters from Developer Readiness Program
I was browsing through the posters for Developers and found this interesting one from the Developer Readiness Program . These posters include What's new in C# 4.0
Categories: .NET, General Tags: Add-on, Architecture poster, C# 4.0, Developer Readiness Program, Developers, Enterprise Library, microsoft, posters, SDLC posters, technologies, Tools
