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

ASP.NET4

ASP.NET4

Great Reads

by S. M. Ahasan Habib
.NET TransactionScope and its default Transaction Isolation level issue.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Ever wondered how to add HTML file contents to the aspx page by code. Take a look at the implementation.
by Declan Bright
A technique which ensures that an ASP.NET GridView displays nicely on small screen devices.
by Nigam Patel
How to add Silverlight to a web page using JavaScript using the silverlight.js file.

Latest Articles

by S. M. Ahasan Habib
.NET TransactionScope and its default Transaction Isolation level issue.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Ever wondered how to add HTML file contents to the aspx page by code. Take a look at the implementation.
by Declan Bright
A technique which ensures that an ASP.NET GridView displays nicely on small screen devices.
by Nigam Patel
How to add Silverlight to a web page using JavaScript using the silverlight.js file.

All Articles

Sort by Score

ASP.NET4 

by Declan Bright
A technique which ensures that an ASP.NET GridView displays nicely on small screen devices.
by Rahul Rajat Singh
In this article we will discuss about entity framework code first approach.
by Sami Pylkkänen
Article shows how to setup ASP.NET 4.5.2 and ASP.NET 5 projects for Angular 2 application and how to enable Angular 2 typescript debugging in Visual Studio.
by Florian Rappl
Second part in my annualy list of tips, this time including JavaScript, controls, tooling and customization, which has been build up from recent ASP.NET MVC 4 programming journeys.
by lakhdarr
Different ways to export a grid contents to different file formats csv, excel, pdf using ASP MVC
by Shashangka Shekhar
In this article we will get a short overview on AngularJS, then we will create a ASP.Net MVC-5 CRUD application using AngularJS(v1.4.8).
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.
by Shashangka Shekhar
In this article, we are going to explore the security issue which will help us to prevent unauthorized access of web API access using custom Authorization Filter.
by Prabu ram
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
by Florian Rappl
Crawling tons of (individual) web information and creating statistics using Windows Azure.
by MattiLindroth
An example on how to call Oracle stored procedures with UDTs from ASP.NET MVC / REST API
by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
by defwebserver
You can easily create a Bot and deploy it on Facebook.
by MSagar007
This artcile shows how to make a CRUD operation in single View using Javascript in MVC
by Nishant Shrivastava
This article explains how to date validation format in dd/mm/yyyy and check this value with other form attribute by writing custom validator in ASP.NET MVC
by aditya pewekar
Create custom HTML helper to manage Page Mode like View (Readonly) and Edit/Add (Editable)
by Kelum Priyadarshane
This project developed using combination of Entity Framework 6.0 + Code First Approach + Web API 2 + Repository Pattern + ASP.NET MVC 5 + SQL Server 2012 + Unit of Work Testing + Bootstrap.
by Shashangka Shekhar
In this article, we will learn about Face API and create a simple ASP.Net MVC application to detect faces in an image by using Face API.
by Zijian
Generate strongly typed client API in C# for ASP.NET Web API and .NET Core Web API supporting desktop, Universal Windows, Android and iOS
by _Amy
Dynamic menu generation according to user privileges from database.
by Leya Samuel
This article mainly explains about how you can write custom webhook using persistent storage, how they can be created and also a sample source code on custom webhook. The purpose of this article is just to give an idea on writing your own custom web hook.
by Alen Toma
How to implement deep cloning using Reflection
by ankur_0603
In ASP.NET web application we are familiar with data passing and state management mechanism like Session, ViewState , hiddenfield etc. But in ASP.NET MVC Application we have ViewData, ViewBag, TempData, Session Variables.
by STalha.Munir
This article explains the security concerns in respect to URLs with plain ids and unique identifiers and presents a solution using custom attributes in ASP.NET MVC 5.
by inishant12
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#
by kevin_yap
This article talks about how to implement server-side AngularJS pagination in ASP.Net MVC web application.
by Rajesh Londhe
Use of signalR for one-to-one and group chat
by Member 11984295
In this article, I explain you how to implement single page application using asp.net mvc, jquery and sammy.js
by Ole Oren
Fast and simple REST development for SQL devs
by defwebserver
You can consume your backend OData Visual Studio LightSwitch services in AngularJs
by Shahriar Iqbal Chowdhury/Galib
ASP.NET MVC model binding approaches, fundamental ideas, advantages, and validating models.