|
|
akcoder
Stories kicked by akcoder
|
|
published 19 days, 21 hours ago, submitted by
eazyd
20 days, 14 hours ago
atalasoft.com — I just spent 5 days tracking down a Heisenbug. Historically, I've tracked down a lot of these but not because I create a lot of them, because I'm good at finding them. In this particular case, I had a set of unit tests that were failing on our build server but did not fail consistently on my machine. This is not a good sign to start with. read more...
add a comment
|
category: C# | Views: 300
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 17 days ago, submitted by
crpietschmann
1 month, 17 days ago
blog.lutzroeder.com — After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...
add a comment
|
category: CLR | Views: 456
|
|
tags:
RedGate, LutzRoeder, CLR, Reflector | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
Lord
2 months, 13 days ago
ayende.com — A few hours ago I completed a code review of an application using NHibernate. This is not the first time I am doing such a thing, of course, and I noticed that there are quite a few areas where I tend to have comments in such code reviews.
The following is based on several such code bases that I went through, and contains a partial list of things that you need to watch for. read more...
add a comment
|
category: Open Source | Views: 288
|
|
tags:
Ayende, NHIbernate, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 21 days ago, submitted by
NotMyself
2 months, 22 days ago
iamnotmyself.com — I wanted to challenge the dogmatic urban legend passed down from .NET developer to .NET developer since the classic ASP days. That dogma simply states you should always access your database via stored procedure for "performance reasons". Inline SQL is BAAAAAAD.
So I fired up Visual Studio, created a class and started writing tests. read more...
2 comments
|
category: Open Source | Views: 381
|
|
tags:
Unit, Test, OpenSource, NHIbernate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 29 days ago, submitted by
shaharyr
2 months, 29 days ago
dev102.com — Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. read more...
1 comment
|
category: Architecture | Views: 303
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 29 days ago, submitted by
ussherm
3 months ago
stevenharman.net — Team members with a negative attitude are thieves, robbing the team of its potential, its moral, and often its success. read more...
add a comment
|
category: Other | Views: 283
|
|
tags:
teams, Leadership | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 5 days ago, submitted by
razamit
3 months, 5 days ago
dev102.com — The other day I wan in the need of a sorted collection. I found that there are 2 sorted collections available. SortedDictionary and SortedList. Now let me ask you, what do you think is the difference? read more...
add a comment
|
category: C# | Views: 507
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 6 days ago, submitted by
shaharyr
3 months, 6 days ago
dev102.com — Notice that when you add a resource file, there is an automatically generated class with properties issued from the resources elements, so you can call this class properties instead of using the ResourceManager. The only problem with this class is that its properties are marked as internal and thus can’t be accessed externally read more...
add a comment
|
category: Architecture | Views: 178
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 6 days ago, submitted by
terrble
3 months, 6 days ago
weblogs.asp.net — A tool to automatically generate Visual Studio solutions with proper directory structure read more...
1 comment
|
category: Visual Studio | Views: 372
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 5 days ago, submitted by
hexy
3 months, 8 days ago
weblogs.asp.net — Paulo shows us how to load, unload and replace assemblies at runtime. read more...
add a comment
|
category: Tips & Tricks | Views: 218
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 11 days ago, submitted by
jwkratz
3 months, 11 days ago
blog.seattlepi.nwsource.com — Internal email from Bill Gates detailing his difficulties with Microsoft.com, Windows Update, and more. read more...
add a comment
|
category: Other | Views: 527
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 3 months, 7 days ago, submitted by
yesthatmcgurk
3 months, 14 days ago
ayende.com — Odd this hasn't been submitted before. Rhino Mocks is one of the leading mock frameworks for unit testing in the dotnet world. This version fully supports the 3.5 fx. read more...
1 comment
|
category: Unit Testing | Views: 89
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 16 days ago, submitted by
alanl
3 months, 18 days ago
redgreenrefactor.com — I couldn't find a good list of software development and programming podcasts so I created my own. Feel free to chime in with any you recommend! read more...
add a comment
|
category: Community | Views: 565
|
|
tags:
Podcast, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 18 days ago, submitted by
dengar007
3 months, 18 days ago
codethinked.com — In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. read more...
add a comment
|
category: C# | Views: 391
|
|
tags:
CodeThinked, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|