teranex

Stories kicked by teranex

Genesis: Bridging The Gap Between Requirements And Code(davybrion.com)

submitted by teranexteranex(60) 3 years, 5 months ago

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: |Views: 285

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

Form validation with ASP.NET MVC preview 5(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

1 comment |category: |Views: 369

tags: another

Jump between braces in Visual Studio.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...

2 comments |category: |Views: 826

tags: another

How To Write Testable ASP.NET WebForms(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

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: |Views: 411

tags: another

Batching WCF calls(davybrion.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 10 months ago

Great approach to overcome unnecessary roundtrips to a WCF service! read more...

1 comment |category: |Views: 293

tags: another

Another Use for C# Using(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 11 months ago

If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...

3 comments |category: |Views: 705

tags: another

Keep your .config clean with external config files(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

add a comment |category: |Views: 473

tags: another

Try-catching in a single line of code(adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 3 years, 11 months ago

Just another silly extension method hack :) read more...

11 comments |category: |Views: 926

tags: another

Unofficial google shell... awsome(goosh.org)

submitted by verbalKintverbalKint(585) 3 years, 11 months ago

Web base command shell for google. What else can I say?... read more...

4 comments |category: |Views: 928

tags: another

Sysinternals, now easier to get than ever(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 11 months ago

The sysinternals team has placed all their tools on a network share... on the internet. Now you can copy and run any of their tools from the command line. Anywhere. With no installs, website googling, unzipping or anything. \\live.sysinternals.com\tools\ read more...

2 comments |category: |Views: 349

tags: another

ASP.NET MVC framework preview 3 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

Don't know how I do it, but I think this blog post is yet again the first one mentioning a new release of the ASP.NET framework (preview 3) The official installation package can be downloaded from the Microsoft site. Source code is also available from CodePlex. read more...

1 comment |category: |Views: 174

tags: another

ReSharper 4 approaching beta status(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years ago

No official announcement yet, but the ReSharper 4.0 Nightly Build page is showing the first build marked as stable and with the status "Beta Candidate". read more...

2 comments |category: |Views: 220

tags: another

Lazy instantiation one-liner with the coalesce operator(realfiction.net)

submitted by fquednaufquednau(404) 4 years ago

The one-liner for lazy instantiation of instance fields using the coalesce-operator read more...

2 comments |category: |Views: 344

tags: another

Using the DescriptionAttribute to prettify your enumerations(moggoly.me.uk)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years ago

the article details a wrapper that can be used to get a well-formatted string version of an enumeration value by using the DescriptionAttribute to provide the formatted string. The comments includes an extension method version that works for any enum type. read more...

add a comment |category: |Views: 529

tags: another

Having fun with project managers! (or: why you should lock your deskto(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

Have you ever left your computer unattended? (I do hope that!) Do you lock your desktop when this occurs? (I hope so either!) Not locking your desktop can be a risk. Your data might get stolen, someone might install a trojan, ... My project manager is one of those people who do not lock their computer when away. After having explained that this is a very simple thing he still seems to forget it everytime. Since a few weeks, we are using some more persuasive manners to teach him to press the Windows-key + L whenever he leaves his computer. Some practical jokes... read more...

add a comment |category: |Views: 8

tags: another