Shiju Varghese's Blog
Cloud Development with Windows Azure
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.Net 3.5
.Net 4
ASP.NET
ASP.NET MVC
ASP.NET MVC 3
ASP.NET MVC 4
ASP.NET Web API
Autofac
Azure
Azure Storage
Book Review
Books
C#
C# 5
Community
Community News
CQRS
Entity Framework
IoC
JavaScript
jQuery
KnockoutJS
LINQ
Mobile
Node.js
NoSQL
Office 365
Personal
RavenDB
Razor
REST
Sql
SQL Azure
T4
TDD
TypeScript
WCF
Web Services
Windows Azure
Sponsors
advertise here
News
Shiju Varghese is a Microsoft MVP and a Technical Architect focusing on Cloud and Mobility with Microsoft technology stack. Shiju is specializing on Windows Azure, ASP.NET MVC, REST, CQRS, Event Sourcing and NoSQL.
Shiju is an an early-curve technology adopter and an enthusiast for Agile and Lean development practices. He holds number of Microsoft certifications including MCP, MCAD, MCTS, and MCPD: Web.
Navigation
Home
Blogs
Archives
May 2013 (2)
April 2013 (7)
March 2013 (1)
February 2013 (1)
January 2013 (2)
December 2012 (3)
November 2012 (1)
October 2012 (2)
August 2012 (3)
July 2012 (1)
June 2012 (1)
May 2012 (6)
April 2012 (1)
March 2012 (4)
February 2012 (2)
January 2012 (1)
December 2011 (1)
November 2011 (2)
October 2011 (3)
September 2011 (4)
August 2011 (2)
July 2011 (4)
June 2011 (4)
May 2011 (2)
April 2011 (4)
March 2011 (2)
February 2011 (1)
January 2011 (4)
December 2010 (5)
November 2010 (1)
October 2010 (6)
July 2010 (5)
June 2010 (2)
May 2010 (4)
April 2010 (4)
March 2010 (4)
February 2010 (3)
January 2010 (1)
December 2009 (3)
November 2009 (1)
July 2009 (3)
June 2009 (2)
March 2009 (2)
January 2009 (3)
December 2008 (2)
November 2008 (1)
October 2008 (6)
September 2008 (1)
August 2008 (1)
July 2008 (4)
June 2008 (1)
May 2008 (1)
April 2008 (1)
March 2008 (1)
Blogroll
My Previous Blog
Martin Fowler
Jimmy Nilsson
Phil Hack
Codebetter
Scott Hanselman
Scott Guthrie
Rob Conery
October 2010 - Posts
3
Comments
Visual Studio Async CTP
by
shiju
Microsoft has announced the Community Technology Preview (CTP) version of Visual Studio Async.The new Visual Studio Async CTP provides a new syntax for asynchronous development using C# and VB.NET. You can download the Visual Studio Async CTP from here...
Filed under:
C#
,
.Net
,
C# 5
0
Comments
My NoSQL Session at Microsoft Community Tech Day
by
shiju
I did a presentation titled “NoSQL databases in .NET Apps” at Microsoft Community Tech Day, Kochi organized by Kerala Microsoft User Group . The session was an introductory talk on NoSQL databases and demonstrated how to use NoSQL databases...
Filed under:
ASP.NET
,
ASP.NET MVC
,
NoSQL
,
RavenDB
3
Comments
Book Review : Test-Drive ASP.NET MVC
by
shiju
I just finished reading of Pragmatic Bookshelf's Test-Drive ASP.NET MVC written by Jonathan McCracken . This book gives an excellent introduction to ASP.NET MVC 2 using Test Driven Development (TDD) approach. Jonathan introduces the ASP.NET...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Books
,
Book Review
25
Comments
Using the WebGrid Helper in ASP.NET MVC 3 Beta
by
shiju
ASP.NET MVC 3 Beta is now supports to using ASP.NET Web Pages helpers in the Razor views. In this post, let us discuss on how to use WebGrid helper in our Razor view page of an ASP.NET MVC 3 application. Let us create a view page using Razor syntax @model...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Razor
,
ASP.NET MVC 3
4
Comments
ASP.NET MVC 3 Beta Support for Code Runs before Views and Strongly Typed Models in Razor Views
by
shiju
Code that Runs Before Views Run In ASP.NET MVC 3 Beta, we can add a file named _viewstart.cshtml in the views directory and this will be shared among the all views with in the Views directory. The below code in the _viewstart.cshtml, sets the Layout...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Razor
,
ASP.NET MVC 3
2
Comments
ASP.NET MVC 3 Beta Released
by
shiju
The ASP.NET team has released beta version of ASP.NET MVC 3. You can download the ASP.NET MVC 3 Preview 1 from here. You can read more details from ScottGu's blog post . You can download the ASP.NET MVC 3 Beta from here . Please keep in mind that you...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Razor
,
ASP.NET MVC 3
More Posts