News in the Category: ASP.NET Subscribe to the rss of this category.

Total posts: 16157 | Sort by Views | Sort by Hits

Error Handling and ExceptionFilter Dependency Injection for ASP.NET Core APIs

Rick Strahls WebLog, October 17, 2016
Views: 22 | Hits 2

While working on my ASP.NET Core API and Angular 2.0 AlbumViewer sample, one last thing I need to round out the feature set is to make sure that consistent error results are returned to the client. U...

How to create an Area in ASP.NET MVC application

The Code Project Latest Articles, October 16, 2016
Views: 74 | Hits 7

Areas in ASP.NET MVC allows us to separate a Web Application into smaller modules and organize the code. For example, if you have a blog feature in your application you can create that as a separate a...

ASP.NET Core 1.0 - Configure Application Insights

The Code Project Latest Articles, October 16, 2016
Views: 68 | Hits 5

This article will show how to integrate Microsoft Azure Application .Insights into a web application using ASP.NET Core 1.0 to Detect, triage, and diagnose issues in your web application...

Toastr.Net Yet another Notification Plugin Extender for ASP.Net

The Code Project Latest Articles, October 15, 2016
Views: 76 | Hits 6

This is an implementation of John Papas Toastr plugin extended in ASP.Net server-side for a neater presentation of notifications....

Simplest Way to Use JQuery Date Picker and Date Time Picker in ASP.NET/ASP.NET MVC

The Code Project Latest Articles, October 13, 2016
Views: 123 | Hits 4

This is the simplest way to use JQuery Date Picker and Date Time Picker in ASP.NET/ASP.NET MVC with many customization according to your requirement....

Some Tips for Minimising the Pain of HTML Input Forms

Simple Talk, October 13, 2016
Views: 94 | Hits 4

HTML Input forms are, by their nature, tiresome for the user of any website. However, with some attention to detail and a dash of JavaScript, it is possible to reduce the drudgery of form-filling to t...

Highlight Keywords From Response Using ASP.NET Core Middleware

DotNetBips.com Latest Articles, October 10, 2016
Views: 130 | Hits 3

Recently I needed to search for certain keywords from the response body and then highlight them with different color. In ASP.NET Web Forms you would have created an HTTP module to achieve this. In ASP...

Highlight Keywords From Response Using ASP.NET Core Middleware

Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, October 10, 2016
Views: 104 | Hits 3

Recently I needed to search for certain keywords from the response body and then highlight them with different color. In ASP.NET Web Forms you would have created an HTTP module to achieve this. In ASP...

How to fix Your Open Live Writer Account Settings for weblogs.asp.net

Roland Weigelt, October 7, 2016
Views: 118 | Hits 4

When I tried to post on my blog (weblogs.asp.net/rweigelt) yesterday using Open Live Writer, it failed with an error message I ended up posting via the web interface.I contacted the ASP.NET website s...

Real-Time Poll Vote Results Using SignalR 2, MVC, Web API 2, jQuery And HighCharts

The Code Project Latest Articles, October 7, 2016
Views: 152 | Hits 11

In this article, we will learn how to implement a simple Real-Time poll vote results using SignalR 2, MVC, Web API 2, jQuery and HighCharts....

How to add a Chart to your Client-Side PivotGrid (DevExtreme v16.1)

The ASPx Blog, October 6, 2016
Views: 113 | Hits 1

A chart is a great way to visualize data. Did you know that you can easily add a chart to the DevExtreme PivotGrid widget? And the chart will update instantly with the PivotGrid:In previous versions o...

4 Keys to a Clean Angular Implementation

Simple Talk, October 6, 2016
Views: 103 | Hits 7

Can there by true separation of concerns with MVC? Not entirely, especially with Angular's templates allow you to so much flexibility, but there is a great deal to be gained from following guideline...

Simplest Way to Use JQuery Date Picker/Calendar in ASP.NET/ASP.NET MVC

The Code Project Latest Articles, October 6, 2016
Views: 119 | Hits 4

This is the simplest way to use JQuery Date Picker/Calendar in ASP.NET/ ASP.NET MVC with many customizations according to your requirement....

Updated Videos For ASP.NET Core

K. Scott Allen, October 5, 2016
Views: 96 | Hits 6

Ive re-recorded my ASP.NET Core Fundamentals course for Pluralsight using the released bits of ASP.NET Core 1.0. I hope you enjoy the videos! In the future Id like to record videos showing my opinion...

