IBloggable - implemented
Sign in
|
Join
Home
Contact
RSS
Atom
Search
Tags
.net
ADO.NET
ASP.NET
ASP.NET 4.0
ASP.NET MVC
Autofac
C#
Castle
Database
DynamicProxy
Entity Framework
HTML5
IISExpress
JavaScript
jQuery
JSON
LINQ
MVVM
NDepend
Nuget
OData
Odiogo
Personal
Prism V2
Productivity Power Tools
Razor
Resharper
Service Trace Viewer
Silverlight
SQL CE
Task Parallel Library
TPL Dataflow
Unity
Visual Studio
Visual Studio 2010
Visual Studio 2011
WCF
WCF Data Services
Web Services
Windows 7
WSDL
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
October 2011 (2)
September 2011 (3)
August 2011 (4)
July 2011 (1)
June 2011 (6)
May 2011 (3)
April 2011 (2)
March 2011 (4)
February 2011 (6)
January 2011 (3)
December 2010 (2)
November 2010 (1)
October 2010 (1)
September 2010 (2)
August 2010 (2)
July 2010 (6)
June 2010 (2)
May 2010 (4)
April 2010 (9)
March 2010 (4)
February 2010 (2)
January 2010 (1)
December 2009 (4)
November 2009 (7)
October 2009 (7)
October 2009 - Posts
3
Comments
VS 2010 ASP.NET 4.0 RedirectPermanent does a 301 and not 302
by
nmarun
Hi, As I was reading a white-paper on changes in VS 2010, ASP.NET 4.0, I came across this new method that the Response object exposes – ‘RedirectPermanent’. This issues a ‘HTTP 301 – moved permanently’ as against a ‘HTTP 302 – moved temporarily’ that...
Filed under:
C#
,
Visual Studio 2010
,
ASP.NET 4.0
2
Comments
Essential Silverlight 3 – a must read
by
nmarun
Hats off to the author Ashraf Michail for his book Essential Silverlight 3 . This book is a must read for anyone who wants to delve into Silverlight programming. Here are some of my thoughts/comments/reviews regarding this book: The chapters are laid...
Filed under:
Silverlight
3
Comments
…more Visual Studio shortcuts
by
nmarun
Bumped into some shortcut keys while playing with Silverlight. I was on the .xaml page and I pointed my mouse over the ‘<Rectangle’ tag while pressing the Control key (now why did I have the control key pressed? cos my 6th (non)sense said so). Hey...
Filed under:
Silverlight
,
C#
,
Visual Studio
10
Comments
Custom 404 when no route matches
by
nmarun
Playing with MVC gets interesting every time. Q: What if a user mistypes the url path in an MVC application? A: A 404 gets displayed. Q: What if I don’t want the 404 to get displayed.. no matter what the user types in the address bar? A: Huh?? This is...
Filed under:
C#
,
ASP.NET MVC
2
Comments
Silverlight + MVC = coolness
by
nmarun
Two blogs – one from Tim Heuer and the other from Joe Wardell inspired me to change my website to an MVC site. My site is basically a Silverlight application. One issue I always had was anytime there was an update to my site, say a new set of photos,...
Filed under:
Silverlight
,
C#
,
ASP.NET MVC
10
Comments
Multiple postbacks in an MVC page
by
nmarun
With my limited (but growing) experience in MVC, I’ve come up with a way to handle multiple postbacks to the same page in MVC. Here’s a simple application: User selects a category from a dropdownlist – causes postback and loads subcategories User selects...
Filed under:
C#
,
ASP.NET MVC
6
Comments
Image pre-fetch using Silverlight
by
nmarun
Alright, this is my first blog, although I’ve been a developer for quite some time now… yeah I’m sorry for not following the ‘we share we improve’ policy. So I’ve created my blog site – ‘IBloggable – implemented’, and now.. off I go. First, some ground...
Filed under:
Silverlight
,
C#
More Posts