Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / web / ASP.NET

ASP.NET

ASP.NET

Great Reads

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Herre Kuijpers
Why invoke methods on a user web control that is required to be loaded dynamically
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Johan G. van der Galien
Example project template for a "Cool Towel" SPA to be filled with a MVC4 application HTML5 and JavaScript code in order to convert

Latest Articles

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Herre Kuijpers
Why invoke methods on a user web control that is required to be loaded dynamically
by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Johan G. van der Galien
Example project template for a "Cool Towel" SPA to be filled with a MVC4 application HTML5 and JavaScript code in order to convert

All Articles

Sort by Score

ASP.NET 

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.
by Wayne Ye
"Unique URL Pattern" in Ajax Web Application
by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by Sandeep Mewara
A possible solution
by Imran Abdul Ghani
Here are 2 simple ways to create Custom HTML Helper in ASP.NET MVC
by Lee P Richardson
How to automatically add current user info to logs in ASP.NET Core
by Imran Abdul Ghani
Listed here are 3 simple steps to create your first ASP.NET web API service
by zoyobar
In many cases, we need to show user data, here is how to use JQueryElement Repeater to display and editing data through calling Ajax in ASP. NET.
by Artem Smirnov
Share your wildest ideas about testing the MVC stuff you code.
by Steve Wellens
An ASP.NET server control that displays a list of files from a directory as hyperlinks.
by Artem Smirnov
A binder that breaks the rules
by Zhuyun Dai
I once implemented my own Basic authentication logic in a custom ISAPI filter on IIS 6 and IIS 7.5 (classic mode).
by Talking Dotnet
A closer look at various JSON files in ASP.NET 5
by Aram Tchekrekjian
In this tutorial, we will learn how to connect Android with ASP.NET Core Web API.
by Simon Pickersgill
A DRY approach to using Fancybox in an MVC project
by Sky Sanders
Use Visual Studio 2008 Development Server (WebDev.WebServer.exe) in automated testing frameworks
by jgauffin
A MembershipProvider that uses DependencyResolver to lookup the dependencies that it needs.
by Rion Williams
A quick rundown of web services in ASP.NET: Web API and WCF
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.
by Cruz Boon
How to design a simple in-page pop up panel
by danmohl
A simple example of a single page application built with Backbone.js, ASP.NET Web API, F#, and more.
by Gilly Barr
A tale of ASP.NET, IIS 7.5, chunked responses and keep-alive
by Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
by Artem Smirnov
Implementing a custom ASP.NET value provider
by Brij
A way to improve performance of your web application significantly
by Md Nazmoon Noor
How to access a UserControl from another page
by MBigglesworth79
Access session information via a dynamic object where we use a dynamic property to specify the name of the session item
by MBigglesworth79
Using the UrlHelper class to query the routing engine and generate the correct URLs for us
by Rion Williams
How to access SQL from Entity Framework Code Queries in ASP.NET core
by zoyobar
This article will explain in detail how to handle the controls in the templates of the Repeater control
by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
by Jason Sultana
How to add DI to your .NET console apps
by Duy H. Thai
ASP.NET Dynamic Data lets us manage data right on the website instead of having to access the database. You can add it as an admin interface to your MVC website, but it seems there has never been an easy way to do so. I'll try to make the task easier for you if you have never done it.
by Tragdor
How to make a robust GridView with filtering capabilities
by eglasius
How to add reCAPTCHA to ASP.NET MVC
by Jeffrey T. Fritz
How to add real-time interactivity to a website that is written with ASP.NET WebForms
by Buaziz
An easy way to add social buttons to your MVC site
by Christoph Keller
A simple element with big lists
by zoyobar
This post explains how do client-side and server-side convert data type when calling a WebService using Ajax
by Imran Abdul Ghani
AJAX with ASP.NET MVC simplified
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.
by Sangeet Agarwal
AngularJS + ASP.NET Web API: Building a Simple Grid in AngularJS with Server-side Paging, sorting, searching (Part 8)
by Taiseer Joudeh
AngularJS Token Authentication using ASP.NET Web API 2, Owin, and Identity
by Martin Jarvis
The new MVC3 Validation Groups
by RmauroDev
Handle API Key authentication with only three lines of code extending native Authentication mechanism
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.
by Sebastian Solnica
Application pool identity and directory security in IIS6
by Aram Tchekrekjian
How to apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API 6
by Rion Williams
Applying conditional attributes in ASP.NET MVC Views.
by Rion Williams
How to apply conditional attributes in ASP.NET MVC views
by Gaston Verelst
Areas in ASP.NET Core
by Bipin Radhakrishnan
Introduction We use Asp grid view to display various information and we may have come across multiple scenarios where we
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.
by Nuno M. F. Gomes
ASP.NET - Dynamic Control Mapping
by Bryian Tan
How to retrieve a checkbox value from an ASP.NET DataList control
by Nuno M. F. Gomes
The ASP.NET health monitoring enables you to add instrumentation to Web applications by using the so called Web Events. These Web events give us information about health status.
by Arun Ramachandran India
How to map virtual path to physical path in ASP.NET
by Noor Ahmad Feroozi
When using JavaScript or jQuery in UpdatePanel enabled web page, everything will work fine at the first page load, but after any asynchronous post back happens by UpdatePanel, all JavaScript and jQuery effects will vanish.
by trottin
In .NET 4.0, there is a new option when adding controls to a page or user control: ClientIDMode. This property offers you four choices: Legacy, Static, Predictable, Inherit...
by Dinesh K Mandal
ASP.NET 4.0 new features
by rahulsahay20
ASP.NET 5 Features - Part 1
by rahulsahay20
In this section, we'll delve further in the new ASP.NET 5 project.
by rahulsahay20
ASP.NET 5 Part – 3
by Kashif Akhter
ASP.NET Ajax Application Architecture (jQuery, jSon, .NET ScriptService)
by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.
by Md Nazmoon Noor
When it comes to build a high-performance and scalable ASP.Net Web applications Caching is inevitable. It has the ability to store objects whether its data object or pages or controls or even parts of a page. The plan is to keep them in memory while initially requested.
by Martin Jarvis
ASP.NET and custom error pages, an SEO nightmare?
by Sebastian Solnica
Anti-Forgery Tokens were introduced in ASP.NET in order to prevent Cross-Site Request Forgeries. There are many sites which describe how to use and configure those tokens in your application. But in this post I’m going to show you what exactly…Read more ›
by JIN Weijie
Application development and deployment configuration best practices in ASP.NET
by Cruz Boon
ASP.NET callback issues.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore a trick to validate whether any CheckBox inside one CheckBoxList is checked or not.
by Nuno M. F. Gomes
The ControlAdapter is available since .NET framework version 2.0 and his main goal is to adapt and customize a control render in order to achieve a specific behavior or layout.
by Nuno M. F. Gomes
ASP.NET controls - validators problem
by User 1043264
How to create custom Tag Helpers in ASP.NET Core MVC. Continue reading...
by User 1043264
How to inject and use services in ASP.NET Core MVC views. Continue reading...
by User 1043264
How to use Distributed Cache Tag Helper in ASP.NET Core MVC. Continue reading...
by User 1043264
How to share common visual elements, code blocks and directives in ASP.NET Core MVC. Continue reading...
by User 1043264
How to use Tag Helpers in ASP.NET Core MVC to simplify the creation of data entry forms. Continue reading...
by User 1043264
How to work with structured logging in ASP.NET Core and Serilog. Continue reading...
by rahulsahay20
My new Yeoman generator
by Abhijit Jana
ASP.NET Custom Repeater Control with EmptyTemplate, ShowHeaderWhenEmpty, ShowFooterWhenEmpty, ShowCount Properties
by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
by cpsglauco
How to manage JavaScript and events for GridView
by cpsglauco
ASP.NET GridView – OnRowDataBound vs OnRowCreated
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will explore the technique in jQuery to validate the ASP.NET GridView.
by Kinyanjui Kamau
ASP.NET GridView: CRUD operations
by Buaziz
Enable email notifications on errors, and create custom pages for handling errors in MVC
by Sebastian Solnica
ASP.NET Health Monitoring
by Nuno M. F. Gomes
In the first post of this series I've manage to find the correct eventId for each Web Event type, and by this time the major problem has been solved, but I cannot yet write a correct entry into the EventLog.I still have to decided the best severity type and category to apply.SeverityIf you
by Nuno M. F. Gomes
ASP.NET Health Monitoring - Building an EventLogWebEventProvider
by Bibhu Dutta
ASP.NET identity with webforms
by Imran Abdul Ghani
Part 2 in a series of ASP.NET Interview Questions with detailed answers and necessary code examples.
by Imran Abdul Ghani
This post is Part 3 in a series of ASP.NET Interview Questions with detailed answers including necessary code examples.
by Imran Abdul Ghani
ASP.NET Interview Questions for Beginners and Professionals - Part 4
by Kashif Akhter
ASP.NET jQuery Template Grid with Paging, Sorting and Ajax Method Invocation Mechanism
by Nuno M. F. Gomes
ASP.NET ListView Control
by Sazzad Hossain
ASP.NET MVC - Binding to dictionary
by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET MVC
by Arun Ramachandran India
ASP.NET MVC - HiddenInput and ReadOnly attributes
by Arun Ramachandran India
How to create a ListBox in ASP.NET MVC
by Markus Greuel
A workaround for error 0x80070643 occurring during the installation of the ASP.NET MVC 3 Tools update
by TheyCallMeMrJames
Getting started with ASP.NET MVC and jQuery - Part 1
by TheyCallMeMrJames
The 4th post in a series on jQuery and ASP.NET MVC 2 in Visual Studio 2010. In this article, I'm going to look at three more complex examples of real-world model binding and where jQuery might fit in the mix.
by Sebastian Solnica
ASP.NET MVC Bundles internals
by C Arnold
ASP.NET MVC groups
by Imran Abdul Ghani
ASP.NET MVC HTML helpers
by Tom Janssens
Handling all your images through a custom ActionResult/Controller.
by Gediminas Geigalas
ASP.NET MVC localization using ActionFilter
by Rui Jarimba
Use ASP.NET MVC T4 custom templates to generate resource files and localized views
by Gil Fink
What Model Binders are in ASP.NET MVC and how you can use them in your MVC applications.
by madan535
ASP.NET MVC Performance Tips
by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
by John Atten
Configuring ASP.NET MVC 4 membership with a SQL CE database.
by John Atten
ASP.NET MVC: How to keep private settings out of source control
by John Atten
As we all know, users are impatient. We also know that if we don't tell them our application is "doing something" they tend to do silly things like click the mouse repeatedly, seeking some sign that the requested action is indeed being performed.
by John Atten
In this post, we are going to look specifically at the vexing situation I ran into deploying from source control with an application using Entity Framework's "Model-First" strategy.
by eglasius
ASP.NET padding Oracle: how it relates to getting the web.config, forging authentication cookies and reading other sensitive data
by De, Subhendu
This blog will discuss how ASP.NET page automatically notifies when MSMQ message arrives
by M, AqibShehzad
ASP.NET performance optimization
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This blog will take you through the steps to create an ASP.NET Repeater and show the details of a particular row on jQuery Dialog popup.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This blog will take you through the steps to call a simple WebMethod to get the details of one record shown on a Repeater and show the retrieved details on jQuery Dialog popup.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will learn how to integrate one jQuery Slider Plugin with the ASP.NET Repeater Control.
by AlexCode
Using ResolveUrl without Page
by cpsglauco
Little-Big bug from ScriptManager
by zenwalker1985
ASP.NET Treeview node expand-collapse with node click: client side JQuery, JavaScript
by cpsglauco
To fully understand how to use ASP.NET, it is necessary to know the basic operation of the web (for example as occurs a request from browser to server, what are the technologies used, how a web server processes the request, etc.)
by John Atten
In a previous post, we took a high-level look at using Identity 2.0 in the context of a Web Api application. We essentially poked and prodded the default Visual Studio Web Api project template, learned where things live, and got a basic sense for how it all is supposed to work.
by John Atten
Identity is fully compatible with the OWIN Authorization model, and when used in this manner, represents a very useful, ready-to go concrete implementation.
by Arun Ramachandran India
In this post, we will go over different WebMethod attribute properties like Description, BufferResponse and CacheDuration.
by Arun Ramachandran India
How to get started with ASP.NET Web services
by Arun Ramachandran India
How to consume a web service from a client application
by Rui Jarimba
Web Services Dependency Injection using Unity
by Mohit1110
In this blog, we would learn how an ASP.NET Website project keeps the references maintained as Website project does not have any Project file to maintain the same.
by Chris_Green
Windows authentication in ASP.NET by group.
by TheyCallMeMrJames
With the release of MVC 3, the updated project templates and the Razor view engine we have several new features and tool improvements at our disposal.  I wanted to see how hard it would be to get a quick mash-up of some ASP.NET goodness and the Google Maps API.
by John Atten
OWIN, Katana and Middleware Pipeline in ASP.NET
by User 1043264
How to implement asynchronous messaging using ASP.NET Core Web API. Continue reading...
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Inspired by a question, I am blogging about a simple technique to attach KeyPress Event to all the TextBoxes of a WebPage.
by Jeffrey T. Fritz
With the introduction of OWIN-based security and Identity management in ASP.NET 4.5, the configuration of authentication and authorization have changed a bit for web forms developers.  In this article, I review where configuration has been turned off and where they have relocated to.
by Mark Vinod Sinnathamby
AutoCompleteExtender with data from ASPX code behind
by wullinkm
In this post, we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.
by Martin Jarvis
Basic Example of On-The-Fly Config Section Encryption
by Ben Liebert
Best practice architecture for professional Microsoft .NET websites
by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivet.js
by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivets.js
by AlexCode
A clean, fast and stand-alone solution
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will see one example of how to bind one DropDownList using jQuery Ajax and C# WebMethod.
by jqwidgets
How to bind jqxGrid to SQL Database using ASP.NET MVC 3
by zoyobar
Binding and Handling JSON Field In jQuery Repeater
by Sk. Tajbir
How to build Metro UI Tiles in Knockout.js
by Cruz Boon
Let’s say, we have a survey requirement. See how we can store multiple selections in a field by using bitwise.
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.
by Duke Of Haren
Bootstrapper for Project Euler in ASP.NET
by Rion Williams
Break Away From XML Configurations with ConfigR
by Artem Smirnov
Here are the breaking changes in Ivonna v.3.
by Omar Al Zabir
How to build a truly RESTful API and website using the same ASP.NET MVC code
by Cathy Wun
This is the first part of Building an Employee Tracker using AngularJS and ASP.NET Web API Series.
by Camilo Reyes
Build ASP.NET MVC from source code
by Martin Jarvis
Some extension methods to try and get around the (many) issues that I’ve had with FindControl
by Afzaal Ahmad Zeeshan
In this post, I am talking about methods used to build custom documentation builders for .NET projects using Reflection APIs.
by Pete Mourfield
Building a Facebook Graph API application using ASP.NET
by DapperDanH
How to build a LOB Gamification Service Administration Website: Authentication
by DapperDanH
I have been working on a gamification service that I intend to blog about as it takes form. This is just part 1.
by Taiseer Joudeh
This is the ninth part of Building ASP.NET Web API RESTful Service Series.
by Taiseer Joudeh
This is the first part of Building ASP.NET Web API RESTful Service Series.
by Taiseer Joudeh
How to build OData service using ASP.NET web API tutorial - Part 1
by John Atten
Build out a clean, minimal-footprint REST-ful API.
by Imran Abdul Ghani
How to build your first ASP.NET MVC5 application in 4 simple steps
by Imran Abdul Ghani
How to build your first MVC application with Entity Framework
by TheyCallMeMrJames
Built-In Authentication and Authorization Providers in ASP.NET with the MVC Framework
by Rion Williams
How to bundle and minify in ASP.NET core applications
by Rion Williams
How to learn ASP.NET
by Rion Williams
How to learn ASP.NET
by Sky Sanders
Full featured HTTP upload utility
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.
by Rion Williams
Cache Rules Everything Around Me: Using ASP.NET MVC6 TagHelpers to Bust Cache
by Dinesh K Mandal
Exploring the CacheItemRemovedCallback delegate provided by ASP.NET
by Paul D. Sheriff
This blog post will show you the basics of using the MemoryCache class.
by Madhur Kapoor
In this post, we are going to learn how to call an ASP.NET WebAPI using HttpClient libraries.
by Dinesh K Mandal
Calling method in parent page from user control
by Steve Wellens
A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies.
by Morris Bahrami
How to call Web Services from JavaScript
by levelnis
Part 2 of a series on deploying to Microsoft Azure
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This is one interesting research resulting a Trick to Cancel the GridView Editing Mode, when you press the Escape Key. Many guys asked this question in forums and those are still unanswered.
by De, Subhendu
Difference of non-visible cell between DataGrid and Gridview
by Tarun Dudhatra
Captcha Image using C# in ASP.NET
by Chris_Green
Cascading Dropdown Lists with jQuery (Parent/Child select options)
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to get the current Row of GridView inside the SelectedIndexChanged Event of a DropDownList present on the GridView itself and then find the other DropDownList and bind that
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will learn to change the Background Color of Ajax HtmlEditorExtender using ColorPickerExtender.
by Chris_Green
How to change background color of invalid controls using ASP.NET Validator.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We have already talked about integrating a jQuery Slider Plugin to ASP.NET Repeater control. Now in this blog, we will change the default speed of the slider.
by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
by ozkary
Change Silverlight Business Application template to handle login state events
by Martin Jarvis
How to change a Master Page Body Tag’s CSS class for different Content Pages
by Gil Fink
How to Change the OutputCache Provider during Runtime
by Neeraj Kaushik1980
Client side Model binding with ASP.NET MVC 3 and KnockoutJs
by Sadeque Sharif
Code encryption in MVC 2.
by John Atten
In this post we will review setting up the basic Identity accounts, pointing them at an external SQL Server (or whatever other database you choose) instance instead of the default (local) SQL Server CE in App_Data, and configuring Entity Framework Migrations so seed the database with initial data.
by M Sheik Uduman Ali
Collection Binding in ASP.NET MVC3 with AJAX
by webdev_hb
WebServices make for a convenient way to share functionality across many different applications. MVC makes it easy to call methods by using standard HTTP calls. With a little bit of Reflection, you can map an MVC Controller to a Web Service.
by Rion Williams
Common approaches to responsive design
by Sebastian Solnica
Common Authentication/Authorization between .NET4.0 and .NET4.5 Web Applications
by Sohel_Rana
How to use Common Service Locator to lose dependency of your project on IoC container.
by Steve Wellens
After years of working in the .NET environment, you can still find new and amazing features.
by Ben Kotvis
Complex queries with Repository Pattern and the Entity Framework.
by Chris_Green
Composite controls can be tricky. If they aren’t set up just right, even the most basic example won’t work properly.
by Syed Adnan Ahmed
I have tried to summarise the list of development tools that you require in your day to day development.
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.
by Ritesh Ramesh
This is a brief to the point note on how to setup ASP session state to use SQL server to store session information.
by Jonathan Wood
When deleting an item from an ASP.NET grid, it would be nice to ask the user to confirm this is what they really meant to do.
by Lee P Richardson
Description of two ways to use LINQPad with ABP apps to solve performance problems
by SonuKSingh
Types of constructors available in C#
by Gaurav Aroraa
In this article, we will discuss all about how to consume ASP.NET WEB API using RestSharp for Windows Phone.
by Chinmoy Mohanty
Gotchas in consuming and deploying ASP.NET WebAPI services
by User 1043264
How to consume ASP.NET Core Web API using HttpClient. Continue reading...
by Sky Sanders
Leveraging the full power of the ASP.NET platform from client-side JavaScript can be as simple adding a few lines of code to an existing script obviating the requirements of an ASPX client page with a ScriptManager/MS AJAX js library.
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
by Paulo Morgado
Coupling ASP.NET Session State With Forms Authentication
by Debashis 10433656
How to create an ASP.NET control for image resizer and cropper keeping aspect ratio
by Debashis 10433656
How to create an ASP.NET control for image resizer and cropper keeping aspect ratio
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.
by Gil Fink
In this post, I’ll show an example of how to create your own database initializer.
by Martin Hinshelwood
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework!
by Chris A. Johnson
This article is about creating a dynamic menuing system for ASP.NET core.
by Abhijit Jana
How to create a simple context sensitive help for ASP.NET controls using jQuery
by Richard James Moss
This article will describe how to create a trackback handler for use with MVC and the more traditional webforms.
by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
by Karl Stoney
A .NET programming article including code showing how to create a compliant RSS 2.0 feed using .NET Syndication Namespaces
by Tragdor
Code for creating postback rows in a GridView
by Jonathan Wood
How to create website thumbnails in ASP.NET
by Caleb McElrath
This post is a basic tutorial on how to create custom data-bound controls for ASP.NET.
by Rick Bassham
An easy way to do an AJAX call to another domain
by Rajneesh Kumar Verma
This article will guide you to Create, Read, Update and Delete Data using Angular JS in ASP.NET MVC 4
by Abhijit Jana
CSS Friendly Menu Control in ASP.NET 4.0
by Steve Wellens
A few posts back, I described the new Microsoft Chart Controls for the .Net Framework: Chart Demo.   While playing with the controls a bit over the holidays, I was pleasantly surprised to find you can hook into the paint events while the chart is being rendered.
by Artem Smirnov
Writing testable Action Methods
by Brij M
How to define our own custom configuration section
by kiran dangar
Custom error tracking library in ASP.NET using XML and C#
by Gediminas Geigalas
Implementing a custom RoleProvider using Unity IoC library to support custom roles in ASP.NET MVC
by TheyCallMeMrJames
CustomBinding on Service Reference Results in TransportBindingElement Error
by Rui Inacio
A KnockoutJS plug-in for model and property validation that is named Knockout validation
by Mahmudul Haque Azad
Database driven unit testing using VSTS
by ozkary
Database First development with ASP.NET MVC scaffolding and Entity Framework
by gmtzgtz
Date Validation JavaScript vs Code Behind vs RangeValidator
by Camilo Reyes
Demystify LocalDB in ASP.NET with sqlcmd
by Bhupindra Singh
Dependency Injection in ASP.NET MVC4 and webapi using Ninject
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.
by Esteban Alvarez
Deployment-time composability - pre-processing and post-processing tasks during ASP.NET web page request
by Taiseer Joudeh
A sample eLearning system API which follows best practices for building RESTful API using Microsoft technology stack
by Abhijit Jana
Details explanation on Compression Enabled Session for SQL Server and State Server Session Mode in ASP.NET 4.0
by Rion Williams
How to detect AJAX Requests in ASP.NET MVC6
by kiran dangar
Developing custom AD rotator control with multiple Image Mapping using C#.NET & XML
by Mangesh V. Devikar
Base CSS modifying which you can control the look of your gridview
by Sebastian Solnica
In today’s post, I will show you how we fought a pesky compilation problem with Razor views in our ASP.NET MVC application.
by Martin Jarvis
Diagnosing Tricky ASP.NET Production Issues with DebugDiag and winDbg
by Imran Abdul Ghani
Difference between ASP.NET Webforms and ASP.NET MVC
by Shivprasad koirala
In this article, I have explained the difference between ViewResult() and ActionResult() in MVC.
by Martin Hinshelwood
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it.
by Gaurav Aroraa
Discussing Web API2 Route constraints
by Richard James Moss
A sample on displaying the contents of a PDF file in an ASP.NET application using GhostScript
by Santhakumar M
In this article we will discuss how we can integrate with Disqus comment system in MVC.
by Martin Hinshelwood
From time to time your website structure may change. When this happens you do not want to have to start from scratch with your Google rankings, so you need to map all of your Old URLs to new ones.
by Nathan Gloyn
If you’re one of those devs that slaps a ConfigurationManager.AppSettings in the middle of a class, then stop, please just stop.
by Florian DREVET
Don't (blindly) trust in HttpWebResponse.ContentLength.
by Md. Rashim Uddin
How to download different types of files in asp.net
by Chris A. Johnson
Drag and Drop between Multiple Trees in Jquery using jstree
by Tarun Dudhatra
Dynamic Table in ASP.NET using C#
by Giorgi Dalakishvili
Implementing dynamic ViewState in ASP.NET WebForms.
by Giorgi Dalakishvili
Dynamic ViewState in ASP.NET WebForms – Part 2
by Leland Richardson
How to dynamically create item templates on the server-side in ASP.NET.
by Bryan O'Connell
How to easily expose metadata information from Web API
by Patrick Cunningham
This article uses 8 steps to create example of how to read and write from HTML to a SQL database in a .NET web application using jQuery, JSON, and XML.
by jgauffin
How to get clean and flexible model + validation localization in ASP.NET MVC3
by morzel
Easy way to fix outdated links (URL rewrite rule in web.config)
by Karl Stoney
This .NET Tutorial explains how to set up and configure ELMAH (Error Logging Modules and Handlers) in an .NET 4.5 MVC 4 application
by Nuno M. F. Gomes
Keep an ASP.NET web application error tracking isolated and easily accessible
by Shahriar Iqbal Chowdhury/Galib
Embrace reflection and export any List collection to CSV
by Shahriar Iqbal Chowdhury/Galib
The purpose of this blog post is to provide a generic solution using .NET Reflation and Generics so the same export function can be reused through the entire application regardless of the object type and save us a lot of effort.
by madan535
Enable Cross-Origin Requests CORS in ASP.NET Web API
by Wayne Ye
How to encrypt .NET configuration file
by ozkary
The ASP.NET IIS registration tool allows us to encrypt our settings by just using a couple of command lines.
by Radu Pascal
The way to use Entity Framework with Unit Of Work pattern in order to use only one context per HTTP request
by Farooq Kaiser
In this article, I will explore the entity framework with ASP.NET MVC. We will modify the form validation sample that will access the data layer using the Entity Framework.
by Kashif Akhter
Enum to datatable
by Amogh Natu
This post explains the cause and solution for the HttpException: maxRequestLength exceeded.
by madan535
In this post, we will learn how to implement an Event Calendar in ASP.NET MVC and Entity Framework by using jQuery Fullcalendar plugin.
by De, Subhendu
This article will discuss how to use events in asp.net user control
by gramoore
A data model that captures events, subscribers and topics to provide a core data model for any event registration and timeline system.
by Imran Abdul Ghani
Exception handling in ASP.NET Web API
by Imran Abdul Ghani
Exception handling in ASP.NET Web API - Part 2
by Brij
Exploring Client Callback
by Sky Sanders
Exploring Web.config - system.web/httpModules
by Rion Williams
Extending Tag Helpers in ASP.NET Core Applications
by Raymund Macaalay
Extending the AdRotator to use Flash Banners
by Pete Mourfield
Adding localization support to the ASP.NET MVC ViewEngine
by Sheikh Abdul Wahid
Xtremecode or eX ASP.Net Generator is simply a tool which takes a collection of database connections as an input and produces a well-formed ASP.NET application.
by Sheikh Abdul Wahid
eXtremecode, Generated Code Customization Methods
by Nicolas Brassard
Fake ISAPI Handler to Serve Static Files with Extensions that are Rewritten by URL Rewriter
by Syed BASHAR
How to fetch ASP.NET authenticated page with HTTPWebRequest
by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
by Abhijit Jana
Few important tips while using ASP.NET Session
by Abhijit Jana
Few nice features in Visual Studio 11 developer preview for ASP.NET developers
by madan535
In this article we can learn how to file upload in ASP.NET MVC using Dropzone JS and HTML .
by Khanna_Varun
File upload in update panel
by User 1043264
How to implement filtering in ASP.NET Core Web API. Continue reading...
by Chris_Green
Recursive DFS, BFS, and Leaf to Root search with pruning
by Steve Wellens
Finding Controls in a Master Page with jQuery
by Sibeesh Passion
Fix to no Access-Control-Allow-Origin header is present or working with Cross Origin Request in ASP.NET Web API
by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
by Farooq Kaiser
This topic shows you the MVC features that support form validation.
by Brij
FriendlyURL as the name suggests gives a clean and SEO friendly URL.
by Cybermaxs
The emergence of single page applications introduces a new need for web developers: a front end build process. Javascript MV* frameworks now allow web developers to build complex and sophisticated applications with many files (js, css, sass/less, html …).
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.
by Arkadeep De
How to create a genealogy view in ASP.NET C# using Google Organizational Chart
by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
by Karl Stoney
In this programming article, I will show how to generate an approved sitemap automatically for use with search engines.
by Rion Williams
Generating an MD5 hash from a string using LINQ.
by Buaziz
In this article, we will define our implementation to handle Captcha images.
by Anuraj Parameswaran
Generic Repository in ASPNET5
by Mayur V Lohite
Generic Repository Pattern MVC
by Arkadeep De
How to get currency format using Google in ASP.NET
by ozkary
Get File name from URL Path - ASP Classic
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This is a simple trick to find file names of a particular file type existing in a folder.
by Jonathan Wood
Why it is important to be careful when using the Caching feature.
by Rion Williams
This post will cover how to get yourself up and running using SignalR within Visual Studio 2010 in a jiffy.
by Camilo Reyes
How to get started with ASP.NET MVC 5
by Sebastian Solnica
The Global.asax file and its role in ASP.NET applications
by Ayobami Adewole
Globalization and Localization in ASP.NET web applications
by Steve Wellens
Like most developers, I love finding tools that do my work for me and make me look good. And, like most developers, I am extremely wary of adding too much outside crap to a project which can make maintaining it a nightmare.
by Buaziz
creating an MVC HTML Helper for Google Maps
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.
by Tony Gayter
GridView pager template
by Steve Wellens
Often, it's the little things that matter. In any application, small changes to the user interface can have a major impact on the readability and usability of a form. Fonts, element spacing, order of elements, colors, etc., all come into play.
by n.podbielski
How to handle Ajax errors in ASP.NET
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.
by levelnis
How to use web API to authenticate usrs of your MVC application?
by Nitesh Kejriwal
Here is how to add captcha to your ASP.NET Webforms project in 5 minutes
by levelnis
A quick example to show how to check for a duplicate username
by Syed Adnan Ahmed
The concept of treasures in SharePoint world is not new. It was also used in SharePoint 2003. Treasures are like synonyms or similar words that you specify in SharePoint for keywords search.
by Afzaal Ahmad Zeeshan
An overview for connecting an ASP.NET website or a web application to a remote SQL Server database
by Nitesh Kejriwal
How to convert date time to "X minutes ago" in jQuery
by Arun Endapally
This post shows how to create an area in ASP.NET MVC application
by Anuraj Parameswaran
How to create controls dynamically in ASP.NET and retrieve values from it
by Mayur V Lohite
A way to create custom HTML helper in ASP.NET MVC
by Manny Khasria
How to create high quality (resolution) pie chart using ASP.NET and C#
by Nitesh Kejriwal
This post will explain how to create a multi-level menu dynamically using C# in ASP.NET.
by Nitesh Kejriwal
How to create responsive menu in ASP.NET
by Nitesh Kejriwal
How to create single level menu dynamically using C# in ASP.NET
by Imran Abdul Ghani
This post discusses how to customize profile information in ASP.NET identity
by atverma
How to disable subsequent submit button clicks when a request is being processed in ASP.NET AJAX client side script code
by Brij
Enabling HTTPCompression in IIS6
by Steve Wellens
There was a question about this on the ASP.NET forums and after a quick search I didn't find a good generic function so I thought I'd supply one. Note: I wanted this to be as broad and useful as possible, so the second parameter is a ListControl which both the ListBox and DropDownList inherit from.
by Tharaka MTR
This post will show you how to fix orphaned SQL users.
by jgauffin
With this post, I’ll show how you can use the built-in features in MVC to handle errors.
by Shivprasad koirala
In this blog we will discuss how to handle multiple submit button issues in ASP.NET MVC
by levelnis
How to handle multiple Submit buttons on a form with data attributes
by jgauffin
How to handle transactions in ASP.NET MVC3
by Alexander Turlov
How to Improve ASP.NET UpdatePanel Performance
by levelnis
How to make a web form read-only the easy way
by Abhijit Jana
How to pass ASP.NET server side array to client side and binding them with HTML element
by Himanshu Manjarawala
How to print a particular portion of a webpage?
by levelnis
How to quickly set up Dependency Injection with Autofac
by Raymund Macaalay
How to render MVC view on a Modal popup window
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
by Afzaal Ahmad Zeeshan
How to share data among different web pages using ASP.NET
by Brij
How to store custom objects in web.config
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.
by jgauffin
This article explains how you can automatically proxy CORS requests in jQuery without changing your existing code.
by Dynms
How you can use the Entity Framework in an MVC.Net web application with Dynamics NAV.
by Sampath Lokuge
How to Work with Lists and Collections of Knockout
by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
by Sandeep Mewara
Possible resolutions.
by Sandeep Mewara
Evaluating the effect of using single vs multiple instances of HttpClient
by Artem Smirnov
A few tricks in using FubuMVC
by wullinkm
i18n globalization with gettext and ASP.NET MVC
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by Shahriar Iqbal Chowdhury/Galib
How to fix this IIS deployment error
by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
by raju melveetilpurayil
Explaining how to store,display, create thumbnails and add watermark on image
by Karthik J, Coimbatore
How to upload an image to our website and embed it in CKeditor.
by S Ravi Kumar (TechieRathore)
How to use the OpenId selector tool in an ASP.NET MVC3 application
by madan535
Implement Foursquare Authentication in ASP.NET MVC
by Neeraj Kaushik1980
Implementing Jquery.tmpl (template) with KnockoutJS, ASP.NET MVC 3.
by Taiseer Joudeh
Part 3: Tutorial shows how to implement OAuth JSON Web Tokens Authentication (JWT) using ASP.NET Web API 2.2 and ASP.NET Identity 2.1
by Arun Endapally
Implementation of single sign on in ASP.NET MVC
by Chris A. Johnson
Implementing an AutoComplete Control on ASP.NET Core using Telerik
by Rion Williams
This post will cover how to implement a very basic Audit trail within your ASP.NET MVC Application using custom ActionFilters.
by madan535
How to implement PayPal credit card processing in ASP.NET MVC
by Cruz Boon
How to include JavaScript files safely.
by webdev_hb
Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap.
by Thomas Weller
Including custom client-side validations in your ASP.NET MVC app
by Gil Fink
How to install a production server for ASP.NET MVC 2
by Sibeesh Passion
Installing ASP.NET Core Docker For Windows
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
by Thomas Weller
From the many available IoC containers out there, LinFu is the one that I like most. This is because it is extremely simple to use, needs almost no configuration at all, and yet it is highly flexible and extensible, if you need to do some more complicated things
by Thomas Weller
Integrating a LinFu IoC container with your ASP.NET MVC application
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.
by Nizar Noorani
How to integrate TypeMock with ASP.NET unit tests
by Thomas Weller
Integration testing an ASP.NET MVC application without web server or browser
by Thomas Weller
Integration testing an ASP.NET MVC application without Web Server or browser
by Ghanshyam N Patel
This post lists a few interesting things about Web API in ASP.NET MVC.
by Steve Wellens
I wanted a cheap, simple visual indicator similar to a progress bar. Note, not the kind of dynamic progress bar used when updating AJAX pages, more of a single-bar graph. It should have been simple task.
by Scott Dorman
Bootstrap Flat is a custom theme on top of Bootstrap that provides a flat look to the user interface elements.
by Dhanushka Madushan lk
Client side validation using JavaScript and server side validation using C# and validation server controls with simple examples
by zoyobar
jqplot, the axis and grid of the chart can be easily set
by zoyobar
Introduction to Basic Properties of jqplot Chart
by kishore Gaddam
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
by Ayobami Adewole
Introduction to jQuery in ASP.NET applications
by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
by zoyobar
Introduction to the basic properties Of JQueryElement
by zoyobar
Introduction To Title Legend And Series Of jqplot Chart
by Wayne Ye
IP address to geolocation
by Brij
How to make use of the IsCrossPagePostBack property.
by Jeremy Likness
A brief discussion of how to bind JavaScript to custom server/ASP.NET Controls using the AJAX client control model.
by Jeremy Likness
Learn how to best embed/associate JavaScript with ASP.NET user controls
by Brij
Javascript Dictionary
by Tharaka MTR
JavaScript frameworks and resources
by James Curran
Managing JS files for ASP.NET MVC.
by Ravi_Baghel
In this article, we will see how we can make use of the jQuery library to make AJAX calls in ASP.NET with the help of HttpHandlers.
by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
by TheyCallMeMrJames
Implementing jQuery IntelliSense with ASP.NET MVC and the Razor View Engine.
by Christopher John Paul
A localized confirmation box in jQuery
by morzel
Creating Autocomplete for string property is very easy. Using it for selecting some custom type is a bit more complex but there is a way to implement it cleanly...
by Chinmoy Mohanty
How to use JSON in an ASP.NET application over a REST service using WebApi
by Robert Hoffmann
Lightweight JSON protocol proposal
by Bibhu Dutta
Using MongoDB with C#
by webdev_hb
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
by Jin Vincent Necesario
HtmlGenericControl of ASP.NET Webforms
by Shivprasad koirala
Learn AngularJS Step by Step – Lab 2 (Events and Validations)
by Shivprasad koirala
Learn ASP.NET MVC step by step
by Sabarinathan A
Create a list page in 10 minutes.
by Sebastian Solnica
How ASP.NET (MVC) handles exceptions that occur in web applications
by Dinesh K Mandal
Today we will explore the way of loading ASP.Net user control at run time using jQuery. jQuery has one method load(fn) that will help here. This load(fn) method has following definition.
by eric hexter
How to load KnockoutJS View Models from ASP.NET MVC, for faster page loads
by DapperDanH
The goal of this post is to use ASP.NET MVC Web API to surface database data to the client browser.
by Aram Tchekrekjian
How to localize in ASP.NET Core Web API 6
by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.
by Steve Wellens
A new appender for the log4net logging tool that sends server logging strings to a JavaScript console.
by Steve Wellens
While lurking and skulking in the shadows of various technical .Net sites, I've noticed many developers discussing log4net in their blogs and posts; log4net is an extremely popular tool for logging .Net Applications. So, I decided to try it out.
by Arkadeep De
Logout User After Browser Close in ASP.NET C# Using Web Services
by Shayne P Boyer
Windows Azure Mobile Services with Fiddler
by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
by madan535
In this post, we will create a simple mail helper class for sending emails in ASP.NET MVC using C#.
by Sebastian Solnica
How to make elmah.axd
by Rion Williams
Making the leap to ASP.NET MVC 6 Beta 8
by Rion Williams
How to make your .NET application less quirky
by Raymund Macaalay
How to create events in Google Calendar programmatically.
by Cindy Potvin
Many Web.config have merged together
by Steve Wellens
How to have "static" buttons on a Master Page call functions in child pages when clicked.
by Lee P Richardson
This post is the story of how to generate an unauthenticated client.
by Rion Williams
How to merge smarter with Semantic Merge.
by M.Hussain.
MessageBox in ASP.NET using jQuery
by Sk. Tajbir
This post shows how to create Metro UI message box for different websites to show message. Message box is managed from ASP.NET user control and used jQuery to animate the box.
by Member 11794279
Microservices with Minimum Overhead using ASP.NET Web API and Azure – Part 2 – Deployment
by Steve Wellens
I haven't been impressed by any new technology in a long time…until I downloaded and tried out the new Microsoft Chart Controls for the .Net Framework. It contains charts for both Forms and Asp.Net applications.
by Nandun
Microsoft Silverlight is the new product they introduced for rich interactive web application developments.
by andy404
Minify JavaScript and CSS using Microsoft Ajax Minifier
by matt-dot-net
Mobile Device Browser File
by harleydk
Mocking Session State in an ASP.NET MVC4 Unit Test using Moq
by qenn
Model-to-Entity mapper in ASP.NET
by Jeffrey T. Fritz
Modern configuration for ASP.NET 4.7.1 with ConfigurationBuilders
by Cruz Boon
Multiple validation groups
by Matthew Dennis
Munq IOC Container – Creating a Thread Local Storage Lifetime Manager
by Matthew Dennis
Table of Contents Downloading the code Overview What is Munq IocContainer Using Munq IocContainer Registering Factory Methods Obtaining an Instance from the IocContainer Initializing the IocContainer Lifetime Management Downloading the Code The code is maintained at CodePlex.
by Ben Liebert
MVC output caching using custom FilterAttribute.
by Tom Janssens
M-V-VM in ASP.NET MVC: Removing Dependencies Between ASP.NET Views and Controller Actions
by TelerikCode
Here are my top 5 Visual Studio 11 designer improvements for ASP.NET 4.5 development
by Martin Jarvis
N2CMS Templates RSS Feed Fix
by Debopam Pal
This example shows you how to create a nested GridView.
by Debopam Pal
Nested Gridview in ASP.NET using C#
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.
by Imran Abdul Ghani
Microsoft’s Visual Studio went through an enormous development in recent years. How it evolves since 2010 till the latest version i.e. Visual Studio 2015 is the purpose of this Web Development Tutorial.
by Jeremy Likness
Learn how to use complex classes as primary (not composite!) keys with NHibernate
by Giorgio Bozio
NHibernate sessions in ASP.NET MVC
by Brady Kelly
No default IDs here. Move along.
by matthewproctor
NSLookup from ASP.NET
by Steve Wellens
A small test program to illustrate how the ObservableCollection works, with special notes on using it in Asp.Net.
by m_kramar
Here is a simple example of how to automatically call them when the main controller method is called.
by jgauffin
OneTrueError is my new startup which also is a member of Microsoft BizSpark. This post is about the client library for ASP.NET (WebForms/MVC/WebAPI). It will catch and handle all uncaught exceptions automatically. They are also uploaded to our site for … Continue reading →
by Tharaka MTR
Some online tools for troubleshooting web, SQL, XML and JSON
by Rion Williams
Options for configuring ASP.NET core application settings
by madan535
In this post, we will learn how to implement output cache action filter attribute in ASP.NET Web API.
by AlexCode
How to override FormsAuthentication for some URLs
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.
by User 1043264
How to implement paging in ASP.NET Core Web Api. Continue reading...
by Spencer Schneidenbach
A useful paging model using ASP.NET Web API, Entity Framework, and AutoMapper
by raju melveetilpurayil
One more example of how to do Paging in MVC
by bapak71
How to implement w2ui in ASP.NET MVC - w2ui grid
by bapak71
How to implement w2ui grid with remote data source
by MBigglesworth79
This article is a follow-up to Andy West's blog post about performing a conditional validation when using .NET data annotations on a model in MVC.
by M Sheik Uduman Ali
Partial View Auto Refresh in ASP.NET MVC3
by SRS(The Coder)
Passing Data [View-to-Controller, Controller-to-View & Controller-to-Controller in ASP.NET MVC]
by levelnis
Article discussing how to pass Json data to a RESTful WCF 4 service using Json.Net
by Brij M
Passing objects between ASP.NET and Silverlight controls using serialization
by Brij M
A description of how to embed Silverlight components in ASP.NET and pass parameters to them
by Paulo Morgado
Patch For ASP.NET Vulnerability Available
by Florian DREVET
Per developer configuration files (Visual Studio)
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.
by Betclic Tech
Measure performance of ASP.NET MVC Action Filters.
by Imran Abdul Ghani
How to perform CRUD operations using ASP.NET Web API - Part 1
by Brij
Playing with List Controls using jQuery
by Robert Hoffmann
No IOC library, no dependencies ..and I'm really really happy now.
by Omar Al Zabir
ASP.NET generates some large cookies if you are using ASP.NET membership provider.
by Rion Williams
Wherever there is a form or page that allows a user to post up information, there is an opportunity for repeat postings and spam.
by Shivprasad koirala
In this blog we will try to understand how we can prevent and fine tune XSS(Cross Site Security) security attacks in ASP.NET MVC.
by Jason Sultana
Protecting an ASP.NET Web API from XSS
by David Truxall
How to print a PDF document but not allow the user to manipulate the PDF in any other way.
by Abhijit Jana
Programmatically Changing Session State Behavior in ASP.NET 4.0
by Vincent Maverick Durano
Protect your data: Prevent SQL injection
by ozkary
Secure a web page postback from malicious exploits.
by Steve Wellens
Over on the Asp.Net forums, a user asked how to store an ordered list of pages in an Xml file so he could use it to control the navigation of a group of pages on his web site. It was for a 'Wizard' where the user needed to go through the pages in sequence…no jumping directly to a page.
by Sandeep Mewara
See with a working demo how SignalR works and how it can be used
by Talking Dotnet
This post lists what's changed in ASP.NET 5
by levelnis
Article examining one approach to reducing controller dependencies in an ASP.NET MVC application by using generic factories.
by Rion Williams
This article covers one of the switches that you might be interested in flipping, the App Suspend feature, which is available in .NET 4.5.1 on Windows Server 2012 R2.
by Chris_Green
How to solve the issue of lost data in Repeaters on postback
by jgauffin
Repositories, Unit Of Work and ASP.NET MVC
by zoyobar
This article will explain in detail how to retrieve data in the Repeater
by jgauffin
Return markdown directly from your ASP.NET MVC controller
by John Atten
In this post we will take a quick look at how to reverse engineer an existing database to create your conceptual data model.
by Imran Abdul Ghani
Review of 50 articles completed on WCF tutorial
by Steve Maier
The same database and the same RIA Services can be used as a Web Service by using some simple additions to the setup of your project.
by Steve Wellens
It's possible you may develop dozens of web sites without ever doing any data caching. However, if you are trying to increase performance, data caching can be a key tool. The Asp.Net Cache object is remarkably easy to use, but it has many settings which makes it extremely powerful.
by Giorgio Bozio
Print PDF in ASP.NET MVC
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore the trick to replace the default square ColorPicker Button with a rounded one.
by John Atten
This post covers the most basic and fundamental concepts of routing as applied to the ASP.NET MVC framework.
by John Atten
This post covers the most basic and fundamental concepts of routing as applied to the ASP.NET Web API framework.
by Brij M
Rows and Columns Merging in ASP.NET GridView Control
by Abhijit Jana
Run ASP.NET Web Application from Command Prompt
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?
by Raymund Macaalay
How to run a background service in a Web Application
by Paul S. Chapman
How to run a client side script from server side code in ASP.NET
by voloda2
Running ASP.NET websites on Apache 2.2
by Gilly Barr
How to run UI tests on local ASP.NET website with development server
by Junian Triajianto
Beginner guide on how to integrate MySQL database into ASP.NET Core project with Identity and host it on Ubuntu Server
by Sky Sanders
AccessControlModule can impart a greater consistency and usability upon the default behaviour of FormsAuthentication and allow any client script code to leverage FormsAuthentication in a straight forward manner.
by saramgsilva
Sample For To List, Sort, Search Data and Add Pagination in ASP.NET MVC 5
by gmtzgtz
How to write a LINQ statement with multiple joins
by Chris_Green
Pass JavaScript arguments from codebehind to script the easy way!
by Dev Leader
In this article, I’ll provide you with a high-level overview of Dependency Injection and Scrutor in C#.
by Aram Tchekrekjian
Easily secure ASP.NET Core Web API using API Key Authentication - just follow a few steps and secure your endpoints
by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
by Lee P Richardson
How to secure external web APIs
by Martin Jarvis
Sure your website by putting bouncers at the door
by Hamid Mosalla
Security through obscurity - Hiding ASP.NET MVC Response Headers
by Martin Jarvis
Protect against POET Attacks with Custom Errors!
by Midhunlal G
All about making an old control compliant with very new AjaxControlToolKit
by rahulgbhatia
How to send email from a static HTML
by madan535
In this post we will learn how to send an HTML formatted email templates in ASP.NET MVC.
by Shivprasad koirala
This blog will discuss the difference between server.transfer and response.redirect.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
If you want to set text inside AJAX HTMLEditor or HTMLEditorExtender, then this is the right place. Enjoy the tip.
by TheyCallMeMrJames
How to set up ASP.NET MVC 3 to work with jQuery UI 1.9
by morzel
Setting version of assemblies in ASP.NET MVC application with TeamCity Build Feature
by Oddleif Halvorsen
Ever been in a situation where you need to modify a SharePoint master page, but really would like not having to create a custom master page? It can be done. Sure, this depends on the amount of customizations, but in a lot of situations you can do what you need from code.
by Sohel_Rana
SharePoint 2010 Client OM for JavaScript
by Sohel_Rana
The client Object Model for Managed .net application allows any .net managed application to communicate with SharePoint server without using any web service reference.
by Kyriakos Akriotis
SharePoint Debugging Assistant (free Visual Studio 2012/2013 add-in)
by Manjuke Fernando
How to show an image saved in a SQL Server table on an ASP.NET Image control.
by zoyobar
jqplot can display the location of the cursor, can also enlarge an area that user selected
by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
by Jeremy Likness
A simple Silverlight control that creates an image button with zoom and reflection
by Nathan Gloyn
Simple.Data ASP.NET Identity Provider
by Shayne P Boyer
SimpleIoc and the Messenger Service in MVVM Light.
by jgauffin
Simplified localization for DataAnnotations
by Raymund Macaalay
Single ClientValidationFunction for Multiple Dynamic CustomValidator and CheckBox
by Himen M Patel
Single page CRUD application (SPA) using ASP.NET MVC, Entity Framework and AngularJS
by Brij
Single Sign On Between Sub Domains: Forms Authentication
by Shivprasad koirala
As a web site owner, we all boast about 24 x 7 uptime. But somewhere down below in our hearts, we know it’s difficult.
by Kunal Chowdhury «IN»
That's a good question that came up after the series in my blog.
by Zhuyun Dai
How to solve "Could not load type 'System.ServiceModel.Activation.HttpModule’ IIS 8 error
by Shahriar Iqbal Chowdhury/Galib
Solve Mongo DB Element does not match any field or property of class
by Imran Abdul Ghani
Step by step approach to create a WCF Data Service
by Imran Abdul Ghani
Step by step using Bootstrap 3 with ASP.NET MVC 5
by Madhur Kapoor
In this post, we will look at how to save images in SQL server.
by Steve Wellens
The new free Chart Control from Microsoft is awesome (for download details see my original post here).  But if you can avoid being dazzled by the plethora of charting features, you may realize it can be used for other tasks.
by Syed Adnan Ahmed
I wrote down my notes during the European SharePoint Conference held in London and decided to share best practices discussed in the sessions that I had attended.
by Steve Wellens
Level: Beginner. After getting information from a database, you may also want summary information about the data (totals, averages, counts, etc.). This can be done using SQL group by clauses or, it can be done while binding to a GridView.
by Martin Jarvis
This module allows you to disable Control Adapters using a whitelist (disallow all, apart from those lists) black list (disallow all control adapters listed) and also to inject a control adapter into a specific control.
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.
by Artem Smirnov
Testing MVC with Ivonna -- first look
by Ashoka RKT
The not much utilized Debug->Exceptions... Window technique
by Camilo Reyes
The DefaultModelBinder in ASP.NET MVC for N00bs
by Tim Golisch
"Eval is evil". If you have any dignity at all, as a programmer, you are now compelled to banish it forever.
by Steve Wellens
On the Asp.Net forums where I am a moderator, a developer was having a problem hooking up click events to the rows of a dynamically created html table. He didn't want to embed the onclick handler in the table rows as each row was created so he tried using jQuery.
by Steve Wellens
Remember the SETI screen savers that used to be on everyone's computer? As far I as know, it was the first bona-fide use of "Cloud" computing…albeit an ad hoc cloud.
by Nathan Gloyn
How to solve this issue
by Camilo Reyes
SOLID principles in ASP.NET MVC
by Jeffrey T. Fritz
HttpHandlers had their place, but going forward, I'm going to use WebAPI whenever I need to transmit data over HTTP to browsers or any other connected client.
by Paulo Zemek
... but unfortunately they do, and those things go into production.
by Shivprasad koirala
Things you will miss in MVC as a Webform developer
by jgauffin
A summary of all my answers focusing on View Models in ASP.NET MVC
by Karl Stoney
In this programming article, I will show you how to create a custom action filter for .NET MVC which will throttle repeat requests.
by George Mamaladze
Tiny UML Sequence Diagram Markup Language for Agile Developer Documentation
by Martin Jarvis
Url Rewriting is great and I love it a lot, you get to create nice readable (and memorable) urls without having to create hundred of files.  However, there can be issues.
by Ahmed_Said
Here are some tips about using JavaScript in ASP.NET
by Sandeepkumar Ramani
Tips/Tricks – Hide popup on background click
by Imran Abdul Ghani
Here are top 10 ASP.NET Interview questions and answers
by Imran Abdul Ghani
Top 10 interview questions related to ASP.NET Web API framework
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Of course, as the name suggests, it is the upcoming version of ASP.NET.
by Imran Abdul Ghani
We are going to discuss about the top features in ASP.NET Web API 2.1.
by Mehdi Khalili
Two great solutions for config transformation
by eric hexter
Bootstrap package for ASP.NET MVC4.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore some interesting stuff related to the RegisterStartupScript method.
by mopicus
Ultra fast Excel export component for MVC4
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore the error I faced, while I was attaching Events to Telerik RadEditor and how I resolved that.
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.
by Chris_Green
Understanding BackgroundWorker threads and how to encapsulate your own thread class
by chetanvihite
Understanding Filters in ASP.NET MVC
by Imran Abdul Ghani
Understanding routing in ASP.NET MVC
by Rion Williams
Understanding Routing Precedence in ASP.NET MVC and Web API
by webdev_hb
This post talks about possible ways to implement an Undo feature
by levelnis
Article discussing how to unit test HttpContext.Current outside of a controller
by pytelg
This post describes how to execute unmanaged C++ OpenGL drawing on Windows Forms and WPF to achieve very fast and reliable graphics rendering over stunning GUI done in WPF or Windows Forms.
by Kelum W. Ganegoda
This post demonstrates how to create an update progress with the UpdatePanel, similar to the one we can see in GMail.
by madan535
How to save or upload Base64 data to S3 using AWS SDK in ASP.NET MVC
by SleepyCrat
How to upload and view images with ASP.NET MVC and Mongo DB
by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way
by madan535
Use Dapper.NET ORM in ASP.NET MVC
by zoyobar
Use Date And Time As Ticks Of jqplot Axis
by zoyobar
How to use jQuery Timer to achieve new email notifications.
by zoyobar
Using the master page of ASP. NET, you only need make one login box in the MASTER page, the CONTENT page allows you to share it.
by zoyobar
How to use the ResourceLoader to add scripts and styles to page
by Rion Williams
This post will cover how to create a simple “cookie-aware” WebClient class that will authenticate and persist this authentication for the duration of the WebClient to allow access to secure areas of your MVC Application without the need for re-authenticating for each request.
by Rion Williams
How to use ASP.NET Core JavaScript services to play nice with client-side frameworks
by Rion Williams
Using ASP.NET MVC5 within Visual Studio 2012
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.
by eglasius
How ot use cookies to control return page after login on ASP.NET MVC 3.
by Rion Williams
This article will discuss the steps necessary to implement and enhance CORS support within ASP.NET WebAPI allowing you to handle CORS Requests at a Global, Controller, or Action level to provide more flexibility when working with possible cross-origin requests.
by Ashish Sheth
Using CultureInfo for Globalization/Localization of an ASP.NET applictation.
by levelnis
This is part 3 of a 4-part series on using DataTables with WebAPI.
by S Ravi Kumar (TechieRathore)
How to use Facebook login in ASP.NET application without any third party library
by Leland Richardson
How to use HTML5 data-* tags, Razor, and C# anonymous objects
by Bob Crowley
Using HttpClient as it was intended
by Pete Mourfield
Using jQuery Mobile with ASP.NET MVC
by Jeremy Likness
Using JQuery to intercept the click of an ASP:Button
by Joe Rattz
Using LINQ To Filter By Object Type and Then Quantify
by andy404
Using Membase for ASP.NET Output Caching
by Dinesh K Mandal
Using MemoryCache in .NET 4.0
by BC3Tech
How to use middleware to trap exceptions in ASP.NET Core
by Matthew Dennis
In this article, I will walk through the modification of the default ASP.NET MVC 2 application to use the Munq IOC container.
by Gediminas Geigalas
MVC Mini Profiler is a great tool to profile your ASP.NET MVC apps.
by Garry Pilkington
A quick example of using MVP with ASP.NET Web Forms.
by Ravi_Baghel
How to use NHibernate in ASP.NET
by Diego Resnik
If you don't really need a big session management solution that will cost you in performance (no matter what..) and you only want 2-3 parameters that will help you identify some user's preference without all the fuss, consider - soap extension.
by SRS(The Coder)
How to use Stored Procedures in Entity Framework Model First Approach
by Alexander Turlov
Using the Microsoft Ajax Library 3.5 with the CDN
by webdev_hb
This post continues the WebControls In MVC series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers!
by Wayne Ye
Describes the importance of enabling GZIP compression in Web application
by Brij
Validating partial page with ASP.NET Validators using JavaScript
by User 271009
Using Forms Authentication to secure access to ASP.NET MVC endpoints and WCF services
by morzel
Is View State really needed to hold TextBox value?
by Abhijit Jana
ViewState Control in ASP.NET 4.0
by Steve Wellens
Often, there are many ways to do the same thing in .NET. You can do things the hard way or the easy way. By hard, I mean you can type a lot of code by hand. By easy, I mean you can click and drag and drop.
by Sky Sanders
Or: “What I hope is not just ‘Yet Another Visual Studio JavaScript Intellisense Walkthrough’”
by Tom Janssens
Ok, here are the steps to setup the development environment for my new project...
by ozkary
How to resolve the WCF Service IIS specified authentication schemes error
by Camilo Reyes
Web API Circular References with Many to Many Relationships
by Sander Rossel
The last in a series on web development.
by Rion Williams
In this blog post, I’ll review over the three main ASP.NET web development technologies to help broadly cover what each of them do and which one might be best for you to get started with.
by Tharaka MTR
Web service and script service
by Paulo Morgado
Web Site Globalization With ASP.NET Routing
by Steve Wellens
There was a question from a student over on the Asp.Net forums about improving site performance. The concern was that every time an app setting was read from the Web.Config file, the disk would be accessed. With many app settings and many users, it was believed performance would suffer.
by Jeffrey T. Fritz
As a follow-up to my previous article about WebAPI, I received an interesting question from a friend on LinkedIn: Is there a way to emit data in Protobuf format?
by ozkary
The WebClient class can be extended to support cookies by overriding the GetWebRequest method and implementing a CookieContainer.
by ozkary
The WebClient class can be extended to support cookies by overriding the GetWebRequest method and implementing a CookieContainer. This allows the client to login to the application and maintain the cookie state for subsequent calls to the web application.
by Markus Greuel
This first part of a series about website performance with ASP.NET introduces tools and metrics for measuring the performance of a website.
by Markus Greuel
This post shows how the time to first byte of ASP.NET pages can be reduced by profiling the code and implementing data and output caching.
by Markus Greuel
One of the keys to improving page load times is to reduce the number of requests. This post shows how that can be achieved in ASP.NET websites.
by Markus Greuel
See how cache headers can help you to improve you page load times and how to implement them in ASP.NET Websites.
by Abhishek Sur
A weird error that comes when a page is opened for a long time and then posted back
by Rion Williams
When MVC came along however, the water became a bit muddled and developers had a major choice to make when starting up a new project: Web Forms or MVC?
by Rion Williams
Welcome to the family, one ASP.NET
by Manny Khasria
ASP.NET full trust hosting and a few good full trust hosting plans
by SRS(The Coder)
What is ASP.NET MVC Routing and why is it needed
by Shivprasad koirala
CSRF (Cross site request forgery) is a method of attacking a website where the attacker imitates a.k.a forges as a trusted source and sends data to the site.
by Cindy Potvin
What is SignalR and why should I use it?
by Abhijit Jana
The exact difference between web farm and web garden, and the advantages and disadvantages of using them.
by Abhijit Jana
When can we use HttpContext.Current.Items to stores data in ASP.NET?
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.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Why DropDownList SelectedValue Does Not Work Inside SelectedIndexChanged Event?
by Mayur V Lohite
A note on how to design decoupled system in ASP.NET MVC
by Brij
Why MaxLength property of a textbox with multiline mode doesn’t work? A Solution
by Brij
Why textbox persists data during postback even if View State set to off
by Afzaal Ahmad Zeeshan
Why use ASP.NET for web development
by Camilo Reyes
Writing JavaScript can be daunting. What begins with fun light scripting, quickly escalates into a tangled mess. I once found myself in an unimaginative hodgepodge of callbacks tight coupled to HTML. But then, I began to believe that there must be a better way.
by Brij
Asynchronous HTTP Module - one of the new features that got enhanced in ASP.NET 4.5