Jigar Desai
My experiments with ASP.net
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
AJAX
Ajax.Updater
ASP.Net
ASP.Net MVC
Authorization
BUGS
Charting
DataBinding
Extension Methods
Generics
hierarchical
IOC
MVC
Partial
Prototype.js
Sliverlight
Sliverlight 1.0 SDK
Uninstall
ViewPage.
XML
XML Configuration
XSLT
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2008 (1)
November 2008 (3)
October 2008 (1)
March 2008 (2)
February 2008 (2)
January 2008 (1)
Recent Posts
0
Comments
Hotmail's Annoying Upgrade Your Browser Message.
by
jigar
Any body else is getting following "Upgrade your web browser" message on hotmail? I some time get following "Upgrade your web browser" message on Windows Live Hotmail web site. BTW I always use latest version of Firefox. I can live with that annoying...
Filed under:
BUGS
0
Comments
Create your own light weight IOC container in .NET
by
jigar
Download Source Code There are lots of very good IOC container out there like Spring.Net and Castle Windsor, however the size of those frameworks makes me nervous specially when I have a small project and I do not need all those bells and whistles that...
Filed under:
ASP.Net
,
IOC
,
.Net
2
Comments
Need for Light Weight View engine from Microsoft and Evil of Codebehind in ASP.net MVC.
by
jigar
Some how I had an impression in my mind that current version of ViewEngine was just a temporary solution until Asp.Net MVC reaches to Beta stage. It seems now that current version is going to be final at least for V1. If you are like me who do not like...
Filed under:
ASP.Net MVC
,
ASP.Net
,
ViewPage.
7
Comments
Display Live Data In Silverlight Using ObservableCollection and INotifyPropertyChanged
by
jigar
Download Source Code | Run Sample Articles shows how to use ObservableCollection in combination with an object implementing INotifyPropertyChanged interface to display live data in Silverlight Application. ObservableCollection is a generic dynamic data...
Filed under:
ASP.Net
,
DataBinding
,
Charting
,
Sliverlight
7
Comments
Authorization in ASP.Net MVC using XML Configuration.
by
jigar
Download Source Code Doing authorization in a clean way is always tricky, You want a delicate balance between an extreme abstraction and something like embedding roles in-side your compiled code, I have always preferred simple abstraction either using...
Filed under:
XML Configuration
,
MVC
,
Authorization
,
ASP.Net
3
Comments
Generic String.Parse Extension Method
by
jigar
.csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode...
Filed under:
Generics
,
Extension Methods
4
Comments
How do I uninstall Silverlight 1.0 SDK Visual Studio 2005 Template?
by
jigar
While trying to uninstall the "Silverlight 1.0 SDK Visual Studio 2005 Template" I got following message. "Microsoft Sliverlight 1.0 SDK Visual Studio 2005 Templates requires Microsoft Visual Studio 2005 to be installed see the Microsoft Sliverlight 1...
Filed under:
Sliverlight 1.0 SDK
,
Uninstall
4
Comments
XSLT Transformation in ASP.net MVC framework
by
jigar
In my last post I talked about using a partial view to render hierarchical data, however XSL transformation looks more appropriate for such cases. ASP.Net has XML control which can display XML document using XSL Transformations. I will show you how similar...
Filed under:
ASP.Net MVC
,
XML
,
XSLT
3
Comments
Display hierarchical data in ASP.net MVC framework
by
jigar
This blogs post shows possible way to display hierarchical data in ASP.NET MVC framework using recursive partial view...
Filed under:
ASP.Net MVC
,
hierarchical
,
Partial
5
Comments
AJAX Get Request using ASP.NET MVC & Prototype
by
jigar
This post presents a simple AJAX get call sample using ASP.NET MVC Framework and Prototype JavaScript framework....
Filed under:
Ajax.Updater
,
Prototype.js
,
ASP.Net MVC
,
AJAX
More Posts