CodeProject
Browse by Tags - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs
Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft All-In-One Code Framework - Developers' Pain Killer
Home
Homepage
Introduction
FAQ
Who We Are
About Us
Contact Us
How We Kill Developers' Pains
Overview
Code Samples
Sample Request Service
Sample Browser
Sample of the Day
Achievements
Global Microsoft Next 2011
3 Years, 5M Downloads
Kudos
News
What's Next
Coming Soon
2012 Plan
2013 Plan
Resources
Documents
Pictures
Videos
Links
Search
Browse by Tags
Archives
Archives
May 2013
(17)
April 2013
(25)
March 2013
(25)
February 2013
(24)
January 2013
(32)
December 2012
(30)
November 2012
(31)
October 2012
(33)
September 2012
(6)
August 2012
(3)
July 2012
(31)
June 2012
(33)
May 2012
(37)
April 2012
(31)
March 2012
(34)
February 2012
(16)
December 2011
(2)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(2)
July 2011
(5)
June 2011
(1)
May 2011
(3)
April 2011
(3)
March 2011
(4)
February 2011
(3)
January 2011
(3)
December 2010
(1)
November 2010
(23)
October 2010
(3)
September 2010
(4)
August 2010
(3)
June 2010
(2)
May 2010
(3)
March 2010
(5)
February 2010
(2)
January 2010
(3)
December 2009
(3)
November 2009
(3)
October 2009
(4)
September 2009
(9)
August 2009
(3)
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(2)
Tags
.NET Framework
ADO.NET
AJAX
ASP.NET
Blog
Entity Framework
Internet Explorer
News
Office
Office Development
Release
SampleBrowser
SampleOfTheDay
SharePoint
Silverlight
TFS
VSX
Windows 8
Windows Azure
Windows Forms
Windows General
Windows Phone
Windows Phone 7
Windows SDK
WPF
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
[Sample Of Apr 18th] How to use DataAdapter to retrieve and update the data
philip fu
Sample Download : http://code.msdn.microsoft.com/How-to-use-DataAdapter-to-e1cd35c1 We can use DataAdapter to retrieve and update the data, and sometimes the features of DataAdapter make some specific operations easier. In this sample, we will demonstrate how to use DataAdapter to retrieve and...
on
19 Apr 2013
Blog Post:
[Sample Of Mar 6th] Enum <--> string converter sample in .NET
philip fu
Sample Download: CS Version: http://code.msdn.microsoft.com/CSEnumStringConverter-31cb7347 VB Version: http://code.msdn.microsoft.com/VBEnumStringConverter-f1c3411c This sample demonstrates how to convert enum to comma separated string & vice versa. It also covers the description attribute...
on
6 Mar 2013
Blog Post:
[Sample Of Jan 30th] Dynamically build lambda expression
philip fu
Sample Download: http://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-8aeca0c4 The sample demonstrates how to dynamically build lambda expression and show data into DataGridView Control. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft...
on
30 Jan 2013
Blog Post:
[Sample Of Dec 9th] How to deep clone objects using reflection in .NET
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSDeepCloneObject-8a53311e VB Version: http://code.msdn.microsoft.com/VBDeepCloneObject-79e5a41f This sample demonstrates how to implement deep clone between objects in .NET using reflection. We can use the MemberwiseClone to get...
on
9 Dec 2012
Blog Post:
[Sample of Nov 27th] Dynamically build lambda expression
philip fu
Sample Download : http://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-d75a695b This sample demonstrates how to dynamically build lambda expression and show data into DataGridView Control. It shows multiple conditions jointing together and dynamically generate LINQ TO SQL. LINQ is a great way...
on
27 Nov 2012
Blog Post:
[Sample of Oct 20th] Thread synchronization via Threading.Monitor
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSThreadingMonitor-ed34e1ae VB Version: http://code.msdn.microsoft.com/VBThreadingMonitor-794050d6 This example shows how synchronization can be accomplished using the lock keyword and the Pulse method of the Monitor object. The Pulse...
on
20 Oct 2012
Blog Post:
[Sample of Oct 6th] Dynamically build lambda expression
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-d75a695b VB Version: http://code.msdn.microsoft.com/VBDynamicallyBuildLambdaExp-7f405252 This sample demonstrates how to dynamically build lambda expression and show data into DataGridView Control. This...
on
6 Oct 2012
Page 1 of 1 (7 items)