| Projects & Startups |
@BizConnectGroup
TwitterTask Project
QuickRede Project
Arduino's Platform
iMascate eCom
The MSDN Code Samples Gallery is hosted by Microsoft. Microsoft does not control, review, revise, endorse or distribute the third party code samples on this site.

Microsoft MSDN Code Gallery - Last 10 Entries


Customize VS status bar in VSPackage (CSVSPackageStatusBar)
Tue, 21 Feb 2012 22:37:42 -0800
This Visual Studio Extensibility code sample demonstrates how to convey information about the current state of Visual Studio IDE using IDE's Status Bar.
Customize VS status bar in VSPackage (VBVSPackageStatusBar)
Tue, 21 Feb 2012 20:05:27 -0800
This Visual Studio Extensibility code sample demonstrates how to convey information about the current state of Visual Studio IDE using IDE's Status Bar.
Basic MVVM Setup
Tue, 21 Feb 2012 14:34:52 -0800
When assisting people on the MSDN WPF Forums, i realize that many people are stuck in old habbits of way to much codebehind, they simply do not exploit the wonderful benefits of the binding in WPF enough! Here i will try to educate the reader in the way of the MVVM Pattern.
ASP.NET Web API JavaScript Scenarios
Tue, 21 Feb 2012 13:02:38 -0800
In this sample we show how you can use ASP.NET Web API to build web APIs that support browser clients and can be easily called using jQuery.
Changing Keyboard Layout Language
Tue, 21 Feb 2012 09:40:18 -0800
In general, developers want to set the layout of keyboard prior to application localized language. In this demonstration, I will develop a simple helper class to be used in windows based applications with custom control in type of text box. So, we can make the default input lan
Beginners for how to Media player using the Silverlight on Windows Phone
Tue, 21 Feb 2012 08:13:51 -0800
The article associated with this sample code covers the various ways you can media player using the Silverlight on windows Phone application.  You will see how easy it is to play media files using the Silverlight controls. Before running this sample, make sure that the following
Update your application using UpdateLib
Tue, 21 Feb 2012 07:14:19 -0800
This sample will show you how to implement the UpdateLib into your project. Allowing you to update it. UpdateLib takes care of most problems Are there special requirements or instructions for building the sample?Yes there is one special requirement to build the sample. You need
Implementing CORS support in ASP.NET Web APIs (per action basis)
Mon, 20 Feb 2012 23:36:40 -0800
This sample shows how another way to enable CORS (Cross-Origin Resource Sharing) in an ASP.NET Web API project, on a per-action basis.
SharePoint 2010 101 Code Samples
Mon, 20 Feb 2012 15:58:30 -0800
Each code sample is part of the SharePoint 2010 101 code samples project. These samples are provided so that you can incorporate them directly in your code. Each code sample consists of a standalone project created in Microsoft Visual Studio 2010
Implementing CORS support in ASP.NET Web APIs
Sun, 19 Feb 2012 18:39:35 -0800
This sample shows how to enable CORS (Cross-Origin Resource Sharing) in an ASP.NET Web API project