Archive for March, 2010

ASP.NET MVC + AD + Windows Authentication: How to Logout

Friday, March 19th, 2010

In ASP.NET MVC applications using Windows Authentication against a domain, we have two possible ways to login: 1) If the user is on a PC added to the domain,  login to the application is not needed becasue it is done automatically with the user's credentials 2) If the user wants to use ...

Microsoft Chart Controls for Microsoft .NET Framework 3.5

Wednesday, March 17th, 2010

Microsoft has provided a number of charting controls that can be downloaded for free and included in .NET 3.5 ASP.NET or WinForms projects. To use them with Visual Studio 2008, one needs to install an add-on that provides VS toolbox and intellisense integration. These controls are now included ...