Web API Return List of Custom Type (JSON)

The Code Project Latest Articles, October 3, 2016
Views: 141 | Hits 7

In this tip, we will learn how to return list of custom type (JSON) data using ASP.NET Web API....

How to Get Missing jquery.validate.js File in ASP.NET Core MVC Project

The Code Project Latest Articles, October 2, 2016
Views: 163 | Hits 3

A Common problem working with Bower(Client-Side Package Manager of ASP.NET Core), missing dist folder with js file...

Creating Code Snippet View Panel on an HTML Page

The Code Project Latest Articles, October 1, 2016
Views: 162 | Hits 4

How to create a code snippet view panel on an HTML page...

Running Crystal Report in Azure

The Code Project Latest Articles, October 1, 2016
Views: 129 | Hits 3

Here is a step by step guide on how to make an ASP.NET project that uses Crystal Reports run successfully on Azure....

Creating Code Snippet View Panel on an HTML Page

The Code Project Latest Articles, October 1, 2016
Views: 143 | Hits 1

How to create code snippet view panel on an HTML page...

Auto Generate Menu from Controllers in ASP.NET MVC

The Code Project Latest Articles, September 30, 2016
Views: 155 | Hits 7

A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers....

ASP.NET Core and CORS Gotchas

Rick Strahls WebLog, September 27, 2016
Views: 164 | Hits 8

Last night I was working on updating my ASP.NET Core AlbumViewer sample application to Angular 2.0 and in the process ran into CORS problems. Angular 2.0's default working environment runs a developm...

Prepare ASP.NET MVC / ASP.NET Core Projects to use Angular 2 in 10 Easy Steps

DotNetBips.com Latest Articles, September 26, 2016
Views: 177 | Hits 14

Now that Angular 2 is finally available, it would be good to try your hands on this new framework. If you are an absolute beginner in Angular 2 you may find preparing your ASP.NET projects a bit confu...

Prepare ASP.NET MVC / ASP.NET Core Projects to use Angular 2 in 10 Easy Steps

Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, September 26, 2016
Views: 159 | Hits 7

Now that Angular 2 is finally available, it would be good to try your hands on this new framework. If you are an absolute beginner in Angular 2 you may find preparing your ASP.NET projects a bit confu...

How to replace a web page's default hourglass with a fancy one

The Code Project Latest Articles, September 22, 2016
Views: 189 | Hits 3

A simple way to add a fancy-pants custom "hourglass" to your page with a (very) little HTML and Javascript...

Master Chef (Part 1) ASP.NET Core MVC with Fluent NHibernate and AngularJS

The Code Project Latest Articles, September 21, 2016
Views: 194 | Hits 5

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....

Downloading File from External Server Using Credential in ASP.NET MVC

The Code Project Latest Articles, September 21, 2016
Views: 160 | Hits 2

This article explains how to download files from external server network path using server credential in ASP.NET MVC....

ASP.NET MVC application with Custom Bootstrap Theme -VS 2012, VS 2013 and VS 2015

The Code Project Latest Articles, September 20, 2016
Views: 110 | Hits 5

