Click here to Skip to main content
15,885,435 members
Everything / Web Development / ASP.NET

ASP.NET

ASP.NET

Great Reads

by Wonde Tadesse
The other option will be to use Update Panel ASP.NET control as much as possible. It helps to retain the current position on the page whenever a postback happens to the page.
by John Atten
OWIN, Katana and Middleware Pipeline in ASP.NET
by Altaf Ansari
SignalR Real-Time ChatApp with Emoji / Smiley and sending file attachment
by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.

Latest Articles

by Rudi Breedenraedt
In this series, we will see how to build interactive web applications in ASP.NET Core with the help of Sircl.
by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
by Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application

All Articles

Sort by Updated

ASP.NET 

15 May 2010 by Abhijit Jana
ViewState Control in ASP.NET 4.0
18 May 2010 by Abhijit Jana
CSS Friendly Menu Control in ASP.NET 4.0
8 Jul 2010 by Abhijit Jana
How to pass ASP.NET server side array to client side and binding them with HTML element
2 Oct 2010 by Abhijit Jana
The exact difference between web farm and web garden, and the advantages and disadvantages of using them.
14 Jan 2011 by Abhijit Jana
When can we use HttpContext.Current.Items to stores data in ASP.NET?
15 Jan 2011 by Abhijit Jana
Programmatically Changing Session State Behavior in ASP.NET 4.0
26 Jan 2011 by Abhijit Jana
Details explanation on Compression Enabled Session for SQL Server and State Server Session Mode in ASP.NET 4.0
8 Mar 2011 by Abhijit Jana
Run ASP.NET Web Application from Command Prompt
4 Apr 2011 by Abhijit Jana
How to create a simple context sensitive help for ASP.NET controls using jQuery
4 Apr 2011 by Abhijit Jana
ASP.NET Custom Repeater Control with EmptyTemplate, ShowHeaderWhenEmpty, ShowFooterWhenEmpty, ShowCount Properties
25 May 2011 by Abhijit Jana
Few important tips while using ASP.NET Session
18 Oct 2011 by Abhijit Jana
Few nice features in Visual Studio 11 developer preview for ASP.NET developers
26 Jul 2009 by Abhishek Sur
Use of GZipStream or DeflateStream to compress your HTML output in your response when available. Added new class as WhiteSpaceFilter to remove whitespaces from HTML.
8 Nov 2009 by Abhishek Sur
A weird error that comes when a page is opened for a long time and then posted back
14 Oct 2014 by Afzaal Ahmad Zeeshan
Why use ASP.NET for web development
28 Nov 2014 by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way
29 Dec 2014 by Afzaal Ahmad Zeeshan
How to share data among different web pages using ASP.NET
10 Jan 2015 by Afzaal Ahmad Zeeshan
An overview for connecting an ASP.NET website or a web application to a remote SQL Server database
30 Jan 2015 by Afzaal Ahmad Zeeshan
This article provides a brief description and overview of ASP.NET's MVC framework, and how developers can covert their real-world objects into MVC framework, to create web applications.
12 Feb 2015 by Afzaal Ahmad Zeeshan
This article provides an overview of the DateTime object in ASP.NET website, and a source code and example of a few scenarios in which using DateTime would be easy and simple, but tricky.
13 Feb 2015 by Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
15 Dec 2015 by Afzaal Ahmad Zeeshan
This is part 1 of the articles that I want to write for ASP.NET beginners, who want to build their own personal web sites, that mimic characteristics of blog. It covers the ASP.NET web application part.
26 Jan 2016 by Afzaal Ahmad Zeeshan
This post is about C# 6 usage in ASP.NET 5 web applications to fine tune applications for more readability and better performance.
14 Feb 2016 by Afzaal Ahmad Zeeshan
In this post, I am talking about methods used to build custom documentation builders for .NET projects using Reflection APIs.
22 May 2016 by Afzaal Ahmad Zeeshan
In this post, I am writing about the procedure to set up a home server using IIS and ASP.NET; IIS as the web server, ASP.NET as web scripting framework.
9 Sep 2010 by Ahmed_Said
Here are some tips about using JavaScript in ASP.NET
14 May 2010 by Alexander Turlov
Using the Microsoft Ajax Library 3.5 with the CDN
29 Dec 2010 by Alexander Turlov
How to Improve ASP.NET UpdatePanel Performance
2 Jun 2011 by AlexCode
Using ResolveUrl without Page
20 Jul 2011 by AlexCode
A clean, fast and stand-alone solution
30 Nov 2011 by AlexCode
How to override FormsAuthentication for some URLs
13 May 2013 by Amogh Natu
This post explains the cause and solution for the HttpException: maxRequestLength exceeded.
16 Apr 2011 by andy404
Minify JavaScript and CSS using Microsoft Ajax Minifier
17 Apr 2011 by andy404
Using Membase for ASP.NET Output Caching
22 Sep 2017 by Anton Burtsev
A few months ago, I had to optimize web portal (classified ad). The portal was built on ASP.NET 1.1. It seemed that portal had two main problems. Here is how I solved them.
3 Dec 2012 by Anuraj Parameswaran
How to create controls dynamically in ASP.NET and retrieve values from it
3 Oct 2015 by Anuraj Parameswaran
Generic Repository in ASPNET5
26 Nov 2020 by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
29 Nov 2020 by Aram Tchekrekjian
Easily secure ASP.NET Core Web API using API Key Authentication - just follow a few steps and secure your endpoints
21 Jul 2021 by Aram Tchekrekjian
In this tutorial, we will learn how to connect Android with ASP.NET Core Web API.
17 Feb 2022 by Aram Tchekrekjian
How to apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API 6
7 Feb 2022 by Aram Tchekrekjian
How to localize in ASP.NET Core Web API 6
20 Jun 2015 by Arkadeep De
Logout User After Browser Close in ASP.NET C# Using Web Services
24 Jun 2015 by Arkadeep De
How to create a genealogy view in ASP.NET C# using Google Organizational Chart
16 Oct 2015 by Arkadeep De
How to get currency format using Google in ASP.NET
8 Jul 2010 by Artem Smirnov
The following is not a problem with JustMock, it's a problem with trying to write a unit test involving a complex framework, and isolating parts of it not meant to be isolated.
16 Jun 2011 by Artem Smirnov
For those of you scared by the numerous steps required to setup a typical Open Source project, this would be a pleasant surprise.
16 Jun 2011 by Artem Smirnov
A few tricks in using FubuMVC
21 Jul 2011 by Artem Smirnov
Share your wildest ideas about testing the MVC stuff you code.
23 Jul 2011 by Artem Smirnov
Testing MVC with Ivonna -- first look
2 Sep 2011 by Artem Smirnov
Here are the breaking changes in Ivonna v.3.
5 Nov 2011 by Artem Smirnov
Writing testable Action Methods
7 Dec 2011 by Artem Smirnov
Implementing a custom ASP.NET value provider
8 Jun 2012 by Artem Smirnov
A binder that breaks the rules
15 Oct 2016 by Arun Endapally
ASP.NET MVC Areas can be very useful not only for organizing code or separating an application into smaller modules but also we can reuse the same area in multiple applications.
15 Oct 2016 by Arun Endapally
This post shows how to create an area in ASP.NET MVC application
16 Oct 2016 by Arun Endapally
Implementation of single sign on in ASP.NET MVC
10 Feb 2014 by Arun Ramachandran India
How to map virtual path to physical path in ASP.NET
11 May 2014 by Arun Ramachandran India
How to create a ListBox in ASP.NET MVC
16 Jun 2014 by Arun Ramachandran India
ASP.NET MVC - HiddenInput and ReadOnly attributes
21 Jul 2014 by Arun Ramachandran India
How to get started with ASP.NET Web services
30 Jul 2014 by Arun Ramachandran India
How to consume a web service from a client application
20 Aug 2014 by Arun Ramachandran India
In this post, we will go over different WebMethod attribute properties like Description, BufferResponse and CacheDuration.
8 Sep 2009 by Ashish Sheth
Using CultureInfo for Globalization/Localization of an ASP.NET applictation.
11 Feb 2010 by Ashoka RKT
The not much utilized Debug->Exceptions... Window technique
24 Jul 2010 by atverma
How to disable subsequent submit button clicks when a request is being processed in ASP.NET AJAX client side script code
25 Jan 2012 by Ayobami Adewole
Introduction to jQuery in ASP.NET applications
6 Feb 2012 by Ayobami Adewole
Globalization and Localization in ASP.NET web applications
21 Jan 2019 by bapak71
How to implement w2ui grid with remote data source
21 Jan 2019 by bapak71
How to implement w2ui in ASP.NET MVC - w2ui grid
31 Jul 2017 by BC3Tech
How to use middleware to trap exceptions in ASP.NET Core
6 Nov 2012 by Ben Kotvis
Complex queries with Repository Pattern and the Entity Framework.
28 Apr 2011 by Ben Liebert
Best practice architecture for professional Microsoft .NET websites
29 Aug 2013 by Ben Liebert
MVC output caching using custom FilterAttribute.
28 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivet.js
30 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivets.js
21 Mar 2019 by Benktesh Sharma
The caching of HTTP response implies that when an HTTP request is made, the response generated by the server is stored in some place by the browser or the server for potential re-use in successive HTTP request for the same resource.
23 Jul 2013 by Betclic Tech
A session is like a cache but per user; we can’t store everything in cookies or reload user’s data in every request, that’s why we also have sessions.
26 Sep 2013 by Betclic Tech
Measure performance of ASP.NET MVC Action Filters.
28 Jun 2012 by Bhupindra Singh
Dependency Injection in ASP.NET MVC4 and webapi using Ninject
25 Mar 2014 by Bibhu Dutta
Using MongoDB with C#
29 Mar 2014 by Bibhu Dutta
ASP.NET identity with webforms
11 Dec 2017 by Bipin Radhakrishnan
Introduction We use Asp grid view to display various information and we may have come across multiple scenarios where we
14 Sep 2011 by Brady Kelly
No default IDs here. Move along.
27 Apr 2012 by Brij
Javascript Dictionary
17 Oct 2010 by Brij
Enabling HTTPCompression in IIS6
19 Dec 2010 by Brij
Exploring Client Callback
6 Feb 2011 by Brij
Why textbox persists data during postback even if View State set to off
17 Feb 2011 by Brij
Why MaxLength property of a textbox with multiline mode doesn’t work? A Solution
27 Mar 2011 by Brij
Validating partial page with ASP.NET Validators using JavaScript
20 Apr 2011 by Brij
How to store custom objects in web.config
1 May 2011 by Brij
A way to improve performance of your web application significantly
29 Jul 2011 by Brij
How to make use of the IsCrossPagePostBack property.
18 Aug 2011 by Brij
Single Sign On Between Sub Domains: Forms Authentication
22 Aug 2011 by Brij
Playing with List Controls using jQuery
25 Apr 2012 by Brij
Asynchronous HTTP Module - one of the new features that got enhanced in ASP.NET 4.5
2 Jan 2013 by Brij
FriendlyURL as the name suggests gives a clean and SEO friendly URL.