News in the Category:
ASP.NET
Total posts: 16192 | Sort by Views | Sort by Hits
K. Scott Allen, November 22, 2016
Views: 117 | Hits 9
An enterprise developer moving to ASP.NET Core must feel a bit like a character in Asimovs The Gods Themselves. In the book, humans contact aliens who live in an alternate universe with different phys...
The Code Project Latest Articles, November 21, 2016
Views: 131 | Hits 5
How to host a cross-platform ASP.NET Core application...
DotNetBips.com Latest Articles, November 21, 2016
Views: 128 | Hits 2
ASP.NET MVC offers model binding to capture form field values entered in a view. In many cases model binding to complex types serves the purpose. When the model type to fill from the values is known a...
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, November 21, 2016
Views: 116 | Hits 2
ASP.NET MVC offers model binding to capture form field values entered in a view. In many cases model binding to complex types serves the purpose. When the model type to fill from the values is known a...
The Code Project Latest Articles, November 18, 2016
Views: 141 | Hits 3
Create and download the file with Ajax call in ASP.NET MVC...
The Code Project Latest Articles, November 18, 2016
Views: 155 | Hits 11
An introduction to ASP.NET core...
The ASPx Blog, November 17, 2016
Views: 103 | Hits 3
We just released DevExtreme v16.1.8 and added a helpful new Visual Studio integration feature. You can now right-click on your Visual Studio project and enable it to start using the DevExtreme MVC wra...
The Code Project Latest Articles, November 16, 2016
Views: 141 | Hits 8
In this article, we will see in detail about how to create ASP.NET Core with Repository pattern in the WEB API....
The ASPx Blog, November 16, 2016
Views: 112 | Hits 4
I'm happy to announce that you can now experience the upcoming DevExpress Bootstrap Controls with the new online demo preview!The DevExpress ASP.NET developers have been working hard on a new set ...
The Code Project Latest Articles, November 16, 2016
Views: 118 | Hits
Convert an Empty Web Application to MVC Web Application using VS 2015 IDE...
Simple Talk, November 16, 2016
Views: 108 | Hits 7
In ASP.NET MVC, Razor Views contain the HTML layout and the code that is combined with the data to be displayed in the final HTML. Dino continues his description of Razor Views by describing more adv...
The Code Project Latest Articles, November 14, 2016
Views: 106 | Hits 7
Some templates for HTML5, CSS3 and pure JS to create .Net style panels and splitcontainers, using CSS classes for docking. Pure HTML/CSS/JS solution, JQuery not needed....
The Code Project Latest Articles, November 13, 2016
Views: 102 | Hits 13
Creating Angular2 Application with ASP.NET Core Template Pack in VS 2015...
The Code Project Latest Articles, November 13, 2016
Views: 93 | Hits 4
Creating Web Application with ASP.NET Core Template Pack in VS 2015...
The Code Project Latest Articles, November 12, 2016
Views: 121 | Hits 3
Some templates for HTML5, CSS3 and JS to create .Net style panels and splitcontainers, using docking options as CSS classes....
The ASPx Blog, November 10, 2016
Views: 124 | Hits 7
To help illustrate some of the data visualization capabilities of DevExtreme, weve just published the source for our Presidential Election Results Demo App on GitHub. As you can see in the screenshots...
The Code Project Latest Articles, November 8, 2016
Views: 120 | Hits 3
I did two versions, one with a simple text dump to a span as HTML, and the other to filter contents of a drop down list (select). This article only contains the simpler one. I hope to add the other ...
DotNetBips.com Latest Articles, November 7, 2016
Views: 172 | Hits 13
In the previous article you learnt to create a Web API using ASP.NET Core. A Web API can be consumed by local clients or remote clients. Local clients are the clients that are housed in the same web a...
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, November 7, 2016
Views: 134 | Hits 5
In the previous article you learnt to create a Web API using ASP.NET Core. A Web API can be consumed by local clients or remote clients. Local clients are the clients that are housed in the same web a...
The Code Project Latest Articles, November 4, 2016
Views: 182 | Hits 6
A reusable MVC popup message box with Ajax functionality - that can bind to any model...
Rick Strahls WebLog, November 4, 2016
Views: 149 | Hits 10
I'm happy to announce that Markdown Monster 1.0 RTM is now available. Yay!
If you just want to check it out here are links for the download and more info:
Markdown Monster Site
Markdown Monster Down...
The Code Project Latest Articles, November 1, 2016
Views: 248 | Hits 16
A good eample in how build a CRUD web application using ASP.NETCORE with Angular2 and WebApi...
DotNetBips.com Latest Articles, October 31, 2016
Views: 226 | Hits 16
Creating Web API in ASP.NET Core is similar to creating Web API in ASP.NET MVC with a few differences. In this article you will learn to build a simple REST style Web API that performs CRUD operations...
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, October 31, 2016
Views: 152 | Hits 8
Creating Web API in ASP.NET Core is similar to creating Web API in ASP.NET MVC with a few differences. In this article you will learn to build a simple REST style Web API that performs CRUD operations...
The Code Project Latest Articles, October 27, 2016
Views: 192 | Hits 4
html5ify helps you to i.e. automatically inject data-* prefixes on custom attributes in order to generate valid HTML5 documents....
The Code Project Latest Articles, October 25, 2016
Views: 135 | Hits 10
In this article, I try to cover most basics of creating a portable (Windows, Mac and Linux) ASP.NET Core application and discuss possible use cases for a web app using ASP.NET Core....
The Code Project Latest Articles, October 24, 2016
Views: 108 | Hits 9
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....
The Code Project Latest Articles, October 24, 2016
Views: 94 | Hits 6
jrValidator provides set of javascript functions to validate HTML forms...
The Code Project Latest Articles, October 21, 2016
Views: 220 | Hits 15
In this article, we will learn how to create a simple web based Hotel Room Booking System, using MVC, AngularJS, and WebAPI....
The Code Project Latest Articles, October 19, 2016
Views: 217 | Hits 8
This article show you, how you can implement a contact form in c#/Asp.net MVC...
Rick Strahls WebLog, October 17, 2016
Views: 166 | Hits 13
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...
The Code Project Latest Articles, October 16, 2016
Views: 170 | Hits 11
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...
The Code Project Latest Articles, October 16, 2016
Views: 148 | Hits 6
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...
The Code Project Latest Articles, October 15, 2016
Views: 214 | Hits 10
This is an implementation of John Papas Toastr plugin extended in ASP.Net server-side for a neater presentation of notifications....
The Code Project Latest Articles, October 13, 2016
Views: 175 | Hits 5
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....
Simple Talk, October 13, 2016
Views: 141 | Hits 5
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...
DotNetBips.com Latest Articles, October 10, 2016
Views: 185 | Hits 5
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...
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, October 10, 2016
Views: 143 | Hits 5
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...
Roland Weigelt, October 7, 2016
Views: 162 | Hits 5
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...
The Code Project Latest Articles, October 7, 2016
Views: 261 | Hits 12
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....
The ASPx Blog, October 6, 2016
Views: 159 | Hits 2
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...
Simple Talk, October 6, 2016
Views: 137 | Hits 9
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...
The Code Project Latest Articles, October 6, 2016
Views: 223 | Hits 5
This is the simplest way to use JQuery Date Picker/Calendar in ASP.NET/ ASP.NET MVC with many customizations according to your requirement....
K. Scott Allen, October 5, 2016
Views: 127 | Hits 7
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...
The Code Project Latest Articles, October 3, 2016
Views: 254 | Hits 9
In this tip, we will learn how to return list of custom type (JSON) data using ASP.NET Web API....
The Code Project Latest Articles, October 2, 2016
Views: 273 | Hits 4
A Common problem working with Bower(Client-Side Package Manager of ASP.NET Core), missing dist folder with js file...
The Code Project Latest Articles, October 1, 2016
Views: 276 | Hits 7
How to create a code snippet view panel on an HTML page...
The Code Project Latest Articles, October 1, 2016
Views: 222 | Hits 4
Here is a step by step guide on how to make an ASP.NET project that uses Crystal Reports run successfully on Azure....
The Code Project Latest Articles, October 1, 2016
Views: 245 | Hits 3
How to create code snippet view panel on an HTML page...
The Code Project Latest Articles, September 30, 2016
Views: 259 | Hits 8
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers....