Microsoft has released a new preview for ASP.NET MVC 2. Preview 2 builds on the features of Preview 1, adding client-side validation, streamlined support of Areas, and abstractions of Data Annotations validation and metadata providers.
ASP.NET MVC 2 will include the jQuery validation library to provide client-side validation based on the model’s validation metadata. With Preview [...]
11 Dec
Posted by Nedzad as ASP.NET, Open Source, Personal
Probably the best place to look for open source .NET projects is the Codeplex community, that since June 2006 has served thousands of different projects. Recently, the users of this website have come up with another interesting project – Oxite, a simple blog engine written using ASP.NET MVC, and designed with the following goals:
[...]
Lately, topics like search engine optimization and writing user-friendly URLs are to find everywhere on the Internet. Particularly, rewritten URLs make it a lot easier to embed topic-specific or product-specific keywords into the URLs of the pages on your website which increases accessibility for both your audience and for various web crawlers. This is accomplished [...]
Have you ever wondered about all the stages that an ASP.NET request goes through? Ever wonder why it is such a performance hit to have a wildcard mapping to map all extensions on your web server to ASP.NET? This information corresponds to IIS 5.0 and 6.0. For information on the life cycle in IIS 7.0, [...]
With the release of ASP.NET 2.0 the security infrastructure is extended significantly with a higher-level model for managing users and roles, both programmatically and with built-in administrative tools. This functionality (which is accessible through the membership and roles APIs) builds on the existing security infrastructure that has been present since ASP.NET 1.0. Of course, the [...]
Here’s an informative article about use of webservices in ASP.NET AJAX environment and it tells how to call webservice methods from a client-side javascript. It also outlines the new System.Web.Script namespace and explores the ways of defining the client-call to a web service method.
addthis_url = ‘http%3A%2F%2Fnedzadsmajic.info%2F2008%2F05%2F21%2Faspnet-35-ajax-and-webservices%2F’;
addthis_title = [...]