Related resources for .NET applications
  • Resolving Database Reconnection Challenges in .NET with Polly2/13/2024 12:04:18 PM. This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simu
  • What is Benchmarking in .NET?1/30/2024 8:28:43 AM. Explore the world of performance metrics and benchmarking in .NET with this comprehensive guide. Uncover essential insights into measuring and optimizing the performance of your .NET applications, gai
  • NUnit With C#9/8/2023 9:56:47 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.
  • URL Rewriting in ASP.NET8/8/2023 9:51:55 AM. 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 shoppin
  • Object Relational Mapping (ORM) Using NHibernate - Part 1 of 87/31/2023 5:28:18 AM. To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
  • How to Implement Serilog in .NET Core Web Api?5/23/2023 6:13:34 AM. Are you thinking of how to implement serilog in .NET ? So here is a tutorial for your understanding
  • Using FluentValidation.DependencyInjectionExtensions To Simplify Validation In .NET Applications1/2/2023 8:58:42 AM. This article discusses the use of FluentValidation.DependencyInjectionExtensions, an extension for the popular .NET validation library FluentValidation. The extension enables the use of dependency inj
  • Tracing in ASP.NET4/2/2021 10:16:43 AM. In this article, we will see how to use Tracing in ASP.NET.
  • A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)1/18/2021 9:11:38 AM. In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
  • NUnit With C#1/1/2021 9:39:43 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.
  • Things to Consider When Designing .NET Applications12/31/2020 7:18:04 AM. Proper design is a major factor that contributes to the scalability and performance of any .NET application.
  • Hands-Free Security Scanning Within .NET Applications12/15/2020 8:45:48 AM. 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.
  • ADO.NET From Windows DNA's Perspective11/2/2020 10:22:05 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 Wind
  • Writing ADO.NET Applications11/2/2020 9:51:29 AM. In this article I will explain you basic steps required to write an ADO.NET Application.
  • 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.
  • 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.
  • 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.
  • 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#.
  • 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 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.
  • 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.