Parag Mehta
Check me out on the web at iParag.com.
http://iparag.com
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Anders Hejlsberg and Guy Steele: Concurrency and Language Design
Oct 07, 2008 at 2:11 AMNo matter how much functional programming is useful, current languages will still be alive and kicking!
This Week on C9: New Live Search features, freebies, why TDD fails and Duke Nukem
Sep 28, 2008 at 7:02 AMWeekly videos are fun, but I have a suggestion, why doesn't videos on C9 have Markers? Specially in scenario like this, For eg, I want to go directly to "How to add snow effects in Silverlight (live demo)", how can I do it ? It will be great if Videos uses markers and players will enable us to go to a specific marker. It's pretty simple thing to do, I think C9 Ux team should add it ASAP
Lawson Smart Office brings WPF goodness to the enterprise
Aug 27, 2008 at 7:24 PMMVC Preview 4 with Phil Haack
Aug 05, 2008 at 9:30 PMUnless an open source is massively supported like jQuery or nHibernate, I would generally stick to official Microsoft version.
Phil is there any showcase showing how many complex scenarios are handled ? for eg : In one of our project, we give an ability to generate whole Form by the User (Containing several complex controls like RadEditor etc). If we take out ViewState and Event based handling, will it still work ? Do I have retreive my Control values back in ASP Style (Request.Form) ? In short is it possible to Dynamically generate Control Tree and then Retrieve it back ?
endpoint.tv - SOAP and REST a Perspective
Aug 04, 2008 at 9:42 PMSo to sum up some of the considerations in choosing both :
- Security
- URI Length (Remember URL can be at max 2K)
- Type of Consumer Clients (Lot of Javascript/Air/Silverlight calls)
- Complexity of Return Types
Anything more ??