OmarKooheji

Stories kicked by OmarKooheji

MCTS Study Made a hell of a lot quicker with FastSharp(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 2 months ago

Using fast sharp to study for your MCTS can save you a lot of time at the start. read more...

add a comment |category: |Views: 10

tags: another

Cleaning up after source safe(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 4 months ago

Visual source safe makes life a pain in the backside sometimes... This is a quick guide on how to manually decouple a Visual studio project from source safe. read more...

add a comment |category: |Views: 14

tags: another

Top 10 Windows Forms Articles You Must Read(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

If you have missed on some top articles of WinForms on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating and top views of the articles. The articles have been arranged based on the total views from top to bottom. I hope you enjoying reading them, as much as we did while compiling them!! read more...

add a comment |category: |Views: 627

tags: another

Why Every Good Developer needs to Know how to Mock(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

While unit testing is generally considered a good practice ( even among those who don't do unit tests), mocking doesn't seem to carry the same aura. There are a lot of arguments saying why mocking is bad , how it kills testability etc. But in my day-to-day job, as well as in my personal projects, I found mocking is definitely indispensable. read more...

1 comment |category: |Views: 557

tags: another

Codebehind Files in ASP.NET MVC Are Evil(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

Having Codebehind files for Views in ASP.NET MVC tempts developers to use web forms style programming in MVC applications. Removing them from the default application templates and new File->ASP.NET MVC View templates will help developers fall into a "pit of success" by eliminating the temptation to put code into codebehind files that should really go into Controllers. read more...

add a comment |category: |Views: 344

tags: another

Stubborn Services II(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 8 months ago

How to debug the dreaded: "The service started and then stopped. Some services stop automatically if they have no work to do..." read more...

add a comment |category: |Views: 9

tags: another

Watch your step on the XPath(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 8 months ago

An article on the dangers of not kowing what you are doing when processing XML read more...

add a comment |category: |Views: 6

tags: another

Overriding ToString() Makes Debugging Easier(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 8 months ago

Make your life easier while debugging in Visual Studio, see your objects in thier full glory using ToString. read more...

1 comment |category: |Views: 409

tags: another

I CAN HAS A .NET COMPILR?(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

A programming language with compilers for many platforms including .NET, based on the captions featured in the popular LOLCat images found in the Internet. read more...

add a comment |category: |Views: 1

tags: another

Twitter Publisher for CruiseControl.NET(thomasfreudenberg.com)

submitted by simonechsimonech(10.1k) 4 years, 11 months ago

CC.NET task to send the results of a build to twitter read more...

add a comment |category: |Views: 33

tags: another

Break into debugging via code(youredoingitwrong.mee.nu)

submitted by tarfutarfu(180) 4 years, 11 months ago

Breakpoints are for pussies. read more...

1 comment |category: |Views: 0

tags: another