Members
WorkHub
Labs
About Us
Resources
Home ยป Articles

Articles

The following articles have been written or recommended by members of the SoftwareMonkeys.net team.
Latest Articles
Using a Text Editor to Develop and Deploy an ASP.NET Web Application
Monday, October 22, 2007 | Andrew Mooney | Not rated  | Views: 482
In this article, Andrew Mooney examines the usage of the freeware Crimson Editor to show how to develop, compile, deploy (FTP), and launch an ASP.NET web application in a browser.
Using Ajax for Web Application Development: What Businesses Need to Know
Sunday, October 21, 2007 | Francis Wong | Rating: 2  | Views: 413
In this article, Francis Wong discusses Ajax from a business perspective to help you decide whether it's right for your team.
Polymorphism, Up-Casting and Down-Casting
Monday, September 24, 2007 | Phil Curnow | Not rated  | Views: 658
In this article, Phil Curnow gives an introduction to polymorphism in C# and goes on to describe how we up-cast and down-cast objects.
Web Farm - Load Balancing in ASP.NET
Monday, September 24, 2007 | P Gopenath | Rating: 1  | Views: 514
In this article, P Gopenath introduces us to using web farms with ASP.NET and sharing resources between servers.
Hello Silverlight!
Friday, August 17, 2007 | Azam Sharp | Rating: 0  | Views: 642
In this article, Azam Sharp demonstrates a very simple next generation Silverlight application.
Why You Need to Use System.Diagnostics.Debug More Than You Do
Thursday, July 19, 2007 | Tim Rayburn | Not rated  | Views: 370
In this article, Tim Rayburn gives an overview of seven methods of System.Diagnostics.Debug which can improve the maintainability of your code.
Understanding Compression and Decompression in ASP.NET 2.0
Thursday, July 19, 2007 | Sanjit Sil | Rating: 1  | Views: 329
In this article, Sanjit Sil highlights the compression and decompression features in ASP.NET 2.0 with the help of code samples.
Object-oriented database programming with db4o
Friday, July 13, 2007 | Buu Nguyen | Not rated  | Views: 422
In this article, Buu Nguyen introduces object oriented programming with db4o.
Scalable Apps with Asynchronous Programming in ASP.NET
Friday, June 08, 2007 | Jeff Gruber | Rating: 0  | Views: 321
In this article, Jeff Prosise teaches us how to avoid potential performance issues and scalability limits of ASP.NET applications by introducting us to asynchronous programming.
CLR Inside Out: Reflections on Reflection
Saturday, May 26, 2007 | Mike Repass | Not rated  | Views: 277
In this article, Mike Repass demonstrates a way of creating a class library, using reflection, that can dynamically process objects independant of their schema.
Create Elegant Code With Anonymous Methods, Iterators, And Partial Classes
Monday, December 18, 2006 | Juval Lowy | Not rated  | Views: 329
In this article, Juval discusses iterators, anonymous methods, partial classes, and other new features in Visual Studio 2005.
8 Golden Rules to Develop and Design Quickly
Sunday, November 12, 2006 | David Martin | Not rated  | Views: 324
In this article, David discusses common problems when integrating code and design in a project and outlines some rules to help avoid them.
Extreme ASP.NET: Control Adapters
Wednesday, November 01, 2006 | Fritz Onion | Not rated  | Views: 303
In this article, Fritz Onion explains how to customize the rendering of your ASP.NET controls for each type of browser using control adapters.
ASP.NET 2.0 Result control - Displaying results in C#
Thursday, October 05, 2006 | John Rebbeck | Rating: 3.25  | Views: 1434
In this article, John provides and explains how a simple customised Result control class can simplify the process of displaying messages to users.
Building and using a 3-tiered data architecture with ASP.NET 2.0
Sunday, September 03, 2006 | Scott Mitchell | Rating: 5  | Views: 432
In this series of articles, Scott Mitchell explores many aspects of building and using a 3-tiered application in ASP.NET 2.0.
db4o Data Access
Monday, May 29, 2006 | John Rebbeck | Rating: 3.75  | Views: 1752
In this article, John explains how the db4o database was implemented into the WorkHub application and how use the same code in your projects.
Planning Your Project
Friday, April 14, 2006 | John Rebbeck | Rating: 3.8  | Views: 427
In this article, John guides you through the steps of planning your project. This will help make development, testing, and maintenance much easier.
.NET Beginner: C#
Wednesday, March 29, 2006 | John Rebbeck | Rating: 2.14  | Views: 3376
In this article, John covers all the basics of the C# language. If you're familiar with programming, this will get you up to speed on C# in no time.