Stories recently tagged with 'Tip'

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

Explorer WebServer here shortcut(weblogs.asp.net)

submitted by fehaarfehaar(580) 5 years, 7 months ago

A nifty tip for getting a Development web server up and running quickly without usíng Visual Studio. read more...

add a comment |category: |Views: 3

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

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

Using Bind with nested properties(mikeoff.blogspot.com)

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

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 114

tags: another

The true ASP.NET developer(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 10 months ago

ASP.NET is a double sided discipline that demands skills and understanding of two very different worlds: the web as a platform and .NET development. The problem is that it is hard to find an ASP.NET developer that is strong in both disciplines. Let me elaborate. read more...

add a comment |category: |Views: 2

tags: another

A pattern for supporting return to the previous page feature.(mikeoff.blogspot.com)

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

A short article describing possible solutions on handling the return to the previous page - server-side. read more...

add a comment |category: |Views: 4

tags: another

Strongly typed Session object(mikeoff.blogspot.com)

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

A short article describing a pattern of providing a strongly typed access to a Session object. read more...

add a comment |category: |Views: 71

tags: another

Server-side comments(mikeoff.blogspot.com)

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

A little known yet powerfull feature of ASP.NET - the Server-side comments. read more...

add a comment |category: |Views: 0

tags: another