Archive | Code Generation RSS feed for this section

Generate CAML.NET Queries using T-SQL Syntax

Boy, news travels fast on the Internet!  Awhile back, my fellow SharePoint MVP Carlos Segura Sanz came up with a pretty nifty tool that lets you create CAML queries using T-SQL syntax.  It's called YACAMLQT for "Yet Another CAML Query Tool", and you can read all about it here. 

Basically, it lets you write a query [...]

Read full story Comments { 5 }

Atlanta Code Camp – 2007

Registration for the 3rd annual Atlanta Code Camp is now open!
Here's the link to register (you'd better hurry):
https://www.clicktoattend.com/invitation.aspx?code=113135
The 3rd annual Atlanta Code Camp will take place on January 20th. The event is completely free and lunch is included. Doors open at 7:30am at the Decatur campus of DeVry University. Here's the address:

250 North Arcadia Ave
Decatur [...]

Read full story Comments { 0 }

South Florida Code Camp

We had a great turnout for the South Florida code camp down in sunny Miramar over the weekend!.

It's great to see first-hand the level of excitement and commitment around the new Office Server platform. Especially around SharePoint and related technologies. I had the pleasure of riding down in Andrew Connell's "geek mobile" along with Dennis [...]

Read full story Comments { 4 }

SharePoint Reflection – Working with Content Types

For the past several months, I've been experimenting with ways to use .NET reflection with the SharePoint API.  As I've mentioned before, I believe that .NET attributes can not only make it easier to build great SharePoint applications, but can also provide a foundation for building better development tools.
In this series of posts about [...]

Read full story Comments { 15 }

Jacksonville Office Geeks: August 2007 Meeting – Building Reusable CAML Queries in C#

This session will introduce the CAML.NET.NET framework in detail, showing how you can use it to take full advantage of the CAML.NET query schema in your WSS and MOSS applications.

Presented by: John Holliday
Date: Thursday, August 23, 2007; 6-8 PM
Location: MODIS Building, Downtown Jacksonville; Conference Room A, 2nd FL
Meeting Location Map: http://floridaofficegeeks.org/JOG/Pages/Meeting%20Logistics.aspx
For [...]

Read full story Comments { 1 }

Second Annual Jacksonville .NET CodeCamp

The Jacksonville CodeCamp is just around the corner. In fact – it’s happening this weekend! If you haven’t registered already, here is the link. This is going to be a great event. We have seven (7) Microsoft MVPs, not to mention several Microsoft employees with lots of great info about VSTS, VSTO, VSTA, VISTA, MOSS, [...]

Read full story Comments { 0 }

Working with CAML.Net – Part 2 [ Introducing the CAML Query Designer ]

 
In Part 1 of this series, I introduced the CAML.NET Framework, which provides a way for C# developers (and eventually VB developers) to construct CAML queries and other data structures using a strongly-typed .NET language instead of XML.  This has the added benefit of enabling CAML queries to be packaged easily into .NET assemblies that [...]

Read full story Comments { 5 }