Logdog82

Stories kicked by Logdog82

Poll: IoC containers for .NET(www.sturmnet.org)

submitted by oliversolivers(95) 2 years, 2 months ago

Trying to find out which IoC containers people use on .NET, or even if they use any. Put your vote in and kick it! read more...

2 comments |category: |Views: 761

tags: another

.NET Framework 4.0 Poster(www.midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 4 months ago

Microsoft .NET Framework 4.0 Poster in DeepZoom - Silverlight read more...

2 comments |category: |Views: 1338

tags: another

Firebug for IE,Safari,Chrome and Opera(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 7 months ago

Firebug is certainly one of the main assets for web development available. I know that is the plugin of choice for many others. An undesirable side effect of Excellent Firebug is that other similar tools for other browsers pale in comparison and seem inferior.You can use firebug in any other browser by following these steps: read more...

5 comments |category: |Views: 534

tags: another

ReSharper 5.0 Overview(blogs.jetbrains.com)

submitted by nihi_l_istnihi_l_ist(110) 2 years, 7 months ago

As promised, we’re publishing a general ReSharper 5.0 overview, elaborating on its feature set. Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change. read more...

2 comments |category: |Views: 753

tags: another

Finally Understanding the Merits of TDD(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 2 years, 9 months ago

I'm not a TDD person...or at least I wasn't until last week. Up until then, I had read the blogs and looked at the examples to try to understand TDD and unit testing (with mocking) in general. Almost all of the examples I was shown demonstrated very basic scenarios that, in most cases, were too trivial to show value. I would ask people who would speak about unit testing in general how you'd do a specific scenario and would get mix responses ranging from "just try it" to "you should be using this tool and it'll just write the tests for you". read more...

add a comment |category: |Views: 519

tags: another

12 Tips To Speed-up Your Windows Forms Applications(devcomponents.com)

submitted by devexpertdevexpert(260) 2 years, 9 months ago

Here is the list of my top suggestions and further reading recommendations on how to speed up your Windows Forms applications... read more...

add a comment |category: |Views: 627

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another

SQLite Has Been Ported to .NET(infoq.com)

submitted by andrepenaandrepena(120) 2 years, 9 months ago

yes... that's it. read more...

1 comment |category: |Views: 750

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

Learning new Programmming Languages and Technologies(objectreference.net)

submitted by Vort3XVort3X(1335) 2 years, 11 months ago

Recently, I’ve read article after article about how part of being a good software developer is about being open to new technologies, and to “learn new things” – and I’d be foolish not to agree. However... read more...

add a comment |category: |Views: 460

tags: another

Rarely used C# Keywords(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

When doing code reviews or when working with code that was developed by someone else, once in a while I come across keywords that are rarely used. Some of them are forgotten keywords that are not considered a good practice and hence are not promoted by the community. Some of them could be handy and efficient but they never made it to the limelight. read more...

4 comments |category: |Views: 1245

tags: another

.Net Mocking Frameworks - Capability Comparison(phpvs.net)

submitted by wompeterwompeter(290) 3 years, 1 month ago

A summary of the capabilities of four of the most popular mocking frameworks for .Net. read more...

add a comment |category: |Views: 526

tags: another

OpenSuse vs. Ubuntu for .Net Developers(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years, 1 month ago

Many .Net developers are playing with Linux on the side because it is free but which Linux should you choose to use if you are a .Net developer? read more...

add a comment |category: |Views: 569

tags: another

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Beginning Mocking With Moq 3 - Part 4(codethinked.com)

submitted by jcoffmanjcoffman(370) 3 years, 1 month ago

into to mocking using moq libary, part 4 read more...

add a comment |category: |Views: 151

tags: another

Creating SOLID Code: Dependency Inversion Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi read more...

2 comments |category: |Views: 410

tags: another