Contents tagged with .NET Tips Tricks
-
Workaround for missing "Edit WCF Configuration" menu option in Visual Studio
Alex Thissen has posted a workaround for missing "Edit WCF Configuration" menu option in Visual Studio while working with WCF project in Visual Studio 2008
-
[resolved] Script Manager in ASP.net master page issue
If you are using a script manager in your master page in order to share it with all your pages instead of adding a script manager to each page , you need to follow the following steps in order to avoid any further problems:
-
Using the ASP.NET membership provider in a Windows forms application
One of the new features in ASP.NET 2.0 is the membership and role provider system. This is a nicely designed system that allows the developer to handle the storage of user information pretty much any way he likes, all he has to do is create the appropriate providers and configure his application to use these. While this is very powerful there is something else I was much more interested in and that is the fact that user and role management can be added to an application without having to do any of the implementation work. Now this is very convenient if you don’t already have a user database to work with. Also, if at all possible, I would like to be able to use these providers in my Windows forms applications as well as in my web application. Fortunately this is possible without much work at all! So let’s create a very small console application with user management.
-
Upgrading my development machine to VISTA :)
Hello All,
-
MSMQ, WCF and IIS: Getting them to play nice Series
EnjoyA nice series of articles by Tom Hollander
-
Speeding Up FireFox When Using the ASP.NET Development Server from Localhost
A nice article by Scott how to speed up FireFox when using ASP.NET Development server.
-
Free On-Line Courses from Microsoft
A list of free on-line courses from Microsoft provided by US ISV Developer Evangelism Team
-
ASP.NET 2.0 Interview Questions
A list of ASP.NET 2.0 interview question
-
Different ways of Validating ASP.NET Forms
An article explain different ways of validations by Shahed Khan explains :
-
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
A nice tip by Vishal R. Joshi (Program Manager | Visual Web Developer Team) about how to debug Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio.