If you would like to hire my services, you can now do so by visiting the following link:
Website Design Darlington
Article Statistics
Code Bank Statistics
Welcome to the ASP.NET library. The idea of this site is to provide ASP.NET articles, code and tips for professional ASP.NET developers.
I've tried to keep the site as simple as possible to navigate whilst still providing the quality content that will hopefully become a valuable resource for many of you developers out there. There is no membership section to this site so all content is free of charge and I won't be collecting any personal information from anyone viewing the site.
I'll also be using this site myself as a means of storing useful code that I've written, used in some of the applications I've built or simply think needs to be shared. If you have any additions that you think will benefit this site or any of it's readers, please let me know.
I had created a Google Maps web page that loaded data from a database using web services (Denver Traffic Cameras). This post is a tutorial on how to create such a page.
Created by Raj M. Rao on 日, 7 二月 2010 10:34:36 GMT
The ASP.NET MVC framework provides multiple ways to validate the user input. In this article we are going to demonstrate how to perform validation in an ASP.NET application using Controller action, IDataErrorInfo and DataAnnotations methods.
Created by Mohammad Azam on 六, 6 二月 2010 10:34:36 GMT
This article will demonstrate the development of an FBML Facebook application in ASP.NET using the Facebook Development Toolkit. We will create a simple application that accesses the user's profile and displays a list of the user's Facebook friends and their profile photos in a Facebook "Application Invite" container.
Created by Dave Verschleiser on 五, 5 二月 2010 10:34:36 GMT
In this article, I present another aspect of communication in ASP.Net 2.0, named "CallBack” and how it can be used for a web application asp.net soft light and especially performant. For this I created a set of web controls based on the "CallBack" not on "PostBack" but that works exactly like the standard controls of ASP.Net 2.0
Created by Kadaoui El Mehdi on 四, 4 二月 2010 10:34:36 GMT
This is a very simple tutorial that walks you through the necessary steps to create an ASP.NET MVC application with Create, Read, Update and Delete (CRUD) capabilities. This sample application also uses Linq to SQL and takes full advantage of data scaffolding
Created by Ricardo D. Sanchez on 三, 3 二月 2010 10:34:36 GMT
A look at essential pieces of knowledge you should have when working with view models and drop-down lists in the ASP.NET MVC framework.
Created by Scott Allen on 二, 2 二月 2010 10:34:36 GMT
A frequent requirement for ASP.NET developers is to schedule tasks at regular intervals. This can include site maintenance tasks, like cleaning up old files, emailing newsletters on a schedule etc. This article examines one easy option for managing tasks like these without having to configure external tools, and discusses a couple of alternatives.
Created by Mike Brind on 二, 2 二月 2010 11:08:10 GMT
ASP.NET natively supports script embedding only into the body of the HTML document which is limited in many ways if you need more control over how scripts load under program control. In this post I'll show one of my components that allows embedding scripts and script references in the header of the document as well as many useful script embedding features for ASP.NET.
Created by Rick Strahl on 日, 31 一月 2010 10:34:36 GMT
This short article demonstrates how to create a watermark effect on your TextBox and display instructions to users, without taking up screen space
Created by Suprotim Agarwal on 六, 30 一月 2010 10:34:36 GMT
Widgets have gained popularity over the years. There are many websites that allows the user to add widgets on their home page. In this article we will create a simple Stock widget for our ASP.NET application using the RenderAction method
Created by Mohammad Azam on 五, 29 一月 2010 10:34:36 GMT