You might know C#, but do you have the knowledge necessary to start building a applications for Windows 8?


You might know C#, but do you have the knowledge necessary to start building a applications for Windows 8?
Discover what HTML5 Server Sent Events are and how to develop a web form that relies on real-time data from the server.
ASP.NET 4.5 and IIS 8 provide support for WebSocket protocol so that you can program WebSockets in your ASP.NET web forms and ASP.NET MVC applications. Bipin Joshi discusses what WebSockets are and how to develop web applications that take advantage of HTML5 WebSockets.
There are several ways to make money from a Windows Store App on Windows 8. One way is with Ads.
Microsoft spent years hammering into developers heads that you need to include certain things on your Windows applications and you need to perform certain actions. Now they want you to forget a quite a few of those "Windows standards" and replace them with new ones.
As you look to building applications for Windows 8, another area that you can't be forgetting is touch. While Windows 7 supported touch, Windows 8 really brings it to life.
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.