midevel

Stories kicked by midevel

Command Window(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A brief introduction the the Command Window. read more...

1 comment |category: |Views: 14

tags: another

Over 250 High Quality Royalty Free icons set(freeiconsdownload.com)

submitted by freeiconsdownloadfreeiconsdownload(230) 4 years, 2 months ago

Free Icon Download Offers High Quality Royalty Free icons for Windows, Mac and Linux. read more...

12 comments |category: |Views: 387

tags: another

RegularExpressionValidator - Do Not Repeat Yourself(vaultofthoughts.net)

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

Best Practice for working with RegularExpressionValidator controls. read more...

add a comment |category: |Views: 8

tags: another

Regionerate, a Code Layout tool for C#(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A cool product for automatically generating and laying out your code into regions. read more...

add a comment |category: |Views: 13

tags: another

Top 20 .NET Garbage Collection Articles(drowningintechnicaldebt.com)

submitted by dbottjerdbottjer(310) 4 years, 11 months ago

Ah. Garbage Collection... how I love and hate thee. =P I think one sad thing about programming in .net is that it seems many developers don't know or care anything about garbage collection and memory management. You used to *have* to know about it in order to write bug free code. I suppose it is a two edge sword in that developers can develop faster as the intention was to relieve developers of the need to know or care anything about memory management. I personally have always tried to follow best practices for implementation and have tried to stay somewhat cautious of issues related to memory. I've been fortunate in never really having any memory management related issues in my previous applications. However, there, but for the grace of God, I too could go. read more...

add a comment |category: |Views: 15

tags: another

15 Visual Studio .NET Add-Ins you won’t live without(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 11 months ago

From the console compiler to the powerful Visual Studio IDE, .NET is just about coding as much as the tools. For that matter, here’s a list of 15 indispensable VS.NET add-ins. read more...

add a comment |category: |Views: 55

tags: another

Unit Test Web Code Without A Web Server Using HttpSimulator(haacked.com)

submitted by usshermussherm(5285) 4 years, 11 months ago

Haacked introduces a new HttpSimulator class that he put together to help you unit test your asp.net code. Fluent interface, access to session and application variables, a working MapPath... wow! read more...

add a comment |category: |Views: 75

tags: another

How to sort a generic List<T>(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 11 months ago

Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate. read more...

1 comment |category: |Views: 97

tags: another