chriscanal

Stories kicked by chriscanal

VisualSVN 1.6.2 released(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 3 years, 2 months ago

Yesterday a patch release of the subversion-plugin for Visual Studio was made available. read more...

add a comment |category: |Views: 23

tags: another

Tips for Managing ASP.NET MVC Views(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 3 months ago

The author gives some tips on managing asp.net mvc views and organizing files withing an asp.net mvc project. Includes suggestions on keeping code out of views. read more...

1 comment |category: |Views: 407

tags: another

ASP.NET MVC Result Caching(codeproject.com)

submitted by jorgebgjorgebg(116) 3 years, 3 months ago

Different approach on MVC Caching. Cache the ActionResult through an action filter, without affecting the Session or other non-deterministic data to be shown in the View. read more...

add a comment |category: |Views: 273

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

What Part Of The Process Are Your Tools Optimized For?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 4 months ago

I'm writing this post because I am getting tired and weary of people pointing to "drag and drop tools", "visual designers", and "wizards" as reasons to use a particular tool. Only in Microsoft-land are developers so enamored with "wizards" and "drag and drop" and I think this is because Microsoft is the proverbial "crack dealer" when it comes to providing these tools. read more...

add a comment |category: |Views: 223

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another

How to add ReCaptcha to your MVC Web Site(dimecasts.net)

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

A quick how-to in how to add the ReCaptcha plugin to your MVC Web Site read more...

add a comment |category: |Views: 222

tags: another

My Take On Variable Length Lists in ASP.NET MVC(justsimplecode.com)

submitted by MalkirMalkir(96) 3 years, 4 months ago

Another solution to the variable length list problem. read more...

1 comment |category: |Views: 247

tags: another

Why Net Negative Producing Programmers are Here to Stay(itscommonsensestupid.blogspot.com)

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

Why Net Negative Producing Programmers are Here to Stay-- despite the cost, a response to http://blog.jayfields.com/2009/01/cost-of-net-negative-producing.html read more...

add a comment |category: |Views: 366

tags: another

Implementing Conversation per Business Transaction(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 4 months ago

NHibernate session handling pattern implementation read more...

add a comment |category: |Views: 163

tags: another

Conversation-per-Business-Transaction(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 4 months ago

NHibernate's session handling pattern (to work especially in WPF and winForm application but useful in some other advanced scenario in WEB) read more...

add a comment |category: |Views: 180

tags: another

C# Design Patterns - Abstract Factory Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 4 months ago

We’ll be continuing on with our fictional city council that has commissioned us to develop an application that lets them manage their yearly dog registrations. Since the application is all about managing dogs and their owners it makes sense to have a DogFactory class that will create the different breeds of dogs that will be stored in the application. read more...

add a comment |category: |Views: 651

tags: another

When Should I Write Tests?(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 5 months ago

The definitive answer to a question that comes up all the time... read more...

2 comments |category: |Views: 494

tags: another

Taking a look at the various ways to implement Binding in Asp.Net MVC(dimecasts.net)

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

A short screen casts that takes a look at the various ways to implement Binding in Asp.Net MVC read more...

add a comment |category: |Views: 278

tags: another

NHibernate Profiler: A guided tour(ayende.com)

submitted by bennagebennage(1150) 3 years, 6 months ago

Ayende provides an introduction to his upcoming tools for analyzing NHibernate usage. read more...

1 comment |category: |Views: 281

tags: another

Setting up Castle Windsor for Auto Registration(dimecasts.net)

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

A short screencast on how to set up Castle Windsor for Auto Registration by using convention based registration. read more...

add a comment |category: |Views: 222

tags: another