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

ASP.NET4.0

ASP.NET4

Great Reads

by defwebserver
You can easily create a Bot and deploy it on Facebook.
by Florian Rappl
Crawling tons of (individual) web information and creating statistics using Windows Azure.
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 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.

Latest Articles

by Lance Ford
Use an IIS module to identify the node that served a request in a web farm environment.
by Herman.Instance
AjaxControlToolkit Accordeon's bad influence on Gridview PagerTemplate
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 Chris A. Johnson
Drag and Drop between Multiple Trees in Jquery using jstree

All Articles

Sort by Updated

ASP.NET4.0 

4 May 2020 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
15 Feb 2019 by aditya pewekar
Create custom HTML helper to manage Page Mode like View (Readonly) and Edit/Add (Editable)
26 Sep 2018 by MattiLindroth
An example on how to call Oracle stored procedures with UDTs from ASP.NET MVC / REST API
10 Jun 2018 by Member 11984295
In this article, I explain you how to implement single page application using asp.net mvc, jquery and sammy.js
5 Jan 2018 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.
15 Jun 2017 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
20 Jan 2017 by Ole Oren
Fast and simple REST development for SQL devs
11 Jan 2017 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.
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.
24 Oct 2016 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.
15 Oct 2016 by Prabu ram
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
18 Sep 2016 by inishant12
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#
14 Sep 2016 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.
14 Aug 2016 by kevin_yap
This article talks about how to implement server-side AngularJS pagination in ASP.Net MVC web application.
11 Aug 2016 by MSagar007
This artcile shows how to make a CRUD operation in single View using Javascript in MVC
3 Jul 2016 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.
2 Jul 2016 by defwebserver
You can easily create a Bot and deploy it on Facebook.
20 Apr 2016 by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
7 Apr 2016 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.
12 Feb 2016 by lakhdarr
Different ways to export a grid contents to different file formats csv, excel, pdf using ASP MVC
23 Jan 2016 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).
22 Nov 2015 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.
28 Apr 2014 by Declan Bright
A technique which ensures that an ASP.NET GridView displays nicely on small screen devices.
18 Nov 2013 by Rahul Rajat Singh
In this article we will discuss about entity framework code first approach.
26 Oct 2013 by defwebserver
You can consume your backend OData Visual Studio LightSwitch services in AngularJs
13 Aug 2013 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.
26 Jul 2013 by Shahriar Iqbal Chowdhury/Galib
ASP.NET MVC model binding approaches, fundamental ideas, advantages, and validating models.
9 Jun 2013 by Florian Rappl
Crawling tons of (individual) web information and creating statistics using Windows Azure.
25 Sep 2012 by _Amy
Dynamic menu generation according to user privileges from database.