CodeGuru.com C# & .NET Articles |
A Beginner's Guide to PLINQ Date: 02/08/2012
Parallel LINQ (PLINQ) has been introduced in .NET Framework 4.0, as part of the parallel programming features. In most scenarios Parallel LINQ is supposed to increase performance but in some cases a sequential operation would be a better option. Read on to learn more...
|
Understanding the New Cryptographic APIs in Window Phone Mango Date: 02/06/2012
Windows Phone Mango provides application developers with a new set of cryptographic APIs, which they can leverage in their applications to store credentials in an encrypted fashion. In this article, we learn more about these APIs and how we can use them.
|
Working with .NET Framework 4.0 Tuples Date: 02/01/2012
Tuple is a very useful type introduced in .NET Framework 4.0. This article offers an insight into the Tuple class, and shows you how to create a data structure and different ways of using it in a .NET program.
|
Writing a Windows Phone 7.5 Camera Application Date: 01/25/2012
Windows Phone Mango now allows programmatic access to the camera, opening doors for developers to write applications that use the built-in camera. Vipul Patel shows you how to build a simple Windows Phone Mango Camera application.
|
Introduction to Lucene.Net Date: 01/18/2012
Rohit Kukreti describes the basic steps to use Lucene.Net within an ASP.Net application.
|
Play Background Audio in Your Windows Phone Apps Date: 01/17/2012
Windows Phone Mango (also called version 7.5) supports multi-tasking, which enables a number of new features, one of which is the ability to play background audio. In this article, we learn how we can play background audio in a Windows Phone application.
|
Kinect for Windows: A New Interface for Your Apps Date: 01/13/2012
Microsoft officially announced that a new Kinect for Windows device will be released on February 1st along with a commercial license. How easy is it to code to?
|
Introduction to Routing Service in WCF 4.0 Date: 01/13/2012
Now in WCF 4.0, developers can create services that act as a Router to route messages to other client WCF services based on the requests from the clients. This feature is called WCF Routing Service. Read this article to learn more about it.
|
Developing for the Windows Phone Sensors Date: 01/11/2012
Windows Phone devices have inbuilt sensors, which can help detect the motion of mobile devices. In this article, we explore how we can use the sensor support on the Windows Phone platform to detect movement of the device.
|
Metro Style Application - How to Work with Data and Controls Using C# Date: 01/09/2012
Microsoft Windows 8 Developer Preview introduces a new development platform and Visual Studio 2011 for creating Metro style apps. It also includes Microsoft Expression Blend for designing RIA. This article shows you how to work with data binding controls in a Metro application.
|
| Back |