Click here to Skip to main content
15,886,780 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 

1 Mar 2024 by Dev Leader
In this article, I’ll provide you with a high-level overview of Dependency Injection and Scrutor in C#.
7 Aug 2022 by Jason Sultana
How to add DI to your .NET console apps
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
26 Sep 2021 by Jason Sultana
Protecting an ASP.NET Web API from XSS
21 Jul 2021 by Aram Tchekrekjian
In this tutorial, we will learn how to connect Android with ASP.NET Core Web API.
21 Jul 2021 by RmauroDev
Handle API Key authentication with only three lines of code extending native Authentication mechanism
2 Jul 2021 by Lee P Richardson
How to automatically add current user info to logs in ASP.NET Core
16 Jun 2021 by Shivprasad koirala
This blog will discuss the difference between server.transfer and response.redirect.
13 Dec 2020 by Jin Vincent Necesario
HtmlGenericControl of ASP.NET Webforms
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
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.
21 Sep 2020 by Jeremy Likness
What if I could write a LINQ query on a client the same way I would on a server, and execute it remotely with minimal configuration, setup, ritual and ceremony?
26 Aug 2020 by Lee P Richardson
This is the story of my first site, where I threw the SPA (Single Page Application) into ASP.NET Core's wwwroot directory, and slung it up to Azure App Services as a single site, and called it a day.
31 Jul 2020 by Chinmoy Mohanty
Gotchas in consuming and deploying ASP.NET WebAPI services
31 Jul 2020 by Chinmoy Mohanty
How to use JSON in an ASP.NET application over a REST service using WebApi
19 Jul 2020 by Sandeep Mewara
See with a working demo how SignalR works and how it can be used
30 Jun 2020 by Sandeep Mewara
Evaluating the effect of using single vs multiple instances of HttpClient
26 Jun 2020 by Lee P Richardson
How to secure external web APIs
1 Jun 2020 by Lee P Richardson
This post is the story of how to generate an unauthenticated client.
1 Jun 2020 by gmtzgtz
How to write a LINQ statement with multiple joins
30 Jan 2020 by Lee P Richardson
Description of two ways to use LINQPad with ABP apps to solve performance problems
22 Jan 2020 by Jeremy Likness
Blazor Server and Blazor WebAssembly (client) don't store state by default, resulting in a subpar user experience. This article tackles solutions to the problem.
8 Jan 2020 by Debashis 10433656
How to create an ASP.NET control for image resizer and cropper keeping aspect ratio
19 Dec 2019 by Jeremy Hutchinson
I’ve been spoiled by Asp.Net and expect app settings to just work, but there is no easily configured app settings story for client-side Blazor yet. What I’m looking for is the ability to set some settings on a per-environment (dev/test/beta/prod) through Azure App Service Application Settings.
2 Nov 2019 by Ghanshyam N Patel
This post lists a few interesting things about Web API in ASP.NET MVC.
21 Oct 2019 by Chris A. Johnson
Drag and Drop between Multiple Trees in Jquery using jstree
25 Sep 2019 by Shameel
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article. The post New Features and Enhancements in .NET Core 3.0 appeared first on The Developer Space.
22 Sep 2019 by Shameel
This article describes a simple and elegant way to allow write access to ASP.NET apps to the App_Data folder. This is required for applications to work properly when deployed in AWS Beanstalk.. The post Granting write access to ASP.
16 Apr 2019 by Petru Faurescu
What’s about Problem / solution format brings an easier understanding on how to build things, giving an immediate feedback.
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.
25 Feb 2019 by Chris A. Johnson
Implementing an AutoComplete Control on ASP.NET Core using Telerik
12 Feb 2019 by Rion Williams
How to make your .NET application less quirky
21 Jan 2019 by bapak71
How to implement w2ui in ASP.NET MVC - w2ui grid
21 Jan 2019 by bapak71
How to implement w2ui grid with remote data source
11 Dec 2018 by Chris A. Johnson
This article is about creating a dynamic menuing system for ASP.NET core.
22 Aug 2018 by Chris A. Johnson
By Chris Johnson @ kolaberate.com Integrating SharePoint with Out Systems Introduction This article is about accessing your Office 365 SharePoint application via the SharePoint API to fetch or update its resources specifically using REST API services from OutSystems.
23 Jul 2018 by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
2 Jul 2018 by mbarsott
Every time a security problem emerges, an army of bright minds try to find a clever fix. Fortunately, collaboration among these solution finders have also increased exponentially.
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
21 Nov 2017 by Jeffrey T. Fritz
Modern configuration for ASP.NET 4.7.1 with ConfigurationBuilders
26 Oct 2017 by Sam_IN
In this post, we will explore some important tips while working on MVC5. These tips are useful while hands on ASP.NET MVC.
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.
4 Sep 2017 by User 1043264
How to consume ASP.NET Core Web API using HttpClient. Continue reading...
4 Sep 2017 by User 1043264
How to implement asynchronous messaging using ASP.NET Core Web API. Continue reading...
4 Sep 2017 by User 1043264
How to work with structured logging in ASP.NET Core and Serilog. Continue reading...
31 Aug 2017 by User 1043264
How to implement paging in ASP.NET Core Web Api. Continue reading...
31 Aug 2017 by User 1043264
How to implement filtering in ASP.NET Core Web API. Continue reading...
28 Aug 2017 by User 1043264
How to share common visual elements, code blocks and directives in ASP.NET Core MVC. Continue reading...
28 Aug 2017 by User 1043264
How to inject and use services in ASP.NET Core MVC views. Continue reading...
27 Aug 2017 by User 1043264
How to create custom Tag Helpers in ASP.NET Core MVC. Continue reading...
27 Aug 2017 by User 1043264
How to use Tag Helpers in ASP.NET Core MVC to simplify the creation of data entry forms. Continue reading...
27 Aug 2017 by User 1043264
How to use Distributed Cache Tag Helper in ASP.NET Core MVC. Continue reading...
31 Jul 2017 by BC3Tech
How to use middleware to trap exceptions in ASP.NET Core
29 Jul 2017 by Debashis 10433656
How to create an ASP.NET control for image resizer and cropper keeping aspect ratio
13 Jun 2017 by Rion Williams
Options for configuring ASP.NET core application settings
9 May 2017 by rahulgbhatia
How to send email from a static HTML
7 May 2017 by Sibeesh Passion
Installing ASP.NET Core Docker For Windows
27 Apr 2017 by Rion Williams
Extending Tag Helpers in ASP.NET Core Applications
15 Apr 2017 by Gaston Verelst
Areas in ASP.NET Core
27 Feb 2017 by M,AqibShehzad
ASP.NET performance optimization
24 Feb 2017 by levelnis
How to quickly set up Dependency Injection with Autofac
14 Feb 2017 by Rui Jarimba
Web Services Dependency Injection using Unity
12 Feb 2017 by levelnis
A quick example to show how to check for a duplicate username
9 Feb 2017 by Giorgio Bozio
Print PDF in ASP.NET MVC
6 Feb 2017 by Paul D. Sheriff
This blog post will show you the basics of using the MemoryCache class.
2 Feb 2017 by levelnis
How to make a web form read-only the easy way
31 Jan 2017 by Cathy Wun
This is the first part of Building an Employee Tracker using AngularJS and ASP.NET Web API Series.
23 Jan 2017 by Junian Triajianto
Beginner guide on how to integrate MySQL database into ASP.NET Core project with Identity and host it on Ubuntu Server
12 Jan 2017 by levelnis
Part 2 of a series on deploying to Microsoft Azure
17 Dec 2016 by rahulsahay20
My new Yeoman generator
8 Dec 2016 by Rion Williams
How to use ASP.NET Core JavaScript services to play nice with client-side frameworks
1 Dec 2016 by levelnis
This is part 3 of a 4-part series on using DataTables with WebAPI.
24 Nov 2016 by Petru Faurescu
Build step by step an Angular 2 application running on IIS and ASP.NET Core. The project also has live samples. This is the first part of building an Angular 2 Notebook WebApp.
31 Oct 2016 by Graham D Smith
In this blog series on Continuous Delivery with Containers I'm documenting what I've learned about Docker and containers (both the Linux and Windows variety) in the context of continuous delivery with Visual Studio Team Services. The Docker and containers world is mostly new to me and I
19 Oct 2016 by Rion Williams
How to access SQL from Entity Framework Code Queries in ASP.NET core
16 Oct 2016 by Arun Endapally
Implementation of single sign on in ASP.NET MVC
15 Oct 2016 by Arun Endapally
This post shows how to create an area in ASP.NET MVC application
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.
17 Sep 2016 by xszaboj
IMapper interface is injected into constructors of my classes by Unity framework, but you can use any other DI framework or inject IMapper interface manually.
30 Aug 2016 by Taiseer Joudeh
This is the third part of the tutorial which will cover Using Azure AD B2C tenant with ASP.NET Web API 2 and various front-end clients. Azure Active Directory B2C Overview and Policies Management – (Part 1) Secure ASP.NET Web API 2 using Azure AD B2C – (Part 2) Integrate Azure Active Dir
16 Aug 2016 by morzel
Easy way to fix outdated links (URL rewrite rule in web.config)
19 Jul 2016 by Rion Williams
How to bundle and minify in ASP.NET core applications
16 Jul 2016 by zenwalker1985
ASP.NET Treeview node expand-collapse with node click: client side JQuery, JavaScript
5 Jul 2016 by Rion Williams
Understanding Routing Precedence in ASP.NET MVC and Web API
5 Jul 2016 by Rion Williams
Cache Rules Everything Around Me: Using ASP.NET MVC6 TagHelpers to Bust Cache
8 Jun 2016 by Vincent Maverick Durano
Protect your data: Prevent SQL injection
5 Jun 2016 by Santhakumar M
 In this article we will discuss how we can integrate with Disqus comment system in MVC. 
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.
30 Apr 2016 by Mayur V Lohite
A note on how to design decoupled system in ASP.NET MVC
29 Apr 2016 by Mayur V Lohite
22 Apr 2016 by Mayur V Lohite
A way to create custom HTML helper in ASP.NET MVC
22 Apr 2016 by jgauffin
Return markdown directly from your ASP.NET MVC controller
18 Apr 2016 by Cindy Potvin
What is SignalR and why should I use it?
11 Mar 2016 by Sibeesh Passion
Fix to no Access-Control-Allow-Origin header is present or working with Cross Origin Request in ASP.NET Web API
27 Feb 2016 by Shivprasad koirala
Learn ASP.NET MVC step by step
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.
13 Feb 2016 by Shivprasad koirala
Learn AngularJS Step by Step – Lab 2 (Events and Validations)