Related resources for .NET applications
  • Hands-Free Security Scanning Within .NET Applications12/10/2017 12:04:47 PM. I'm sure if you follow any news sources at all, you see countless hacks, breaches, and leaks from various big-name companies which you might assume would be better at protecting your information.
  • NUnit With C#8/1/2017 4:50:25 AM. NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
  • How To Create Image Thumbnail In ASP.NET Applications3/5/2017 8:51:44 PM. In this article, we will learn how to upload multiple images and generate thumbnails of those images. We will also learn to write our own customized code for resizing and saving images.
  • NUnit With C#5/19/2016 1:01:08 AM. NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
  • A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)12/11/2015 1:04:07 PM. In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
  • Debug ASP.Net Applications Using ELMAH: Part 12/8/2015 1:49:08 AM. In this article you will learn about the ELMAH tool for debugging mainly ASP.NET applications.
  • Things to Consider When Designing .NET Applications11/24/2014 7:15:32 PM. Proper design is a major factor that contributes to the scalability and performance of any .NET application.
  • Tracing in ASP.NET3/28/2013 3:00:37 PM. In this article we will see how to use Tracing in ASP.NET.
  • Cobol for Microsoft .NET9/30/2012 4:33:42 AM. This article gives you introduction about how the age old COBOL can take a new energetic look under Microsoft.NET.
  • URL Rewriting in ASP.NET9/7/2012 5:09:56 PM. Most sites include variables in their URLs that tell the site what information to be shown to the user. It is something like telling the code to load particular details of item number 7 from a shopping site.
  • Building ASP.NET Applications Using MVP Architecture: Part 28/23/2012 9:57:15 AM. In this article we will go step-by-step and see how ASP.Net MVP applications can be developed.
  • Building ASP.NET Applications Using MVP Architecture: Part 18/23/2012 9:06:35 AM. This article is all about building ASP.NET applications using the MVP Architecture.
  • Using the System Function fn_listextendedproperty of SQL Server 2005 for .NET Applications: Part II5/20/2012 5:57:16 AM. In this article, divided into two parts, I will compare the system function fn_listextendedproperty of SQL Server 2005 with the similar function of SQL Server 2000 ( Part 1 ), describe using the function for .NET applications ( Part 2 ). The examples are written using Transact-SQL and C#.
  • Using the System Function fn_listextendedproperty of SQL Server 2005 for .NET Applications: Part II5/20/2012 5:26:25 AM. In this article, divided into two parts, I will compare the system function fn_listextendedproperty of SQL Server 2005 with the similar function of SQL Server 2000, describe using the function for .NET applications. The examples are written using Transact-SQL and C#.
  • Writing ADO.NET Applications10/7/2009 7:28:45 AM. In this article I will explain you basic steps required to write an ADO.NET Application.
  • ADODB Services in .NET Applications Using C#8/31/2006 6:11:24 AM. With the advent of ADO.NET, the .NET Framework lets you work with your data in a paradigm shift.
  • ADO.NET From Windows DNA's Perspective8/31/2006 5:54:09 AM. Windows DNA is a framework to build multi-tier, high performance, scalable distributed applications over the network. This article takes a Windows DNA perspective and compares how ADO.NET fits in Windows DNA.
  • Building the Address control: Part II6/18/2006 10:05:41 AM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Building the Address control: Part II6/18/2006 10:05:41 AM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Building the Address control: Part III6/18/2006 12:23:16 AM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Building the Address control: Part III6/18/2006 12:23:16 AM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Building the Address control: Part I6/17/2006 11:59:06 PM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Building the Address control: Part I6/17/2006 11:59:06 PM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
  • Hangman: Using GDI+ in ASP.NET Applications2/2/2006 5:40:52 AM. This example shows how you can combine GDI+ commands on a web form.
  • Hangman: Using GDI+ in ASP.NET Applications2/2/2006 5:40:52 AM. This example shows how you can combine GDI+ commands on a web form.
  • Testing .NET applications1/3/2006 12:01:34 AM. This white paper shares vision and challenges in testing .NET applications. Never before, has any technology or framework tried bringing many disparate systems and languages under one roof for the benefit of enterprise applications.
  • .NET Framework Version 1.1 - Side-By-Side Execution12/21/2005 11:20:49 PM. Microsoft has announced the release of the new version of the .Net Framework 1.1. As with almost everything in life, the only constant is change.