Handling Exceptions with ASP.NET
Exceptions can make Web applications useless from a user’s perspective, but understanding how to prevent and handle exceptions can make the de-bugging process easier.
More here: Handling Exceptions with ASP.NET
a2a_linkname=”Handling Exceptions with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2011/04/11/handling-exceptions-with-aspnet/”;
Creating an Audit Record Application with ASP.NET
Learn how to implement an audit history of employee records that have been updated using ASP.NET.
More: Creating an Audit Record Application with ASP.NET
a2a_linkname=”Creating an Audit Record Application with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2011/01/26/creating-an-audit-record-application-with-aspnet/”;
Creating a Custom Human Resources Application with ASP.NET
Build your own custom job-listing HR solution with ASP.NET, complete with a database connection, an administrative backend and a webpage to show all current job openings.
Read more here: Creating a Custom Human Resources Application with ASP.NET
a2a_linkname=”Creating a Custom Human Resources Application with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2010/12/01/creating-a-custom-human-resources-application-with-aspnet/”;
Make Prettier URLs with Apache’s Mod Rewrite
Sukrit Dhandhania discusses how to use .htaccess to make user and search engine friendly URLs for your web applications.
View original here: Make Prettier URLs with Apache’s Mod Rewrite
a2a_linkname=”Make Prettier URLs with Apache’s Mod Rewrite”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/18/make-prettier-urls-with-apaches-mod-rewrite/”;
Consuming a Web Service using ASP.NET Ajax
A web service is a platform-independent software component that is based on the Simple Object Access Protocol (SOAP) and contains a group of functions that are packaged together for use in a common framework throughout a network. Read on to learn how Web Services can be consumed using ASP.NET Ajax.
View original post here: Consuming a [...]


