Where is the MembershipProvider abstract class in .NET 4.0 ?
                            
                            2010-09-08
                            Question:  When I want to create a custom membership provider in asp.net 4, I can not find Membershi ...
                        
 
                            
                            
                                Implementing your own Membership Provider
                            
                            2010-09-08
                            ASP.NET has already provided membership providers that are included with the .NET Framework. You can ...
                        
 
                            
                            
                                Using Visual Studio 2010 to build UML model and genarate code
                            
                            2010-09-07
                            Now coders no more need to find a Microsoft Visio tool to build your UML design. Just use your Visua ...
                        
 
                            
                            
                                int, bigint, smallint, and tinyint in SQL Server
                            
                            2010-09-07
                            The following content copied from 
                            
                                A nice XMLSerialize sample using C#
                            
                            2010-09-06
                            The code sample is from the book "
                            
                                WPF or Windows Forms ?
                            
                            2010-09-06
                            _Windows Presentation Foundation (WPF) is a next-generation presentation system for building Windows ...
                        
 
                            
                            
                                A sample using union in C
                            
                            2010-09-03
                            This sample code is for testing some data type border value using C union. Worked on Linux OS. ...
                        
 
                            
                            
                                How C# rounds decimal numbers
                            
                            2010-09-03
                            You might have known the following example: ...
                        
 
                            
                            
                                Data Type Suffixes (Numeric Literals) in C#
                            
                            2010-09-03
                            Maybe you need to check .NET Data Type Suffixes, or call it Numeric Literals. ...