<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cnug.co.in/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Shiju Varghese&amp;#39;s Blog</title><subtitle type="html" /><id>http://cnug.co.in/blogs/shijuv/atom.aspx</id><link rel="alternate" type="text/html" href="http://cnug.co.in/blogs/shijuv/default.aspx" /><link rel="self" type="application/atom+xml" href="http://cnug.co.in/blogs/shijuv/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30619.63">Community Server</generator><updated>2011-10-19T05:57:00Z</updated><entry><title>Building a Simple REST API using Node.js with MongoDB and Mongoose</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/05/19/building-a-simple-rest-api-using-node-js-with-mongodb-and-mongoose.aspx" /><id>/blogs/shijuv/archive/2012/05/19/building-a-simple-rest-api-using-node-js-with-mongodb-and-mongoose.aspx</id><published>2012-05-19T12:27:45Z</published><updated>2012-05-19T12:27:45Z</updated><content type="html">In this post, I will demonstrate how to build a simple REST API using Node.js with NoSQL database MongoDB. This demo app will be using MongoDB object modeling tool Mongoose to connecting with MongoDB from the Node app. This demo app is a very basic level API app without following any better practices and mainly created this sample demo for demonstrating Node.js and MongoDB using with Mongoose Node package. Node.js for building REST JSON API Node.js is a very powerful platform for building highly...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/05/19/building-a-simple-rest-api-using-node-js-with-mongodb-and-mongoose.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1259" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="NoSQL" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/NoSQL/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Node.js" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Node.js/default.aspx" /></entry><entry><title>Windows Azure SDK for Node.js 0.5.4 Released</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/05/14/windows-azure-sdk-for-node-js-0-5-4-released.aspx" /><id>/blogs/shijuv/archive/2012/05/14/windows-azure-sdk-for-node-js-0-5-4-released.aspx</id><published>2012-05-14T06:14:58Z</published><updated>2012-05-14T06:14:58Z</updated><content type="html">The Microsoft Windows Azure team has released the Windows Azure SDK for Node.js 0.5.4 which&amp;#160; will be using the Node.js 0.6.17 and iisnode 0.1.19. The Node.js 0.6.17 contains a security fix against the HTTP Server Security Vulnerability detected by recently. It would be recommended to upgrade to the new version of Azure SDK for Node.js if you have already deployed any Node.js app to Windows Azure which will provide better security. The iisnode 0.1.19 provides iisnode.yml file instead of XML based...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/05/14/windows-azure-sdk-for-node-js-0-5-4-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1258" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Node.js" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Node.js/default.aspx" /></entry><entry><title>Windows Azure Supports Voice and SMS Capabilities</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/05/04/windows-azure-supports-voice-and-sms-capabilities.aspx" /><id>/blogs/shijuv/archive/2012/05/04/windows-azure-supports-voice-and-sms-capabilities.aspx</id><published>2012-05-04T07:06:18Z</published><updated>2012-05-04T07:06:18Z</updated><content type="html">Windows Azure is now supports Telephony and SMS capabilities to the apps hosted in Windows Azure by using the Twilio API. Twilio is a third-party service that provides a cloud-based telephony service which allows to add scalable, reliable voice and text messaging capabilities into you apps. Using Twilio&amp;#39;s native libraries for Java, PHP and .NET , developers can build telephony enabled web apps hosted on Windows Azure in which we can make and receive phone calls and SMS messages from&amp;#160; phones...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/05/04/windows-azure-supports-voice-and-sms-capabilities.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1257" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Dependency Injection in ASP.NET Web API using Autofac</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/04/01/dependency-injection-in-asp-net-web-api-using-autofac.aspx" /><id>/blogs/shijuv/archive/2012/04/01/dependency-injection-in-asp-net-web-api-using-autofac.aspx</id><published>2012-04-01T09:29:11Z</published><updated>2012-04-01T09:29:11Z</updated><content type="html">In this post, I will demonstrate how to use Dependency Injection in ASP.NET Web API using Autofac in an ASP.NET MVC 4 app. The new ASP.NET Web API is a great framework for building HTTP services. The Autofac IoC container provides the better integration with ASP.NET Web API for applying dependency injection. The NuGet package Autofac.WebApi provides the&amp;#160; Dependency Injection support for ASP.NET Web API services. Using Autofac in ASP.NET Web API The following command in the Package Manager console...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/04/01/dependency-injection-in-asp-net-web-api-using-autofac.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1256" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="ASP.NET MVC" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC/default.aspx" /><category term="IoC" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/IoC/default.aspx" /><category term="ASP.NET" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET/default.aspx" /><category term=".Net 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net+4/default.aspx" /><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="ASP.NET MVC 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC+4/default.aspx" /><category term="Autofac" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Autofac/default.aspx" /><category term="ASP.NET Web API" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+Web+API/default.aspx" /></entry><entry><title>Windows Azure PowerShell for Node.js</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/03/20/windows-azure-powershell-for-node-js.aspx" /><id>/blogs/shijuv/archive/2012/03/20/windows-azure-powershell-for-node-js.aspx</id><published>2012-03-20T07:59:28Z</published><updated>2012-03-20T07:59:28Z</updated><content type="html">The Windows Azure PowerShell for Node.js is a command-line tool that&amp;#160; allows the Node developers to build and deploy Node.js apps in Windows Azure using Windows PowerShell cmdlets. Using Windows Azure PowerShell for Node.js, you can develop, test, deploy and manage Node based hosted service in Windows Azure. For getting the PowerShell for Node.js, click All Programs, Windows Azure SDK Node.js and run&amp;#160; Windows Azure PowerShell for Node.js, as Administrator. The followings are the few PowerShell...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/03/20/windows-azure-powershell-for-node-js.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1255" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Node.js" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Node.js/default.aspx" /></entry><entry><title>Using Node Package Manager in Cloud9 IDE</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/03/14/using-node-package-manager-in-cloud9-ide.aspx" /><id>/blogs/shijuv/archive/2012/03/14/using-node-package-manager-in-cloud9-ide.aspx</id><published>2012-03-14T09:26:11Z</published><updated>2012-03-14T09:26:11Z</updated><content type="html">NPM - Package Manager for Node.js npm is a package manager for node that is run through command-line interface. It can use it to install and publish your node programs. npm manages dependencies for an application.Node packages are represented as package.json files. The npm is a very similar like NuGet package manager for .NET. Using npm, you can quickly find node packages, download them, install them, and manage packages you have already installed. Cloud9 IDE supports Node Package Manager With Cloud9...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/03/14/using-node-package-manager-in-cloud9-ide.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1254" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="Node.js" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Node.js/default.aspx" /></entry><entry><title>Building and Deploying Node.js Apps to Windows Azure using Cloud9 IDE</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/03/08/building-and-deploying-node-js-apps-to-windows-azure-using-cloud9-ide.aspx" /><id>/blogs/shijuv/archive/2012/03/08/building-and-deploying-node-js-apps-to-windows-azure-using-cloud9-ide.aspx</id><published>2012-03-08T10:20:46Z</published><updated>2012-03-08T10:20:46Z</updated><content type="html">In this post, I will demonstrate how to building&amp;#160; Node.js apps using Cloud9 IDE ad deploying Node.js apps to Windows Azure from the Cloud9 IDE.&amp;#160; Cloud9 IDE is a cross-platform, browser-based development environment for JavaScript and Node.js apps which is integrates with GitHub and BitBucket repository services. Cloud9 IDE is the most popular developer tool among the Node developers. Since Cloud9 IDE is working and running on the browser, developers can work from any OS platform. Using...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/03/08/building-and-deploying-node-js-apps-to-windows-azure-using-cloud9-ide.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1253" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Node.js" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Node.js/default.aspx" /></entry><entry><title>EFMVC App Migrated to ASP.NET MVC 4</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/03/01/efmvc-app-migrated-to-asp-net-mvc-4.aspx" /><id>/blogs/shijuv/archive/2012/03/01/efmvc-app-migrated-to-asp-net-mvc-4.aspx</id><published>2012-03-01T07:04:52Z</published><updated>2012-03-01T07:04:52Z</updated><content type="html">I have upgraded my EFMVC app from ASP.NET MVC 3 to ASP.NET MVC 4 Beta. EFMVC is a demo web app initially built for demonstrating ASP.NET MVC and EF Code First. Now I am planning to add more features onto EFMVC and want to add cloud specific features with Windows Azure. You can expect more implementations in future releases. The current migration does not contains any major code changes. I have added a Windows Azure web role and will add some cloud specific features on later. The migration process...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/03/01/efmvc-app-migrated-to-asp-net-mvc-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1252" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="ASP.NET" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET/default.aspx" /><category term="jQuery" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/jQuery/default.aspx" /><category term=".Net 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net+4/default.aspx" /><category term="Entity Framework" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Entity+Framework/default.aspx" /><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="ASP.NET MVC 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC+4/default.aspx" /><category term="CQRS" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/CQRS/default.aspx" /><category term="Autofac" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Autofac/default.aspx" /><category term="ASP.NET Web API" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+Web+API/default.aspx" /></entry><entry><title>ASP.NET MVC 4 Beta Released</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/02/17/asp-net-mvc-4-beta-released.aspx" /><id>/blogs/shijuv/archive/2012/02/17/asp-net-mvc-4-beta-released.aspx</id><published>2012-02-17T14:44:00Z</published><updated>2012-02-17T14:44:00Z</updated><content type="html">Microsoft has announced the availability of ASP.NET MVC 4 Beta. You can get the all details on ASP.NET MVC 4 Beta at http://www.asp.net/mvc/mvc4 . The greatest new feature of ASP.NET MVC 4 Beta is the addition of ASP.NET Web API which lets the developers to build REST based services which can be easily consume from variety of clients including browsers and mobile devices. These HTTP services are ideal for clients which are building by using Ajax and following a highly responsive UI. For more details...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/02/17/asp-net-mvc-4-beta-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1251" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net+4/default.aspx" /><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="ASP.NET MVC 4" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC+4/default.aspx" /><category term="ASP.NET Web API" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+Web+API/default.aspx" /></entry><entry><title>Microsoft Reduces Prices on SQL Azure Cloud Storage</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/02/16/microsoft-reduces-prices-on-sql-azure-cloud-storage.aspx" /><id>/blogs/shijuv/archive/2012/02/16/microsoft-reduces-prices-on-sql-azure-cloud-storage.aspx</id><published>2012-02-16T14:20:00Z</published><updated>2012-02-16T14:20:00Z</updated><content type="html">Microsoft has reduced the price of SQL Azure storage which will greatly attract customers to migrating their apps to Windows Azure. The newly announced price of SQL Azure decreases 48 percentages to 75 percentages of cost from the previous cost. The new price details are given below GB Previous Pricing New Pricing New Price/GB Total % Decrease 5 $49.95 $25.99 $5.20 48% 10 $99.99 $45.99 $4.60 54% 25 $299.97 $75.99 $3.04 75% 50 $499.95* $125.99 $2.52 75% 100 $499.95 * $175.99 $1.76 65% 150 $499.95...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/02/16/microsoft-reduces-prices-on-sql-azure-cloud-storage.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1250" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Azure Storage" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure+Storage/default.aspx" /><category term="SQL Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/SQL+Azure/default.aspx" /></entry><entry><title>Tips and Important Steps for Migrating Apps to Windows Azure</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2012/01/29/tips-and-important-steps-for-migrating-apps-to-windows-azure.aspx" /><id>/blogs/shijuv/archive/2012/01/29/tips-and-important-steps-for-migrating-apps-to-windows-azure.aspx</id><published>2012-01-29T11:45:00Z</published><updated>2012-01-29T11:45:00Z</updated><content type="html">The following are the few important steps and tips for migrating ASP.NET apps to Windows Azure. Convert the ASP.NET application into a Web Role project. Verify that the application is running correctly in the development environment. Make sure that your application is 64-bit compatible since Window azure is a 64-bit environment. Since Window Azure Web Roles runs on IIS7 Integrated mode, make sure that your web application does not have any issues with running on IIS 7 Integrated mode. If your web...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2012/01/29/tips-and-important-steps-for-migrating-apps-to-windows-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1249" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Azure Storage" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure+Storage/default.aspx" /></entry><entry><title>Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2011/12/01/building-a-windows-azure-app-using-azure-queue-azure-table-and-asp-net-mvc-web-role.aspx" /><id>/blogs/shijuv/archive/2011/12/01/building-a-windows-azure-app-using-azure-queue-azure-table-and-asp-net-mvc-web-role.aspx</id><published>2011-12-01T18:20:00Z</published><updated>2011-12-01T18:20:00Z</updated><content type="html">In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2011/12/01/building-a-windows-azure-app-using-azure-queue-azure-table-and-asp-net-mvc-web-role.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1248" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="ASP.NET MVC" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC/default.aspx" /><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="ASP.NET MVC 3" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC+3/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /><category term="Azure Storage" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Azure+Storage/default.aspx" /></entry><entry><title>Startup Tasks for Windows Azure Roles</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2011/11/23/startup-tasks-for-windows-azure-roles.aspx" /><id>/blogs/shijuv/archive/2011/11/23/startup-tasks-for-windows-azure-roles.aspx</id><published>2011-11-23T12:15:00Z</published><updated>2011-11-23T12:15:00Z</updated><content type="html">Windows Azure supports startup tasks that can be use to perform operations and install components before your Azure Role starts on Virtual Server. You can use to startup tasks to install other software, register COM components, setting registry keys, start another process, etc. This is very useful in many situations where you might want to running an initialization scripts, execute batch files and PowerShell scripts etc before your Role starts. In the past, I had used a startup task to install ASP...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2011/11/23/startup-tasks-for-windows-azure-roles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1247" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Visual Studio Enhancements in Windows Azure SDK 1.6 for Publishing  Apps</title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2011/11/22/visual-studio-enhancements-in-windows-azure-sdk-1-6-for-publishing-apps.aspx" /><id>/blogs/shijuv/archive/2011/11/22/visual-studio-enhancements-in-windows-azure-sdk-1-6-for-publishing-apps.aspx</id><published>2011-11-22T14:39:37Z</published><updated>2011-11-22T14:39:37Z</updated><content type="html">The new Windows Azure SDK 1.6 is providing many enhancements including a better experience for publishing Windows Azure applications using Visual Studio. To publish an application onto Azure, do the following steps. First right click on the Azure project from Visual Studio and Select Publish. The below publish window will show. &amp;#160; When you run the publish wizard&amp;#160; for the first time, you must download your credentials from Windows Azure portal. Choose the Sign In To Download Credentials link...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2011/11/22/visual-studio-enhancements-in-windows-azure-sdk-1-6-for-publishing-apps.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1246" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="Windows Azure" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title> CQRS, Commands, Command Handlers and Command Dispatcher  </title><link rel="alternate" type="text/html" href="/blogs/shijuv/archive/2011/10/19/cqrs-commands-command-handlers-and-command-dispatcher.aspx" /><id>/blogs/shijuv/archive/2011/10/19/cqrs-commands-command-handlers-and-command-dispatcher.aspx</id><published>2011-10-19T02:57:00Z</published><updated>2011-10-19T02:57:00Z</updated><content type="html">In this post, I am trying to add some CQRS principles onto my EFMVC project. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors on the Solution Architecture with Commands that changes the data (Create, Update and Delete). The current implementation of command execution is implemented in a synchronous way. CQRS CQRS is stands for Command-Query Responsibility Segregation that is a principle of separating commands (that change the data) from queries...(&lt;a href="http://cnug.co.in/blogs/shijuv/archive/2011/10/19/cqrs-commands-command-handlers-and-command-dispatcher.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://cnug.co.in/aggbug.aspx?PostID=1245" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://cnug.co.in/members/Anonymous/default.aspx</uri></author><category term="ASP.NET MVC" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET+MVC/default.aspx" /><category term="IoC" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/IoC/default.aspx" /><category term="ASP.NET" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/ASP.NET/default.aspx" /><category term="Entity Framework" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Entity+Framework/default.aspx" /><category term=".Net" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/.Net/default.aspx" /><category term="CQRS" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/CQRS/default.aspx" /><category term="Autofac" scheme="http://cnug.co.in/blogs/shijuv/archive/tags/Autofac/default.aspx" /></entry></feed>
