2012-04-27
.Net code running faster under the profiler?
›
So, today it occurred to me that the C# application that I am developing is a bit too slow on startup, and I decided to throw the visual stu...
2012-01-13
The "Handoff" Pattern
›
I had been thinking about posting this for quite some time now, and all by coincidence I happened to get a chance to mention it just the oth...
2012-01-06
C# Blooper №3: No warnings about fields having already been initialized.
›
Before reading any further, please read the disclaimer . When you declare a member variable and you pre-initialize it at the same time, a...
C# Blooper №2: No warnings about accessing uninitialized members.
›
Before reading any further, please read the disclaimer . When you declare a member variable, and then you try to read it from within the ...
2012-01-03
Pernicious Local Variable Initialization
›
Introduction Pernicious Local Variable Initialization is the cargo cult programming ( W ) practice of pre-initializing a local varia...
1 comment:
2011-12-31
C# Blooper №1: No warnings about uninitialized readonly members when the class is public and the member is public, protected or protected internal.
›
Before reading any further, please read the disclaimer . The C# compiler is kind enough to give you a "field is never assigned to...
C# Bloopers
›
Please do not get me wrong; C# is awesome. It is the language of my choice, even though I am pretty well versed in C++ and Java. That havin...
2011-10-16
Intertwine: Normalizing Interface Invocations
›
This post has been superseded by a new post in 2022 See michael.gr - Intertwine This is a C# project that I did back in 2011. It consists of...
2011-09-15
Gerasko Aei Didaskomenos
›
Solon's original phrase was "Gerasko D' Aei Polla Didaskomenos", but here in Greece we use the shorter form, "Gerasko...
2011-06-11
Preventing a file from being committed to SVN if it contains a certain keyword
›
If you are a developer with any real-world experience to speak of, you have undoubtedly come across the following situation: you made a cha...
5 comments:
‹
›
Home
View web version