twitter
    Find out what I'm doing, Follow Me :)
Showing posts with label Deployment. Show all posts
Showing posts with label Deployment. Show all posts

Thursday, November 04, 2010

Understanding Microsoft Virtualization Solutions

Mitch Tulloch, lead author for the Windows 7 Resource Kit, is a widely recognized expert on Windows administration, networking, and security and has been repeatedly awarded Most  Valuable Professional (MVP) status by Microsoft for his outstanding contributions in supporting users who deploy Microsoft platforms, products, and solutions.

Now you can download Understanding Microsoft Virtualization Solutions Second edition by Mitch Tulloch for free. The book discusses following points:

Why Virtualization?

Server Virtualization

Local Desktop Virtualization

Remote Desktop Virtualization

Virtualization Management

Cloud Computing

This is 480 Page eBook. Download the eBook in PDF format or XPS format

Read more

Tuesday, October 26, 2010

Free eBook: Moving to Microsoft Visual Studio 2010

Well for those of you who want to learn about MS Visual Studio 2010 and are used to earlierMoving to Microsoft Visual Studio 2010 versions, here is another great effort from Microsoft and it is free. Moving to Microsoft Visual Studio 2010 (Microsoft Press, 2011; 336 pages), written by Patrice Pelland, Pascal Paré, and Ken Haines.

The book is not a language primer, a language reference, or a single technology book. It’s a book that will help professional developers move from previous versions of Visual Studio (starting with 2003 and on up). It will cover the features of Visual Studio 2010 through an application. It will go through a lot of the exciting new language features and new versions of the most popular technologies without putting the emphasis on the technologies themselves. It will instead put the emphasis on how you would get to those new tools and features from Visual Studio 2010.

If you are expecting this book to thoroughly cover the new Entity Framework or ASP.NET MVC 2, this is not the book for you. If you want to read a book where the focus is on Visual Studio 2010 and on the reasons for moving to Visual Studio 2010, this is the book for you.

The book is written having three audiences in mind:

  • Part I is for developers moving from Visual Studio 2003 to Visual Studio 2010
  • Part II is for developers moving from Visual Studio 2005
  • And Part III is for developers moving from Visual Studio 2008

You can download a PDF of the book here and can help Microsoft by filling out a survey at http://www.microsoft.com/learning/booksurvey.

Read more

Wednesday, July 14, 2010

WebMatrix and a PHP tutorial

During the last week, MS announced the launch of all new tools for developers to ease them creating and deploying websites.

  • IIS Developer Express: A lightweight web-server that is simple to setup, free, works with all versions of Windows, and is compatible with the full IIS 7.5.
  • SQL Server Compact Edition: A lightweight file-based database that is simple to setup, free, can be embedded within your ASP.NET applications, supports low-cost hosting environments, and enables databases to be optionally migrated to SQL Server.
  • ASP.NET “Razor”: A new view-engine option for ASP.NET that enables a code-focused templating syntax optimized around HTML generation.  You can use “Razor” to easily embed VB or C# within HTML.  It’s syntax is easy to write, simple to learn, and works with any text editor.

Together they are termed as WebMatrix, the all new tool for development and deployment integrating the above mentioned technologies. This new tool, WebMatrix, and the first preview beta of it is now available for download.
As usual ScottGu's blog is detailing the use of WebMatrix and creating simple applications utilizing these tools. While Brian Swan is leveraging the power of WebMatrix to another step by explaining how to create PHP websites using WebMatrix.
Read more
Related Posts with Thumbnails