pri10der

Stories kicked by pri10der

Getting The List Of All Pages In The Application(vaultofthoughts.net)

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

A short snippet of code that demonstrates how you can get and display a list of all pages in the ASP.NET web application. Such a list can be used during developement to ease navigation. read more...

2 comments |category: |Views: 8

tags: another

What Is DBNull Needed For Anyway?(vaultofthoughts.net)

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

My point of view on the ever popular quesstion: What is DBNull needed for? read more...

add a comment |category: |Views: 18

tags: another

Semantical Difference Between "as" Operator And Casting(vaultofthoughts.net)

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

Bried article on how using "as" operator changes the semantical meaing of the code and what my be the outcome. read more...

add a comment |category: |Views: 19

tags: another

Microsoft SQL Server Management Studio - Remember Password(vaultofthoughts.net)

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

Big company, lots of money, lots of time, one small window and so many bugs. read more...

add a comment |category: |Views: 146

tags: another

Visual Studio SP1 - Windows 2003 Adventure(vaultofthoughts.net)

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

Ironic article describing my adventure with SP1 for Visual Studio 2005. How I have searched for and problems I had during installation. read more...

add a comment |category: |Views: 0

tags: another

Wonders of Immediate Window(vaultofthoughts.net)

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

An article showing how far you can go with the Immediate Window read more...

1 comment |category: |Views: 62

tags: another

Common Pattern For Working With IComparer(vaultofthoughts.net)

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

A common pattern that I use when working with IComparer interface that makes the code more usable and intelisense friendly. read more...

add a comment |category: |Views: 12

tags: another

IComparable vs IComparer - what and when(vaultofthoughts.net)

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

An article shortly describes what is the purpose of both interfaces and provides guidelines as to when to use which. read more...

add a comment |category: |Views: 394

tags: another

Exception In Event Handler(vaultofthoughts.net)

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

What happens if an event handler throws an exception and what should be done about it. An overview of possible solutions. read more...

add a comment |category: |Views: 46

tags: another

Remember To Unhook The Event Handlers(vaultofthoughts.net)

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

Article that describes how events are implemented and what happens if you forget to unhook the handlers. read more...

add a comment |category: |Views: 180

tags: another

Event Properties - Memory Efficient Events(vaultofthoughts.net)

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

Description of how to define events in a more memory efficient way. read more...

add a comment |category: |Views: 26

tags: another

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

XmlIncludeAttribute on a Method(vaultofthoughts.net)

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

How to handle inheritance in web services using XmlIncludeAttribute. read more...

add a comment |category: |Views: 20

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