At this page I want to collect stuff from my daily business as a software developer. Sometimes only stupid things which are really simple, but also problems that took me long time to solve.
- How to authorize a WCF service in the anonymous internet
- You can only add project references to other Silverlight projects in the solution
- Using Async Delegates instead of the Thread class
- One-liner for splitting Pascal Casing …
- VB: WeekdayName && Weekday confusion
- How to use Custom Assemblies with Reports
- ?? Operator and it’s use case
- ObjectDumper re-loaded
- Initialize [NonSerialized] Members
- How to access INI Files in C# .NET
- Best practices: ReaderWriterLock
- Synchronising the WinForm data binding using .NET 2.0
- Copying a native untyped IList to a generic List
- Writing a pure SysTray Application without a Window
- Slow Oracle BLOB upload with C# .NET and how to speed up.