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

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 28, 2010

50 Useful Tools and Resources For Web Designers

Smashing Magazine, once again collected 50 most useful tools for you if you are a web developer/designer. This is another great effort by , editor-in-chief of Smashing Magazine.
Read more

Friday, May 28, 2010

Making AJAX Applications Crawlable

Google Code is providing you with the info about making your AJAX applications crawlable. If you're running an AJAX application with content that you'd like to appear in search results, we have a new process that, when implemented, can help Google (and potentially other search engines) crawl and index your content. Historically, AJAX applications have been difficult for search engines to process because AJAX content is produced dynamically by the browser and thus not visible to crawlers. While there are existing methods for dealing with this problem, they involve regular manual maintenance to keep the content up-to-date.
Here at Google Code, you can find the details how to and examples with documentations, about incorporating the scenario.
Read more

Saturday, May 08, 2010

Coding Guidelines

Here is a thread at CodeProject that discusses Coding Guidelines and refers to MS guidelines for coding by Brad Adams.
I would highly recommend to go through the guidelines time to time to refresh ourselves. Here is the link to the guidelines...
Read more
Related Posts with Thumbnails