Jan
23
2008

Huge Collection of Technology Posters

A blog post from Chris Bowen has been making the rounds.  It contains quite a few technology posters available.  Here is a short sampling...

  • .NET 3.5 Namespace
  • Exchange Component Architecture
  • Visual Basic 2008 Keybinding Poster
  • Visual c++ 2006 Keybinding Poster
  • Visual C# Keybinding Poster
  • and many more...

Check it out at http://blogs.msdn.com/cbowen/archive/2007/12/09/got-tech-posters.aspx

Jan
14
2008

Microsoft Ajax library cheat sheets

I came across some cheat sheets from the Microsoft Ajax library.  They were created by Millan Negovans.

Jan
4
2008

LINQ Quick Starter

Packt Publishing recently contacted me to review their latest book, LINQ Quickly, so like any techie with three weeks off I decided to catch up on some reading... Well actually I read this book on the flight to NY (5 hours).

Chapter 1 starts off with an brief introduction to LINQ, the rest of the chapter goes into detail of the new .NET 3.5 framework features created to enable LINQ. The next few chapters cover LINQ to ... Objects, XML, SQL, and XSD. Chapter 6 describes how to use LINQ within you ADO.NET DataSets. 

Chapter 7, which is worth the purchase price of the book covers all of the new Operators that are available to LINQ queries.  This makes the book worthy of purchasing a desktop reference guide for those just getting up to speed on LINQ.

 

What me to review your book on this blog and my web site (http://www.josephguadagno.net), contact me at http://www.josephguadagno.net/about.aspx

Jan
4
2008

Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained

Contrary to what I though when I originally got this book it is not related to the ASP.NET Ajax Control toolkit for which you find many articles and web sites dedicated to, instead this book is about the library behind the scenes that makes Microsoft Ajax work.  This is good thing because there are a limited number of locations to get some details about underlining JavaScript libraries.

Some of the pros of the book.

  • The author provides in depth break down of the code with step by step explanations of what the source code is doing.  This makes it easier to follow along.
  • Many of the code samples are written out with comments, verbal explanations and UML / class diagrams.
  • The first three chapters are on Ajax development without any ties to Microsoft technologies.

Some of the cons of the book.

  • A lot of large fonts were used, which makes it a bit unreadable at times.

On to the book content...

Chapter 1 starts off with an introduction of why Ajax is needed and the components involved at a high level.  Chapter 2 goes into more detail of the foundation of Ajax covering the DOM, CSS, XMLHTTPRequest object.  This is a good overview of Ajax technology that is not tied to Microsoft technologies. 

Chapter 3 contains a overview of adding some object oriented programming (OOP) to JavaScript.

Chapter 4 recreates the examples Ajax application the was created in chapter 2 using the Microsoft Ajax library.  This is a good example to demonstrate the benefits of using the Microsoft Ajax library.

Chapter 5, which makes the book worth it weight in gold, goes into using Microsoft Ajax library to create "true" OOP JavaScript objects which works across many if not all modern browsers.

Chapter 6 goes into creating controls and components utilizing the library and Chapter 7 build on 6 with providing two component a timer and an enhanced text box control.

Chapter 8 goes into debugging Ajax application with either Firefox or Internet Explorer.

Overall

The book is a good reference book to have if you want to learn more about the Microsoft Ajax library or how Ajax works.

What me to review your book on this blog and my web site (http://www.josephguadagno.net), contact me at http://www.josephguadagno.net/about.aspx

About the author

Joseph Guadagno Name: Joseph Guadagno
Occupation: Programmer, President of INETA North America, President of SEVDNUG, Microsoft Visual C# MVP
Location: Chandler, AZ

Joseph Guadagno RSS Joseph Guadagno Twitter Joseph Guadagno Linked In

Month List