Browse by Tags

All Tags » C# (Specific) (RSS)

April 30th - A week in review by StarPilot

Since I have moved my tech blog to my site I don't post here much anymore. To help ease the transition I will be doing a post every 1-2 weeks giving a review of what I've posted. So, here we go... Posts: Apr 26 - More Breaking Changes for Whidbey - Personalization...

Doing AD without installing a DC (and more goodies) by StarPilot

As developers of .NET apps we all know that ASP.NET and Domain Controllers don't mix well (though you can get them to somewhat work). However, we still have a need to develop against AD (Active Directory). The following link will allow you to download...

Passing Methods As Parameters: Delegates to the Answer by StarPilot

Question : Is it possible to pass a method (or method address) to another method so that, if conditions warrent, that passed method can be called? Answer : http://scottwater.com/blog/articles/DelegatingMethods.aspx
Filed under:

XML Driven Wizard in C# by StarPilot

I am putting together a Wizard Form - you know, the type that asks many questions in a sequence - in C# for Windows UIs......

How to: Call a C# Windows Form from a VB6 application? by StarPilot

OK. Here is the problem space: I need to prove the concept of step-by-step migration from VB6 to .NET (Windows application). To accomplish this, I would like to take a small piece of the application (new functionality) and do it in a C# Windows app *that...
Filed under:
More Posts