Contents tagged with .NET 3.0 amp; .NET 3.5
-
[ASP.NET 4.0] Persisting Row Selection in Data Controls
Data Control Selection Feature In ASP.NET 2.0:
-
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.
-
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
-
Enterprise Library 4.0 March 2008 CTP released
We are pleased to announce the release of the EntLib 4.0 March 2008 CTP and invite your feedback.
-
patterns and practices WCF Security Guidance Now Available
This is the first release of prescriptive guidance modules for WCF Security.
-
Where is ASP.NET 3.5 on IIS ?
Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS manager. And not finding that entry start panicking. If you have been one of those read on. The more tech savvy folks try to run aspnet_regiis -i from the v3.5 framework folder... but even that is missing :)
That brings us to the question
What exactly is ASP.NET 3.5 ?
Read the answer + Full article @ Vijayshinva Karnure's Blog