In this article I will show how to create an ASP.NET MVC web application with a custom bootstrap theme / layout. For this demo I am using Visual Studio 2012, ASP.NET MVC 4, a custom bootstrap theme(Bo...

Multiple File Upload to Database in Asp.net MVC

The Code Project Latest Articles, September 19, 2016
Views: 161 | Hits 4

Multiple File Upload to Database in Asp.net MVC...

Multi-Step Input Forms in ASP.NET MVC

Simple Talk, September 16, 2016
Views: 146 | Hits 6

It is a common problem with a web page that a form is too complex to fit easily on the page. You can, of course, rely on the scrollbar, but it soon becomes a daunting and erratic process for the poor...

Prevent Url Tampering in Asp.net MVC

The Code Project Latest Articles, September 15, 2016
Views: 135 | Hits 6

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....

ASP.NET HTML Editor - Import, Export, and Pasting

The ASPx Blog, September 14, 2016
Views: 141 | Hits 3

Did you know that the DevExpress ASP.NET HTML Editor control has three major features to help you work with Microsoft Word and different document formats? Let's explore these three major features:...

An MVC.NET AJAX Modal Widget

The Code Project Latest Articles, September 14, 2016
Views: 198 | Hits 7

A reusable MVC popup message box with Ajax functionality - that can bind to any model...

Useful Techniques for Platform Independent Web Software Development

The Code Project Latest Articles, September 14, 2016
Views: 127 | Hits 7

The article presents a collection of Web technologies. Multi-OS servers written in ASP.NET Core and node.js along with HTML / JavaScript / TypeScript one-page client construct scrollable table sample....

An MVC.NET AJAX Modal Widge

The Code Project Latest Articles, September 14, 2016
Views: 177 | Hits 1

A reusable MVC popup message box with Ajax functionality - that can bind to any model...

A Reusable MVC.NET AJAX Modal Widge

The Code Project Latest Articles, September 14, 2016
Views: 169 | Hits 2

A reusable MVC popup message box with Ajax functionality - that can bind to any model...

Genetic algorithm: an implementation using JavaScript and HTML5

The Code Project Latest Articles, September 13, 2016
Views: 108 | Hits 5

A JavaScript and HTML5 based simulation of genetic algorithm with visualization...

ASP.NET Core Identity - Allow Password Reset

DotNetBips.com Latest Articles, September 12, 2016
Views: 136 | Hits 4

In the previous two article (Part 1 and Part 2) you learnt to implement the ASP.NET Core identity in your web applications and also to add email verification support. In this article you will learn to...

ASP.NET Core Identity - Allow Password Reset

Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, September 12, 2016
Views: 122 | Hits 4

In the previous two article (Part 1 and Part 2) you learnt to implement the ASP.NET Core identity in your web applications and also to add email verification support. In this article you will learn to...

How to register/specify Custom Directories for Views in razor asp.net mvc

The Code Project Latest Articles, September 9, 2016
Views: 243 | Hits

Registering Custom Directories for Views in asp.net mvc...

SignalR Progress Bar Simple Example - Sending Live Data from Server to Client

The Code Project Latest Articles, September 8, 2016
Views: 223 | Hits 11

Simple project that shows how to use SignalR in ASP.NET MVC application to track progress of some long running process and display on clientside using Bootstrap modal....

Create User Defined Filters In ASP.NET MVC 5 In Step By Step Process

The Code Project Latest Articles, September 8, 2016
Views: 251 | Hits 3

This article explains how to create user defined filters in ASP.NET MVC 5 and how to create log information using filter....

ASP.NET HTML5 document library with DocuVieware Lite

The Code Project Latest Articles, September 7, 2016
Views: 164 | Hits 9

In this article we build a document library using a free HTML5 embedded document viewer that allows to display and browse through a set of documents....

ASP.NET Core and Angular 2 Code Venture - Part 1

The Code Project Latest Articles, September 6, 2016
Views: 250 | Hits 10

In this series, we will learn how to build a data-driven Angular 2 app from scratch within the context of ASP.NET Core....

Error Handler In ASP.NET MVC

The Code Project Latest Articles, September 5, 2016
Views: 217 | Hits 6

In this article you will learn about Error Handler in ASP.NET MVC....

How to Get Geolocation Address by Using Google geolocation API in ASP.NET Web API

The Code Project Latest Articles, September 4, 2016
Views: 276 | Hits 7

In this article, we are going tolearn how to get geolocation address by using Google geolocation API in ASP.NET Web API....

Multi-user/resource web diary in C# MVC with repeat events

The Code Project Latest Articles, September 4, 2016
Views: 210 | Hits 5

Adding multi user and resource capabilities to Full Calendar in .Net MVC...

Full calendar multi-user, multi-resource web diary system for jQuery and C# MVC with repeat events

The Code Project Latest Articles, September 3, 2016
Views: 227 | Hits 2

Adding multi user and resource capabilities to Full Calendar in .Net MVC...

Creating Web Based Music Player System Using MVC and AngularJs

The Code Project Latest Articles, September 1, 2016
Views: 290 | Hits 12

In this article, we will learn how to create a simple web based music player system using MVC, AngularJS and Web API....

React Shop - A Tiny E-Commerce

The Code Project Latest Articles, August 31, 2016
Views: 233 | Hits 10

An example of e-commerce application made with Asp.Net MVC, ReactJS, ReactJS.Net and React-Bootstrap...

Integrate Azure AD B2C with ASP.NET MVC Web App Part 3

The Code Project Latest Articles, August 31, 2016
Views: 168 | Hits 3

This is the third part of the tutorial which will cover UsingAzure AD B2C tenant with ASP.NET Web API 2 and various front-end clients. Azure Active Directory B2C Overview and Policies Management ̵...