|
|
DavyBrion
DavyBrion
 |
|
Stories kicked by DavyBrion
|
|
published 26 days, 19 hours ago, submitted by
teranex
1 month, 3 days ago
davybrion.com — About the Genesis methodology and toolkit for software developers, that links unit tests to requirements in the functional analysis document... read more...
add a comment
|
category: Unit Testing | Views: 274
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
2 months, 25 days ago
davybrion.com — This approach makes it possible to create UserControls which you can easily write unit tests for, and you can reuse the UserControls in containing pages while remaining the flexibility to write unit tests for those containing pages without being dependent on the actual implementation of the UserControl. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
4 months, 22 days ago
davybrion.com — Garbage Collection sure is great, isn’t it? We don’t have to keep track of all the memory we’ve allocated and we don’t need to release that memory when it’s no longer needed. Because that is after all what the Garbage Collector does for us, without us having to worry about it. This is actually a widespread misconception among many .NET developers. It’s true that Garbage Collection makes memory management a lot easier, but we simply can’t rely on it all the time. There are most certainly some things you must always keep in mind when it comes to memory management in .NET. read more...
add a comment
|
category: CLR | Views: 14
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
4 months, 27 days ago
davybrion.com — I’m sure most of us have been confronted with a ‘Wannabe Developer’ at least once, probably a lot more even. The Wannabe Developers are such a large group that i think they should have their own manifesto. I dislike Wannabe Developers as much as anyone, but i’m in a generous mood today so i’ve taken the liberty to write that manifesto. I can only hope they find it useful. read more...
add a comment
|
category: Other | Views: 7
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 28 days ago, submitted by
alashcraft
4 months, 28 days ago
davybrion.com — I’m currently subscribed to 110 feeds and everyday the number of unread posts is going up. It seems like i just can’t catch up anymore. Of all those unread posts, a lot will be very interesting, but there will also be quite a few that won’t interest me that much. So i’m going to cut back on the number of feeds i’m subscribed to, and i’m going to rely on some fantastic links blogs to point me to the best posts. read more...
2 comments
|
category: Community | Views: 316
|
|
tags:
nghim, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 7 days ago, submitted by
alashcraft
5 months, 7 days ago
nayyeri.net — Link blogs are one of the common types of blogs that are actually a list of links to other resources in a specific field. At first glance, it seems easy to collect some links and present them in a blog post and somehow this statement is right but there are some people who don’t take it easy and put a good effort to present great link blogs. read more...
add a comment
|
category: Community | Views: 526
|
|
tags:
Blog, link, .Net, Community, KeyvanNayyeri | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
5 months, 17 days ago
davybrion.com — In this post i discuss a class which allows you to easily register base types with their derived Known Types for WCF service methods. This technique makes it a lot easier to deal with many KnownTypes in WCF. read more...
add a comment
|
category: Web Services | Views: 48
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 21 days ago, submitted by
terrble
5 months, 22 days ago
lostechies.com — I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them.
I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...
add a comment
|
category: Visual Studio | Views: 447
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 22 days ago, submitted by
NotMyself
5 months, 23 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: 384
|
|
tags:
Unit, Test, OpenSource, NHIbernate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 25 days ago, submitted by
DavyBrion
5 months, 26 days ago
davybrion.com — In this post i question the usage of a WCF service layer instead of going for a NServiceBus based messaging approach read more...
add a comment
|
category: Web Services | Views: 558
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months ago, submitted by
DavyBrion
6 months, 1 day ago
davybrion.com — Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...
add a comment
|
category: ASP.NET | Views: 352
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
6 months, 9 days ago
davybrion.com — Shows a simple base class that provides many of the basic Data Access requirements using NHibernate read more...
|
|
tags:
NHIbernate, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
6 months, 9 days ago
davybrion.com — Shows a technique to implement conditional queueing of blocks of code depending on either a default condition, or a condition per block of code. read more...
add a comment
|
category: Patterns | Views: 7
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
DavyBrion
6 months, 9 days ago
davybrion.com — Shows a way to put the recommended IDisposable implementation in a base class, with virtual methods to perform the actual disposal of IDisposables at the right time read more...
|
|
tags:
IDisposable, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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