Recently, I had to change the “Password Never Expires” flag for some users on Windows systems. In the past, there used to be a netuser tool available from WindowsITPro where you could use … more →
The Wiert Corner - Jeroen Pluimers' irregular stream of Wiert stuffLori Day wrote 1 month ago: Doesn’t it seem as though each year goes by faster? We know that’s actually not the case, but it su … more →
jpluimers wrote 2 months ago: Recently, I had to change the “Password Never Expires” flag for some users on Windows sy … more →
jpluimers wrote 3 months ago: http://it-republik.de/dotnet/basta/The class presented in this article is part of my “.NET Gem … more →
jpluimers wrote 3 months ago: Embarcadero has made available the replays of the CodeRage 4 sessions. You can find them in the Code … more →
jpluimers wrote 5 months ago: I just found out that in my updates to TFS 2008 Folder Comparison Filter for both C# and Delphi proj … more →
jpluimers wrote 5 months ago: Somehow, at every client I need a function like GetExecutablePath. Maybe you do too, so here is the … more →
jpluimers wrote 6 months ago: Last week I spoke at the GeekNight of the Dutch Microsoft DevDays 2009. A great conference, signalli … more →
jpluimers wrote 7 months ago: I have edited the Conferences, seminars and other public appearances/ page and extended the list of … more →
jpluimers wrote 7 months ago: Masoud Kamali just notified that 2 of my sessions got accepted for the German BASTA! 2009 – .N … more →
jpluimers wrote 8 months ago: I like enums. Maybe because of my Turbo Pascal and Delphi background. They are descriptive. Makes co … more →
vishalgambheer wrote 8 months ago: 1. C# Tutorial– http://www.csharp-station.com/Tutorials/Lesson01.aspx 2. C# Service creation ( … more →
lewellen wrote 9 months ago: Introduction Like most Computer Science graduates, I had taken a Programming Languages course during … more →
fofo wrote 1 year ago: Most developers,students,enthusiasts who are are not that familiar with the .Net Framework, have bee … more →
anishg wrote 1 year ago: class Program { static void Main(string[] args) { string customerEmailAddress = "test@test.com"; if … more →
Kady O'Malley wrote 1 year ago: Flipping y’all back to Colleague Wells, who put his Google-fu up against Peter Van Loan’ … more →
learningdotnet wrote 2 years ago: This is an interesting post on how to tweak the IL code. And here is an example on how to modify the … more →
learningdotnet wrote 2 years ago: Can you declare variables on demand? I mean to say whenever in my code, I need a variable- I declare … more →
learningdotnet wrote 2 years ago: I have created the following code snippet to print the Application.cfm file content, paginated on th … more →
learningdotnet wrote 2 years ago: I have finished reading the first chapter, and following are my notes using directive directly insid … more →