Kordian

Stories kicked by Kordian

IE7 Pain(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

The story of me and IE7 and how it messes up with my life and my computer read more...

1 comment |category: |Views: 4

tags: another

Friend Assembly(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

How to make your internal types visible to other assemblies. read more...

add a comment |category: |Views: 52

tags: another

Measuring Time More Accurately(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

How to accurately measure how much time has passed while performing some operation? Use the Stopwatch class. Here is how. read more...

3 comments |category: |Views: 23

tags: another

Google Code Search - Fun With Comments(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

There is more to Google Code Search then just a code! Try searching for comments! read more...

add a comment |category: |Views: 5

tags: another

Moving Data Between Tiers (vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

An article and sample code demonstrating how you can move data between tiers in a strongly typed way. read more...

add a comment |category: |Views: 19

tags: another

Visual SourceSafe Unexpected Error(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

The common problem when working with Visual SourceSafe that prevents you from using it and a possible solution. read more...

1 comment |category: |Views: 6

tags: another

NUnit Xml Documentation(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

NUnit comes without Xml Documentation by default. Here I provide the missing files in a meanwhile before NUnit team includes them in the release sometime in the future. read more...

add a comment |category: |Views: 72

tags: another

Creating Custom Cache Dependency(dotnetbips.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 8 months ago

Bipin Joshi has written an article on creating custom cache dependancies - "ASP.NET 2.0 offers you several ways to set a dependency between a cached item and a file(s), another cached item(s) or SQL Server database table. No doubt they satisfy most of the real world needs. However, at times the features offered by these dependencies are not sufficient. In such cases you can create your own dependency and use it instead of inbuilt ones. In this article you learn how this can be accomplished." read more...

add a comment |category: |Views: 193

tags: another

Getting The Database Schema Using Enterprise Manager(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

How to use Enterprise Manager to get the database schema? Read on... read more...

add a comment |category: |Views: 28

tags: another

Why bother with exceptions?(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A short article presenting few of my thoughts on validating input parameters and throwing exceptions. read more...

add a comment |category: |Views: 2

tags: another