ASP.NET

  • submit to reddit

Getting Started With Glimpse In ASP.NET MVC

If you are using ASP.NET, especially if you are using ASP.NET MVC, you need to be using Glimpse.I’m currently working on a more...

0 replies - 636 views - 05/19/13 by John Sonmez in Articles

Easy Error Tracking in Your Applications

Over and over again I see developers re-implementing error tracking, I’ve been there myself. One of the reasons to this I think is because many of the...

0 replies - 2835 views - 04/06/13 by Filip Ekberg in Articles

ASP.NET WebForms: New Shiny Things

Last year I had concentrated completely on Open Data Protocol and had written blog posts pertaining to OData. This year I was looking out for broader areas...

0 replies - 2129 views - 04/04/13 by Lohith Nagaraj in Articles

MongoDB ASP.NET Session Store Provider v1.1.0

Since I created the MongoDB ASP.NET Session State Store Provider (v1.0.0), a few things have moved on in the MongoDB C# Driver. I've pushed a number...

0 replies - 1347 views - 03/13/13 by Adrian Hills in Articles

ASP.net MVC Action Methods: Testing Against Anonymous Return Types

I don’t use dynamic types regularly, but there are always again situations when they come in quite handy. Here is one example of testing an MVC...

0 replies - 1366 views - 01/25/13 by Juri Strumpflohner in Articles

Using the New ASP.NET MVC 4 Template in MonoDevelop

In my last post, I showed an example of an ASP.NET MVC 4 application built in MonoDevelop. Since that time, an ASP.NET MVC 4 project template has been ...

0 replies - 3078 views - 12/17/12 by Daniel Mohl in Articles

Build Day 3: ASP.NET MVC, TypeScript, SignalR and Node.Js

So at this 3rd day here at Microsoft Build 2012, I'm actually getting lucky. Three great sessions in a row is obviously not something I've seen before. Hey,...

0 replies - 4359 views - 11/04/12 by Dennis Doomen in Articles

Output Caching in ASP.NET MVC

Although nowadays most of us have broadband connections, resource caching is important as loading a resource from your local HD is (by now) still faster than...

2 replies - 3778 views - 10/29/12 by Juri Strumpflohner in Articles

Get AppSettings from web.config in a generic way

I use this snippet in all web projects where I need to get settings from the AppSettings section in web.config. This method (static or not) makes it easy and...

1 replies - 2397 views - 10/18/12 by Mario Sannum in Uncategorized

Infinite Scrolling In ASP.NET With jQuery

I didn't create the whole solution by myself. The initial idea is from the All-In-One Code Framework sample. I was just customizing my BlogEngine and for one...

0 replies - 10310 views - 04/28/12 by Prashant Khandelwal in Articles

Using Razor V2 in ASP.NET MVC 3

Introduction: Razor view engine's popularity and usage is continuously increasing because it is very easy to learn and write. Also, it is very clean...

0 replies - 5933 views - 04/28/12 by Imran Baloch in Articles

ASP.NET Web API: Query String-Based Content Formatting

My previous post about Web API content negotiation showed how to add support for new content formats. As our API may have consumers who prefer query for data...

0 replies - 2327 views - 04/24/12 by Gunnar Peipman in Articles

ASP.NET Web API: Extending Content Negotiation With New Formats

My last post about ASP.NET Web API content negotiation support gave you basic idea about what content negotiation is and how it works out-of-box. In this post...

0 replies - 1982 views - 04/22/12 by Gunnar Peipman in Articles

How Content Negotiation Works in ASP.NET Web API

One cool new feature that ASP.NET Web API introduces is support for content negotiation. Content negotiation is mechanism that allows web server to serve...

0 replies - 3211 views - 04/19/12 by Gunnar Peipman in Articles

Developer Productivity is Important - Reality or Myth?

A while back, I read a post by Rob Conery in which he discussed both his thoughts on developer productivity in relation to the creation of a new...

0 replies - 7892 views - 04/16/12 by Douglas Rathbone in Articles