Blog

IT Professional Networking event

Pam Gewin from ResolvIt sent out an invitation to an IT Professional Networking event on Thursday, November 15th. Here is the invitation information: “Please join Resolvit and count your blessings for our last IT Professional Networking Event for 2007. As the year winds down, it is important to stop and say Thanks! That’s what we’ll be doing at the Polo Grill, 5035 Deerfield Blvd, Mason, OH 45040 (513) 701-7656 on Thursday, November 15th from 5 – 7pm.

How Does Free* Training for a Year Sound?

That’s what MAX Technical Training is giving away. Check out the real info on their site, but basically it boils down to wearing a MAX shirt to the upcoming MSDN event on November 27th, 1:00 PM-5:00 PM at the Regal Deerfield Towne Center Stadium 16. Stop by the MAX table at the event and get signed up to win. You can even make up your own MAX shirt if you don’t have one!

.NN#10: LINQ-Like Functionality In .Net 2.0

With .Net 3.5 coming out soon many developers are hyped about the Language Integrated Query, or LINQ features. In a nutshell LINQ allows you to write queries within your managed code that can run across in-memory objects, databases, XML, and more. You can even execute a query across a set of objects and join against a XML document to produce your results. If you haven’t heard much about LINQ then I highly suggest reading over the link above and then take a peek at what’s possible via the 101 LINQ Samples page.