Contents tagged with .NET 3.0 .NET 3.5
-
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
-
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.
-
ASP.NET MVC project and TFS Team build issue
I was trying to include my ASP.NET MVC project in a TFS team build today but the build failed so I've investigated this issue and thought it will be helpful to share it with the community.
-
MSMQ, WCF and IIS: Getting them to play nice Series
EnjoyA nice series of articles by Tom Hollander
-
New .NET 3.5 Webcasts are Coming... Mark Your Calendars!
A list of Webcasts which explain .NET 3.5 feature in details ... Mark you calendars
-
WCF Security Guide - Formal beta now available
Part I, "Security Fundamentals for Web Services"
Part II, "Fundamentals of WCF Security"
Part III, "Intranet Application Scenarios"
Part IV, "Internet Application Scenarios" -
Enterprise Library 4.0 Released
-
patterns & practices WCF 3.5 Security Guidelines Now Available
For this week's release in our patterns & practices WCF Security Guidance project, we released our first version of our WCF 3.5 Security Guidelines. Each guideline is a nugget of what to do, why, and how. The goal of the guideline format is to take a lot of information, compress it down, and turn insight into action.
-
.NET 3.5 Enhancements Training Kit released
-
patterns & practices WCF Security Guidance: Updated Application Scenarios
For this week's release in our patterns & practices WCF Security Guidance project, we added new sections to our WCF Security Application Scenarios. We added sections for analysis, code and configuration examples. The analysis section explains the rationale behind some of the decisions.