Click here to Skip to main content
15,861,168 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 Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
by Mark Pelf
How to build a multi-language ASP.NET 8 MVC application
by Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
by Dev Leader
In this article, I’ll provide you with a high-level overview of Dependency Injection and Scrutor in C#.

All Articles

Sort by Score

ASP.NET 

18 Sep 2018 by Altaf Ansari
SignalR Real-Time ChatApp with Emoji / Smiley and sending file attachment
24 Aug 2009 by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
25 Dec 2016 by Arthur V. Ratz
In this article we'll demonstrate the implementation of k-means clustering algorithm to produce recommendations.
26 Jun 2009 by Shivprasad koirala
A State Machine Workflow discussion.
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
22 Oct 2017 by thangchung
Learn to organize clean architecture to modular patterns
14 Feb 2013 by Vahid_N
PdfReport is a code-first reporting engine which is built on top of the iTextSharp and EPPlus libraries.
21 Feb 2018 by Halil ibrahim Kalkan
In this article, I'll show you how to create interceptors to implement AOP techniques. I'll use ASP.NET Boilerplate (ABP) as base application framework and Castle Windsor for the interception library.
2 May 2007 by pmpdesign
A lightweight C# library to add images and 'round rectangles' to a PDF on the fly and then securely embed the PDF in a web page
27 Nov 2009 by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.
8 May 2011 by defwebserver
An example of a Silverlight 4 View Model Style video player that is not just 'skinable' but fully 'designable'.
11 Aug 2014 by John Atten
Add Basic Group-Based permissions management to your ASP.NET MVC application. For applications of moderate complexity, which require a little more granularity in authorization permissions, but which may not warrant moving to a heavy-weight solutions such as Active Directory.
11 Jun 2010 by Evoluteur
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
1 Oct 2013 by Dharmesh_Kemkar
Creating AJAX and non-AJAX based data-grids with sorting/paging.
4 Dec 2007 by Ned Thompson
This article will demo how a free Flyout can help to save space on your webpage.
1 Dec 2009 by raelango
This article explains how to export the contents of a DataGrid to Excel/CSV.
23 Apr 2012 by Jovan Popovic(MSFT)
Reordering table rows using drag and drop functionality with jQuery DataTables plug-in in ASP.NET MVC applications
14 Aug 2014 by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app
14 Aug 2014 by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app
30 Jun 2019 by Marcelo Ricardo de Oliveira
The second of many articles featuring design patterns, architectural designs, frameworks and technologies leading to ASP.NET Core Microservices
20 Feb 2019 by Igor Krupitsky
The ASP.NET pages let you upload, delete and browse files into a database.
1 Jul 2009 by Muhammad Akhtar Shiekh
An article on "How to authenticate windows user using form authentication in ASP.NET?"
6 Mar 2016 by DataBytzAI
Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Application
20 Jan 2020 by Marc Clifton
The Secret Sauce
10 Jun 2012 by Vitaly Tomilov
Simple way of mapping HttpHandler requests into controller/action
6 Feb 2020 by Fred Song (Melbourne)
In this article, I want to show how to build a Single Page Application – MasterChef with ASP.NET Core MVC, Fluent Hibernate, and Angular JS.
18 Jul 2016 by Omar Al Zabir
A .NET library to defend websites and web APIs against brute force and Denial-of-Service attacks
16 Apr 2007 by Matt (D) Wilson
A simple command-line utility that validates XML files, implemented using MSXML via the VOLE COM/Automation driver library
7 Sep 2020 by Herre Kuijpers
Extending the standard ASP.NET GridView control to add a vertical scrollbar in the grid
15 Jul 2013 by Zhuyun Dai
Using WebSocket in traditional ASP.NET and MVC 4
26 Aug 2020 by DaveMathews
Automated Chat bot agent in an ASP.NET website that does not depend on any external API services
20 Jun 2014 by Debabrata_Das
This article will talk about how to update multiple records in a GridView on a single button click using JSON in ASP.NET
3 Oct 2014 by John Atten
When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the various types of errors which may be returned from a specific API action method, and translating the error content in
28 Jul 2016 by Omar Al Zabir
Protect ASP.NET and WCF from various brute force and Denial of Service attacks and speed up response time using nginx.
28 Dec 2016 by Fiyaz Hasan
Learn how dependency injection mechanism has evolved from ASP.NET to ASP.NET Core
16 Jul 2019 by Mustafa Kok
SignalR server and client applications for demonstrating common scenarios like connecting, disconnecting, joining and leaving groups, sending messages to all clients, to specific or group of clients
23 May 2015 by Mostafa Asaduzzaman
Simple Message/Reply app using MVC 5
10 Jul 2017 by Yaseer Mumtaz
This article helps to understand the architecture and use of simple data grid developed in Angular 4.
4 Jun 2020 by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
12 Jan 2022 by Dan Letecky
Use ASP.NET Core, Entity Framework, DayPilot and vanilla JavaScript to build a web application for doctor appointment scheduling.
11 Jun 2011 by Omar Al Zabir
A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test.
21 Jun 2010 by Corey Fournier
3 Jun 2013 by rgubarenko
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
25 Jun 2014 by Shenwei Liu
Convert a generic list to an Excel byte array using Open XML SDK and dynamically create an Excel file for data distributions from an ASP.NET MVC website
2 Jul 2016 by defwebserver
You can easily create a Bot and deploy it on Facebook.
21 Nov 2016 by Kornfeld Eliyahu Peter
How to host a cross-platform ASP.NET Core application
8 Jan 2018 by thangchung
This article will show you how to expose the database schema to the APIs, then query from it. No boilerplate code for simple query actions. Go and read it.
1 Jun 2014 by S. M. Quamruzzaman Rahmani
ASP.NET team released Identity framework 2.0. The new release contain some new features like generic primary key. This article explain how to change primary key from string to integer & use it with MVC5.
15 Dec 2014 by Hassan Mokdad
In this article I will demonstrate two things: First a very basic and simple code snippet to show how we can use task factory to make our web applications more responsive, the next part will be on how to use the SignalR to broadcast messages from the Web Server to all the clients connected.
26 Feb 2015 by Shmuel Zang
This article shows how we can implement WebBinding for the AngularJS library and, use it for binding AngularJS client side objects to ASP.NET server side objects.
13 Apr 2016 by Simon B.
How to localize an ASP.NET MVC application and read all text from a database while still using DataAnnotations.
21 Jul 2016 by Gourav Jain MCTS®
This article will give a kick off start to build an application using .NET core on Linux and Windows
1 Feb 2017 by Arthur V. Ratz
In this article, we will discuss about the implementation of the SVD++ AI data mining algorithm to produce recommendations based on ratings prediction
15 Feb 2017 by Sergey Volk
Open source framework for monitoring Asp.Net Web Api 2 and MVC5 applications performance without using windows performance counters, automates performance counters data collection, store and visualization.
15 May 2017 by Charles d'Avernas
A ready-to-use solution for dynamically querying an Entity Framework DbContext in ASP.NET
17 Oct 2020 by Ev Uklad
Demonstration of how to create an externally extendable dynamic page, which will support all controls that we can add later in a separate assembly without the recompilation of the dynamic page
10 Sep 2009 by ralph1957
This step-by step article describes how to populate a TreeView control by using XML data.
1 Jan 2012 by wayvirgo
How to use the Google Calendar API from VB.NET.
21 Feb 2012 by Anoop Pillai
In this post, we'll explore how to generate code from a simple XML model, with in Visual Studio - For a lot of scenarios
6 Jun 2012 by Rahul Rajat Singh
Understanding templated web user controls from a beginner's perspective.
6 Aug 2012 by _DanV_
How to dynamically add controls on a hierarchical structure on MVC.
26 Sep 2012 by Ilya Builuk
This article briefly describes what is OpenSocial and how to use it in ASP.NET applications by Catpic
12 Feb 2013 by Anshul Mehra
A generic solution for the asynchronous pluggable protocols implementation.
9 Jun 2013 by Florian Rappl
Crawling tons of (individual) web information and creating statistics using Windows Azure.
13 Aug 2013 by Florian Rappl
Creating a highly extensible presentation app with multi-user and device integration for tablets.
21 Nov 2014 by CodeFate
Revision of the Global Mouse and Keyboard Library from Brian Geiman
5 Jul 2016 by Akhil Mittal
This article will focus on practical aspects of formatters and content negotiation in ASP.NET Web API
31 Aug 2016 by Sheshnath Kumar
This article will find out a solution to serialize/deserialize object by reference at server and client, also will serialize/deserialize objects having circular references.
21 Jun 2018 by Syed Zain Shah
In this article, you will learn about basic foremost concepts about Action Results in ASP.NET MVC 5. Hope you'll enjoy this. Feel free to give your feedback.
12 Sep 2008 by Najmul Hoda
IM status indicator is as an easy and reliable way to check online status of certain instant messenger account like yahoo, msn, aol, skype and icq..
29 Apr 2012 by Marcelo Ricardo de Oliveira
How to create a pronunciation test tool using Silverlight and Python
18 Sep 2013 by Sergey Zwezdin
For modern web-applications has become the usual to use AJAX when you create user interfaces. However, it makes our headache from time to time. And often these difficulties are associated with authentication and processing such requests on the client.
13 Jun 2014 by Rahul Rajat Singh
In this article we will try to understand about ASP.NET MVC Routes. We will get to know the details about routes and try to see how we can implement route constraints.
19 Jun 2016 by syed shanu
In this article, we will see in detail about using ASP.NET Identity in MVC application.
25 Nov 2016 by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.
27 Jan 2019 by syed shanu
Getting started with Angular 7 and ASP.NET Core 2.0 using Angular 7 Web Application (.NET Core) Template and ASP.NET Core MVC Application
15 Mar 2005 by Chester Ragel
3 Apr 2005 by ibrahimuludag
An article describing how to create a server control that preserves the scroll position in longer pages.
17 Oct 2005 by Bill Pierce
Creating an ASP.NET server control wrapper for the Google Maps API.
4 Sep 2007 by Brian Chavez
Slink is a code generating Framework that generates type safe URLs for ASP.NET. With Slink URLs, you increase code quality, increase maintainability, and get compile time checking of your URLs in all your ASPX pages (code-behind and non-codebehind).
12 Jul 2009 by Parag.Gadkari
4 Nov 2009 by Larry Aultman
How to catch and handle ASMX based SOAP exceptions in a WCF client.
24 Nov 2009 by raelango
This is a sample project to access Microsoft Access MDB data in Silverlight via OLEDB and dynamically populate a DataGrid.
22 Apr 2010 by Alexei Shamov
Convert types, parse and evaluate expressions in runtime, in .NET 2.0
16 Dec 2011 by Henryk Filipowicz
A web user control for selecting a file from the file system.
18 Jan 2017 by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering
16 Oct 2017 by Anton Kleshchev
Coding jQuery widget to accept Bitcoin payments
7 Jun 2018 by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.
13 Jul 2002 by Marc Clifton
This is the second part of a multipart article on unifying web and window form application development. This part demonstrates synchronous and asynchronous event handling of GUI control events, abstracting the implementation of web/window forms to be technology independant.
4 Nov 2006 by Craig G. Wilson
How to flatten collections for an ObjectDataSource using the Adapter Pattern.
24 Jan 2008 by defwebserver
This tutorial will show you how to create a DotNetNuke module using LINQ to SQL.
28 Dec 2008 by avsol
Use ASP.NET Routing to avoid 404 Not Found errors.
15 Aug 2009 by Ricardo Pineda Then
Shows how to serialize an object using binary serialization without using WCF.
1 Jun 2012 by Manning
A chapter excerpt from ASP.NET MVC 4 in Action
24 Jul 2012 by derinpdavis
A web based Paint Brush application using HTML5 Canvas.
5 Jan 2013 by Mario Majčica
Adding notes to grid cells and visually mark them.
9 Jun 2013 by Ravi Gadag
Azure based e-learning product.
29 Jul 2013 by Zhuyun Dai
Using WebSocket with Microsoft.WebSockets.dll.