Sign In
A British Geek in Texas Pontificates
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Delhi
Photo
PhotoSynth
Archive
Archives
April 2010
(1)
November 2009
(1)
February 2009
(1)
December 2008
(1)
October 2008
(1)
September 2008
(1)
June 2008
(2)
May 2008
(2)
February 2008
(1)
December 2007
(1)
October 2007
(1)
August 2007
(6)
July 2007
(1)
June 2007
(2)
April 2007
(3)
March 2007
(1)
January 2007
(1)
October 2006
(2)
July 2006
(2)
June 2006
(2)
May 2006
(2)
April 2006
(3)
March 2006
(5)
February 2006
(1)
August, 2007
MSDN Blogs
>
A British Geek in Texas Pontificates
>
August, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
A British Geek in Texas Pontificates
Progammatically Adding Folders to a SharePoint List
Posted
over 5 years ago
by
adamhems
1
Comments
This took me longer than it should have to get working as the things I tried first compiled but did nothing: myList.Folders.Add("DoesNotWork", SPFileSystemObjectType.Folder); The way I got it to work in the end was like this: SPList myList = myWeb...
A British Geek in Texas Pontificates
Updated MOSS SDK
Posted
over 5 years ago
by
adamhems
0
Comments
If you're a MOSS guy like me then you'll know all about the MOSS Software Development Kit - and how it could really use.. erm... filling out :-) Well an updated version of it has just been released (download it here or see it online here ), along with...
A British Geek in Texas Pontificates
The Repository Factory
Posted
over 5 years ago
by
adamhems
1
Comments
As you might know, the Web Service Software Factory includes a Data Access Guidance Package that can generate sprocs, entities and data access components from a database schema - great if, like me, you hate typing all this boring code yourself when you...
A British Geek in Texas Pontificates
Making and reading ZIP Files in .NET
Posted
over 5 years ago
by
adamhems
0
Comments
So you want to use the zip file format in your .NET 2/3/3.5 application? There is a compression namespace in .NET 2.0, of course; but it doesn't do zip, only deflate and GZIP (so you can't have multiple files in one archive). So to date I've always...
A British Geek in Texas Pontificates
More Acropolis Goodness
Posted
over 5 years ago
by
adamhems
0
Comments
If you're testing out all the new features of VS 2008 (now in beta 2 ) then you might want to play with the latest CTP of Acropolis, which is the next version of the Composite UI Application Block (CAB), which if you're a WinForms developer you are hopefully...
A British Geek in Texas Pontificates
Learning ASP.NET & WCF by Example: .NET Trader
Posted
over 5 years ago
by
adamhems
0
Comments
If you're like me, then you like figuring out how something is supposed to be done by looking at a really good example. Complete, full-blown, high-performance ASP.NET Enterprise Client-Server Application examples are rather few and far between. In...
Page 1 of 1 (6 items)