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)
MSDN Blogs
>
A British Geek in Texas Pontificates
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
A British Geek in Texas Pontificates
Enterprise Library 5 is out!
Posted
over 2 years ago
by
adamhems
0
Comments
Hopefully all you application Developers know about Enterprise Library, and how it can save you development time and effort for commonly-performed task like database connections and logging. Well, prepare to have even more time and effort saved: Enterprise...
A British Geek in Texas Pontificates
Photosynth rocks!
Posted
over 3 years ago
by
adamhems
0
Comments
I'm an avid shutterbug and had the opportunity to explore some of Delhi, India's points of interest last weekend. I found myself with plenty of time while I was at one particular location - the 500 year old tomb of Isa Khan Niyazi (near to Humayun's Tomb...
A British Geek in Texas Pontificates
A new way to avoid writing boring code
Posted
over 3 years ago
by
adamhems
1
Comments
Those who know me will be familiar with my quest to avoid writing boring code using any tool that generates it for me (like CodeSmith + NetTiers or Software Factories). Thus it was with great excitement that I recently came across another one! It's called...
A British Geek in Texas Pontificates
Using Custom Performance Counters to measure multi-threaded operation durations
Posted
over 4 years ago
by
adamhems
1
Comments
When building WCF Services it's very useful to know how long the individual operations within it's various methods are taking that are outside of the Service itself e.g. calls to other services or to databases as the question is often asked, "Why is this...
A British Geek in Texas Pontificates
Leveraging multi-threading when calling Web Services or SQL Server
Posted
over 4 years ago
by
adamhems
1
Comments
If you need to make more than one call to one or more web services in your code in a single request, then you can do this using multiple threads for vastly better performance. There are three ways of solving this problem, depending upon which layer...
A British Geek in Texas Pontificates
Terrarium is back!
Posted
over 4 years ago
by
adamhems
0
Comments
"Terrarium" is a project Microsoft created with .NET 1.0 that allowed devs to write a bug or plant and have it live, fight and eat in a little digital world called Terrarium. This world connected to other instances running on other folks PC's and your...
A British Geek in Texas Pontificates
Distributed Caching in .NET
Posted
over 4 years ago
by
adamhems
0
Comments
Saw this today and thought this intesting: http://msdn.microsoft.com/en-us/library/cc645013.aspx Bits and a sample are available: http://msdn.microsoft.com/en-us/data/cc655792.aspx Until now the only caching option from Microsoft has been...
A British Geek in Texas Pontificates
Aspiring Architects Webcasts this Month
Posted
over 4 years ago
by
adamhems
0
Comments
I saw these Webcasts coming up this month and think they might be of interest to a lot of folks (all times are Eastern time): · June 16th, 2008 – 12:00 p.m. to 1:00 p.m. – Introduction to the aspiring architect Web Cast series http://msevents.microsoft...
A British Geek in Texas Pontificates
.NET: What's coming down the Pike
Posted
over 4 years ago
by
adamhems
0
Comments
Today there a bunch of new bits to play with that have up until now been a collection of individual CTP's - yes it's the first beta of Visual Studio 2008 and .NET Framework 3.5 Service Pack 1! This is more interesting than many betas as there a lot of...
A British Geek in Texas Pontificates
Enterprise Library and WCF
Posted
over 4 years ago
by
adamhems
0
Comments
If you're creating Web Services using WCF (or ASMX, for that matter) then you are, of course, using the Web Service Software Factory to create them (right?). Well one thing the WSSF does not include is the hooks to the various blocks within the Enterprise...
A British Geek in Texas Pontificates
An easier way to Create SharePoint Feature Solutions
Posted
over 4 years ago
by
adamhems
1
Comments
If you're developing Features for SharePoint then you will have discovered what a laborious process it is getting from the compiled dll, Feature.xml etc in Visual Studio to a deployed Feature in your SharePoint Dev environment. The least painful way I...
A British Geek in Texas Pontificates
Entity Framework beta 3 Released
Posted
over 5 years ago
by
adamhems
2
Comments
If you like tools that make creating your data layers easier (like NHibernate or code generation tools like Codesmith & NetTiers ), you might be interested in the latest release from the ADO.NET team - the Entity Framework (EF). The latest release...
A British Geek in Texas Pontificates
Interesting Discovery: a *book* on the CAB & SCSF!
Posted
over 5 years ago
by
adamhems
0
Comments
I learned today that there was a book published a few months ago on two of my favourite technologies, the Composite UI Application Block (CAB) and the Smart Client Software Factory (SCSF): Programming Microsoft Composite UI Application Block and Smart...
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...
A British Geek in Texas Pontificates
More Acropolis for you XAML Form-based Application Writers
Posted
over 5 years ago
by
adamhems
0
Comments
Happy July 4th! As a Brit, I kindov don't celebrate July 4th in the US, so much... :-) However did you know that we British celebrate July 4th on Thanksgiving?? Just kidding! :-D Well of interest today is a new Acropolis CTP, just released. ...
A British Geek in Texas Pontificates
The CAB + WPF Designer → Visual Studio = “Acropolis”
Posted
over 5 years ago
by
adamhems
1
Comments
If you're writing winforms ("smart client") apps, then hopefully you're aware of the Smart Client Composite UI Application Block ( CAB ), a free, community-supported toolkit released in December 2005 by the Patterns & Practices group ( PAG ) to assist...
A British Geek in Texas Pontificates
Handy Office Developer Map
Posted
over 5 years ago
by
adamhems
0
Comments
Hello, Just published to MSDN: a handy little WPF app that places in one place lots of the resources you need to know about for developing Office applications (which includes, in particular, MOSS). If you have the .NET Framework 3.0 installed...
A British Geek in Texas Pontificates
Developers: Learning While Commuting
Posted
over 5 years ago
by
adamhems
1
Comments
Most of us still have to commute to the office, and some of us have to travel a fair bit, and a great way for us techies to get more from this time (other than sleeping!) is to listen to audio shows on interesting technical subjects. I have listened to...
A British Geek in Texas Pontificates
Caching in Winforms / SmartClient Apps
Posted
over 5 years ago
by
adamhems
1
Comments
Caching frequently-accessed data is often desirable in Winforms/Smart Client applications in order to maximise performance because reading a value from a well-designed cache can be less expensive, and/or provide fault tolerance (permitting limited off...
A British Geek in Texas Pontificates
Creating Compelling browser-based applications: WPF/e
Posted
over 5 years ago
by
adamhems
0
Comments
I thought you might be interested in quickly learning the essentials of the upcoming Microsoft technology for creating compelling user interfaces within the browser for your custom applications (think Flash-like apps) – it’s called WPF/e (Windows Presentation...
Page 1 of 2 (44 items)
1
2