Skip to main content

Blog

Access 2003 now SourceSafe enabled

·1 min

If you’ve ever worked with Access XP or earlier in combination with SourceSafe 6 and are now using Access 2003, you might miss the SourceSafe capabilities in Access. Out of the box, Access 2003 did not support putting your Access stuff in Sourcesafe. Microsoft has now released an Access 2003 add-in for this! So, if you would like your Access 2003 program to be taken into source code control: it now can. The add-in can be found here.

Source code control for Visual Studio 2005

·3 mins

The hype surrounding Visual Studio 2005 almost makes you not notice all the other upcoming Microsoft developer products which will accompany VS2K5. One of these products is the new source code control system. This January at the ASP.NET 2.0 roadshow in Amsterdam, Scott Guthrie (leading engineer on the ASP.NET 2.0 team) described the new source code control system as ‘SourceSafe done right’.

Converting string to Enum value

·1 min

Questa posted a very usefull piece of code…
It’s possible to convert a string representation of an enum back to an enum!

private enum MyEnumeration  
{
  FooBar,  
  Foo,  
  Bar
}

...  

MyEnum foo = MyEnum.Foo;  
foobar = foo.ToString();  
MyEnum bar = (MyEnum)Enum.Parse(typeof(MyEnum), foobar);

At the end of this code, the variable bar has the MyEnum value Foo, just the way it’s supposed to be…

Creating events using delegates

·2 mins

After promising you a post on using delegates to create events several times, I’m now using my break to post it. Because it will be a while if I wait until I can find the time… 😉

Creating events using delegates

·3 mins

Stored Procedures rule, because they facilitate manipulating the dataset you get from a database or the way you are inserting or deleting data in a database without changing your application. Or your business layer for that matter. But you can’t always use stored procedures for the actions you would like your application to take. Or maybe your database doesn’t support stored procedures. In that case it’s back to queries for you! And that’s what I would like to talk about… queries. And how to protect them.

A*%holes

·1 min

They stole my leather jacket this weekend, containing my wallet and my keys. Assholes. First thing I learned as a kid: leave other people’s stuff alone!

Why is it some people simply don’t have the decency to work for the things they want? I do… Just like all of my friends. And although you might not be able to buy everything you like, it feels pretty good when you are, for instance, finally able to order the phone you’ve wanted for months. I hope they catch the bastard who did this, but I fear they won’t.

New phone on the way …

·1 min

My new phone is on the way! I ordered it yesterday, and faxed all of the necessary info today. So if all goes well, I’ll be calling you using this baby next week!

Personal update

·1 min

Just a quick personal update:

  • my carchoice has been approved and the car is currently on it’s way. Just a few more weeks…
  • I sold my bike, but will be looking for another one!
  • we had a wedding last friday, very good party!
  • the company party was great!
  • the bottom shelve of the cupboard in our kitchen broke: most of our muds and scales have crashed… 🙁
  • tonight we’re having a company yearmeeting!

As you can see, mostly positive news. I’ll be posting my story on how to use delegates for events in C# shortly.

Select a car …

·1 min

It’s almost like playing Need for Speed: “Please select your car.”

But this time it was real! Last saturday I had two testdrives and I selected my future car. It is going to be the Citroën C4. I ordered it today and, when all goes well, I’ll be receiving it within just a few weeks! That is if my director accepts the order.