26-Apr-13 11:09am by Dan Letecky (updated)
A good-looking ASP.NET control that shows events visually arranged in a day calendar. Includes design-time support and data binding.
22 mins ago by Peter Vegter (updated)
MCI wrapper class library for .NET developers
59 mins ago by JReichert (new)
FlexibleMessageBox – A flexible replacement for the .NET MessageBox.
1 hr ago by K K Kodoth (updated)
Document describes about the Delegate in C# and the usage of delegate in different scenarios
4 hrs ago by Alberto Biafelli (updated)
How to make a simple web server which supports GZIP compression, applications, and sessions.
4 hrs ago by Karthik. A (updated)
This article concentrates on implementing forms authentication for an ASP.NET MVC application.
4 hrs ago by Karthik. A (updated)
An introduction to custom role providers in an ASP.NET MVC 3 application using the Entity Framework for ORM.
5 hrs ago by Rahul Rajat Singh (new)
In this article we will discuss about securing the user passwords by using hashing and salting on the user passwords.
8 hrs ago by Dan Letecky (updated)
How to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache Software License 2.0).
9 hrs ago by Antonio Nakic Alfirevic (updated)
Creating a library for persisting the application state data between work sessions
20 hrs ago by Jos Branders (updated)
MVC Schedule controls
8-Jun-11 8:53am by MBigglesworth79 (new)
Using Named Parameters with Oracle ODP.NET
yesterday by Pragmateek (updated)
Interfacing VBA and .NET is a relatively straightforward process.
2 days ago by Adam Tibi (new)
ASP.NET MVC Views give you the power of Razor View Engine with the flexibility of writing C# code. However, if you do too much C# you will end up with Fat-Razors that need to go on a diet or you might be risking separation of concern attacks.
4 days ago by Leom Burke (new)
Part 1 of getting started with Roslyn
5 days ago by Adam Tibi (updated)
Exposing .NET functions to be consumed as Excel functions, otherwise known in Excel as "User Defined Functions" . Those .NET exposed functions can be easily used from Excel's cells. This article presents two ways to achieve this and the pros and cons of each.
10-Jun-13 18:07pm by Brij (new)
Claim based authentication.
10-Jun-13 7:20am by morzel (updated)
Couple of seconds to process a one megapixel picture… what the hell?
8-Jun-13 3:24am by zoyobar (new)
Using Label class to display text in XNA
5-Jun-13 10:28am by Pragmateek (updated)
How to scope your global state changes with IDisposable and the using statement
4-Jun-13 7:29am by Carl Randall (new)
Instrumentation with Semantic Logging Application Block.
4-Jun-13 5:16am by zoyobar (updated)
How to use HitArea class for hit testing in XNA, WPXNA
19-Aug-10 7:30am by Rahul Khadikar (updated)
Visual Studio Shortcuts
50 mins ago by Hossein Montazeri (updated)
A class to conduct a lottery based on different chances of participants.
1 hr ago by aref.bozorgmehr (updated)
How to use a Persian datetime picker and calendar in your applications.
3 hrs ago by Shivarajbk (new)
This atricle explains how to access methods from another server page.
4 hrs ago by jim lahey (updated)
Installing .NET 4.5 breaks serialization to XML
7 hrs ago by chain1234 (new)
yesterday by Aaron Amberman (updated)
Mouse tracking and mouse binding.
yesterday by Michiel du Toit (updated)
Code for a C# string.Like extension method.
yesterday by sanjeeblaku (updated)
How to retrieve Picasa albums and view photos in ASP.NET
2 days ago by Kamalakumar (new)
This is a simple chat program using WCF with NetTcp binding.
2 days ago by aspnet_regiis -u (updated)
Difference between var and dynamic in C#.