Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » MVC (RSS)
Better solution for ASP.NET MVC checkbox list
Couple of years ago I worked out my first solution for checkbox list in ASP.NET MVC. Today I got some markable simplifications done and my solution is close to state where some nice-to-have tweaks can be done to add more automatics to controller side...
Four new single page application templates
ASP.NET and Web Tools 2012.2 are officially out and although it brings a lot of new stuff to us I want to stop on new Single Page Application templates available by community. I was able to get them all work and now let’s take a look at them. Ember Ember...
Bundling and minifying in ASP.NET MVC
Bundling and minifying in ASP.NET is powerful feature that helps you to optimize your web sites and save some expenses on traffic. As any other machinery in this world, bundling and minifying is not silver bullet and it has it’s own limitations. In this...
Using jQuery webcam plugin with ASP.NET MVC
I have to use webcam images in one of applications I build and when playing with different components I found free and easy to use Flash and jQuery based webcam component called jQuery webcam plugin . In this posting I will show you how to use jQuery...
Adding multiple data importers support to web applications
I’m building web application for customer and there is requirement that users must be able to import data in different formats. Today we will support XLSX and ODF as import formats and some other formats are waiting. I wanted to be able to add new importers...
Posted: Aug 23 2012, 10:15 PM by DigiMortal | with 1 comment(s)
Filed under: ,
ASP.NET MVC: Creating user configurable charts
Although summer here is awful and nice at same time it’s time to blog. Couple of years ago I wrote about how to use MS Chart control in ASP.NET MVC projects . Now let’s extend my solution and let’s add support for simple chart modifications. I used this...
Posted: Jul 26 2012, 12:14 PM by DigiMortal | with 1 comment(s)
Filed under: ,
Using SocialCounter.NET with ASP.NET MVC
I found small library called SocialCounter.NET that is able to display some data from popular social sites. Although it is possible to use widgets offered by social networks there are also scenarios when you don’t want or can’t use these JavaScript based...
Posted: Jul 05 2012, 09:56 PM by DigiMortal | with 1 comment(s)
Filed under: ,
Consuming ASP.NET Web API services from PHP script
I introduced ASP.NET Web API in some of my previous posts. Although Web API is easy to use in ASP.NET web applications you can use Web API also from other platforms. This post shows you how to consume ASP.NET Web API from PHP scripts. Here are my previous...
Posted: Jun 20 2012, 12:16 AM by DigiMortal | with no comments
Filed under: ,
ASP.NET MVC–How to show asterisk after required field label
Usually we have some required fields on our forms and it would be nice if ASP.NET MVC views can detect those fields automatically and display nice red asterisk after field label. As this functionality is not built in I built my own solution based on data...
Posted: Jun 17 2012, 08:42 PM by DigiMortal | with 6 comment(s)
Filed under: ,
ASP.NET MVC 4: Short syntax for script and style bundling
ASP.NET MVC 4 introduces new methods for style and scripts bundling. I found something brilliant there I want to introduce you. In this posting I will show you how easy it is to include whole folder with stylesheets or JavaScripts to your page. I’m using...
More Posts Next page »