AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
NUnit Testing Tools : Brian Mains
Sunday, July 06 2008
NUnit testing tools provide a means to test your object model, and is especially useful in ensuring that your application and its logic works correctly. This is a type of tool that is used with Test-Driven Development, and other methodologies like Agile. Why test your application? After all, most developers are pretty smart people, right? There are a lot of smart people, but it is easy to make mistakes, or to have incorrect thinking in regards to how an object works. In addition, as we make enhancements or changes to the system, tests ensure that we don't break the code already written. Fortunately, we have a tool that can help ensure we don't make mistakes when coding...Spot The Authorization Bug : Scott Allen
DropDown Calendar : Steve C. Orr
Creating a Simple WebPart Page and use WebServer controls as WebParts : Muhammad Mosa
Dynamically Created Controls in ASP.NET : Yuriy Solodkyy
Microsoft ASP.NET 2.0 Membership API Extended : Bilal Haidar [MVP]

