Browse by Tags

All Tags » .NET (RSS)

Visual Studio 2008 featuring Client Application Services

One of the neat features that Windows Forms developers get with the .NET Framework 3.5 and Visual Studio 2008 are the Client Application Services. As both Brad and Daniel have posted about these services piggyback off the ASP.NET 2.0 services for authentication...
Posted by nick | with no comments
Filed under: , ,

SharePod != iTunes Slayer

Recently a friend of mine showed me this cool little tool for bypassing Apple's "iPods shall only sync with 1, and only 1, iTunes instance" (honestly what a dumb constraint) called SharePod . The user interface is quite intuitive (read simple...
Posted by nick | 3 comment(s)
Filed under: , ,

What .NET Framework Version am I running?

Someone on the Stanski mailing list recently asked about a particular version of the .NET Framework (v1.1.4322.2379 which seems to almost be MIA and almost no useful information on Google). What came out of the conversation are a couple of applications...
Posted by nick | 1 comment(s)
Filed under: ,

VB9 Features

I've just noticed, care of Bill and Beth , that the VB9 features article has been updated as of February this year. After a quick scan there are some clear changes that look great (and some that don't)! Object Initializers Dim c as New Country With {...
Posted by nick | with no comments
Filed under: , , ,

Snippets and Stored Procedures

Mitch has posted a simple snippet that shows how you can work with stored procedures in C#. I figured that I'd firstly translate this to VB.NET: ' Execute a stored proc to read data Using conn As New SqlConnection(connectionString), _ cmd As SqlCommand...
Posted by nick | with no comments
Filed under:

I'm an Idiot!

Stephen are you happy now? I'll start by saying that while I might be an idiot I think that Stephen's comment was just childish. Judging by his resume (which came up with "page not found" the first time I clicked the link .... what server is it running...
Posted by nick | with no comments

Java is no more open source than .NET

This afternoon I found myself reading an article at The Spot 4 SAP entitled SAP Mobile Engine . Leaving aside the fact that the article hasn't been written very well at all I want to comment on their continual reference to the Java platform as an "open...
Posted by nick | 1 comment(s)
Filed under: , ,

Perth .NET Community of Practice - meeting this thursday

As Brian points out Code Camp Oz is just around the corner but if you can't make it to Wagga Wagga to see my session on the Microsoft Sync Services then head along to the Perth .NET Community of Practice meeting this thursday. Details as follows: Details...
Posted by nick | with no comments

.NET User Group Caffeine Hit

Sorry about the late post about this, but tomorrow will be the first gathering of the Perth Caffeine Addicts - only kidding (well except for the Perth and the Caffeine bits). One of the best things I did when I was in NZ was attend Mauricio 's Geekzone...
Posted by nick | 9 comment(s)
Filed under: , , ,

Keyboard shortcuts in Visual Studio 2005

I was just reading Jason McC's Weblog and he points out that the are some great wallcharts available for download that cover a large proportion of the keyboard shortcuts for different profiles (you can get the list of downloads here ). Unfortunately even...

.NET v2 Configuration Sections

Anyone who has written a custom configuration section handler for .NET v1 will appreciate the headaches and the painful process of parsing an xml block. Well .NET v2 has a much better model for building custom configuration sections. In this post I will...
More Posts