keluvel

Stories kicked by keluvel

Unit Tests to the rescue(devlicio.us)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Today started off in a bad, bad way. Because of some issues I had earlier in the week with my source control repository (SCR) I was doing a ton of work offline. Today I was able to regain access to my SCR I decided to do a full get. I was fully expecting SourceOffSite (crappy overlay tool on top of VSS -- BTW, VSS is the devil) to prompt me for conflicts or do merges...... NOPE read more...

add a comment |category: |Views: 3

tags: another

October 2nd Links: ASP.NET, ASP.NET MVC, ASP.NET Dynamic Data(weblogs.asp.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 7 months ago

Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...

1 comment |category: |Views: 209

tags: another

Introduction to NHibernate: Setting up your Mappings(dimecasts.net)

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

A short screencast performing an Introduction to NHibernate: Setting up your Mappings read more...

1 comment |category: |Views: 149

tags: another

Access JavaScript variables on PostBack using ASP.NET Code(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

1 comment |category: |Views: 576

tags: another

Visual Studio Snippet Designer(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 7 months ago

Matthew Manela, an engineer on our Online Tools team, has created and released a free, community-based tool called the Snippet Designer. His tool is a Visual Studio add-in that allows you to create and edit snippets from inside the IDE. read more...

3 comments |category: |Views: 371

tags: another

Thought Driven Development a Methodology of Abile Development(littletutorials.com)

submitted by contourcontour(490) 3 years, 7 months ago

Warning: This is a rant against TDD extremism! Sensitive TDD people better step out of this dark sleazy communist place right now! Why do I pick on TDD? Because it makes no sense. The development and design shall be driven by thought not by test. Yes some people are able to “think” better about their problems while using TDD. Kudos to them! But not all people are alike. read more...

5 comments |category: |Views: 222

tags: another

ASP.NET MVC Request Flow(codethinked.com)

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

I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. read more...

1 comment |category: |Views: 876

tags: another

Silverlight Stock Portfolio(silverlightshow.net)

submitted by iiordanoviiordanov(350) 3 years, 7 months ago

As Silverlight approaches its official version 2 release, the hype for Microsoft’s powerful web development platform is certainly building. Through the many beta versions there have been countless changes, so some developers have shied from fully embracing Silverlight. Silverlight has many powers that are not often explored, and in this past week I’ve created this comprehensive tutorial to pull together a series of interesting findings on the subtleties of Silverlight 2. We will walk through creating a Stock Portfolio Manager – very much a real-world application – and in turn get up to speed on everything this amazing tool has to offer... read more...

add a comment |category: |Views: 117

tags: another

Testing ASP.NET MVC using Typemock AAA Syntax(itscommonsensestupid.blogspot.com)

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

AAA syntax stands for Arrange, Act and Assert . It is a way to make a test readable, maintainable and convenient. In this post I am going to show you how can we test ASP.NET MVC code by using Typemock's AAA syntax. AAA ensures the separation of concern for unit test code. read more...

add a comment |category: |Views: 10

tags: another

How Do Locks Lock?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 7 months ago

A detailed explanation of how a locks like ReaderWriterLockSlim really work. read more...

1 comment |category: |Views: 341

tags: another

Using the Image control in Silverlight(silverlightshow.net)

submitted by iiordanoviiordanov(350) 3 years, 7 months ago

In this tutorial we will provide brief introduction in the usage of the image control. It’s not very complicated, but there are a few interesting things we can find out about it. ... read more...

add a comment |category: |Views: 23

tags: another

WPF Binding Converter Best Practices Continued (dev102.com)

submitted by razamitrazamit(4566) 3 years, 8 months ago

A sequel to the lates article about WPF Binding Converters read more...

add a comment |category: |Views: 199

tags: another

F# at Code Camp 10 In Waltham, MA(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Richard Minerich presented functional programming and concurrency in F# at Code Camp in Massachusetts read more...

add a comment |category: |Views: 61

tags: another

MassTransit 0.3 Released(lostechies.com)

submitted by adminjewadminjew(1490) 3 years, 8 months ago

Last night, Dru and I released version 0.3 of MassTransit. This is a pretty hefty milestone release with a lot of new functionality. I'm going to run down a list of some of the new features that made it into this version. read more...

add a comment |category: |Views: 16

tags: another

“Shield” Yourself from Animation Problems in Silverlight VSM(blogs.vertigo.com)

submitted by JemmJemm(9604) 3 years, 8 months ago

"While working on Vertigo's high definition video player for the Democratic National Convention, our team encountered some challenges with Silverlight 2 Beta 2's Visual State Manager. In this post, I'll discuss how we overcame these challenges, and our solution to make working with VSM simple, quick, and easy." read more...

add a comment |category: |Views: 38

tags: another

TypeLibBuilder.exe Frequent Crashes in Visual Studio 2008 FIX(korayem.net)

submitted by korayemkorayem(1240) 3 years, 8 months ago

I first thought it was due to ASP.NET MVC being still in alpha phase (using preview 5) but the root-cause was something not related to .net or windows or anything! read more...

add a comment |category: |Views: 189

tags: another