Contents tagged with .NET
-
[Resolved] Could not load file or assembly 'XXXXX' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I have recently switched my development environment from 32-bit to 64-bit by installing Windows Server 2008 64-bit and modify it to be used as workstation as described here http://www.win2008workstation.com/ and I'm really amazed with it’s performance.
-
Resources for Getting Started with ArcGIS Server Web APIs
A nice blog post published by ESRI developers team at their blog which contains a point to start materials for any developer wishes to start ArcGIS server development using web API.
-
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.
-
Enterprise Library 4.0 Released
-
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.
-
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
-
Free On-Line Courses from Microsoft
A list of free on-line courses from Microsoft provided by US ISV Developer Evangelism Team
-
HelloSecureWorld.com Launched
www.HelloSecureWorld.com provides a powerful experience for promoting security awareness and education in the developer community by surfacing existing content as well as new.
-
Add support for the iPhone to your ASP.NET pages
a good article explains the implementation of an ASP.NET handler to add support to iPhone in the ASP.NET pages by Albert Pascual .