I just found a free 96 pages eBook available from Eric Nelson about the windows azure platform. Looked through it very quickly and I thought it would be a very good book to learn the overall of Windows Azure, SQL Azure and the software architecture which will be deployed on Azure. You can download it...
Sunday, 29 May 2011
Monday, 23 May 2011
Head First Design Patterns - Code Examples in C#
The only thing which bothered me while reading this book (Head First Design Pattern) was the code which was provided in Java. I was very happy to learn that this is no longer an issue because now you can download all the codes in you native C# Language that too in Framework 4.0 :-) You can download the codes from codeplex using the link below. http://hfpatternsincsharp.codeplex.com/...
.NET Windows Development: Everyday Tips, Tricks & Optimization - Alberto Población
This is one of the best book I have came across so far, This book is so indulging that once you start reading this book you will want to finish all the chapters in one go, actually same thing happened to me too. This book covers Tips, Tricks and Optimization techniques for Visual Studio 2005, 2008...
Free eBook on Windows Phone 7 with Silverlight
Free eBook on Windows Phone 7 with Silverlight Free book that walksthrough how to use Silverlight and Visual Studio to build Windows Phone 7 applications....
Thursday, 19 May 2011
“Article of the Day” – ASP.NET Forum
I am happy to announce that my article has been published on http://www.asp.net site Tuesday, May 17, 2011 You can visit the http://www.asp.net/community and Select “Article of the day” section in asp.net site & check out the following entry for my article. Create and Deploy Windows Azure Application (http://tutorials.indianjobs.co.in/2011/05/create-and-deploy-windows-azure.html) Thanks to...
SQL Server Date-Time Formats
Here's a summary of the different date formats that come standard in SQL Server as part of the CONVERT function. Following the standard date formats are some extended date formats Standard Date Formats Date Format Standard SQL Statement Sample Output Mon DD YYYY HH:MIAM (or PM) Default SELECT CONVERT(VARCHAR(20),...
Wednesday, 18 May 2011
Deploying Windows Azure Application – VS2010 IDE
This is with reference to my previous post where I showed how to deploy ASP.NET Windows Azure application manually on the Windows Azure Server. In this post I am going to show you how to deploy Windows Azure application using Visual Studio 2010 IDE, this I guess is quite simpler as compared to the...
Saturday, 7 May 2011
Create and Deploy Windows Azure Application.
Well we have lots of Blog post which gives us how to deploy our .NET apps on Azure, but I just tried to describe it in my way using more Images which will give much clear understanding(a picture speaks thousand words!!!). Ok, so to start with first you need to have Windows Azure Access, you can request...