Here is an article from MS on how to od the upgrade.
Thankfully, it is a very easy process.
Here is an article from MS on how to od the upgrade.
Thankfully, it is a very easy process.
It looks like I have fallen victim to an asp.net no-no.
I have always used a label in my forms when I want to have some text that is updated by the code behind. Turns out that I should probably be using literals.
Even more, I didn’t even realize that the label object allows you to specify a text element that will gain focus when the label is clicked. Nice.
This site looks really interesting. They seem to have loads of video content, interviews and examples.
The one that got me looking at the site was their video on MVC/MVP pattern.
http://polymorphicpodcast.com/shows/mv-patterns/
I will be checking this out.
Rhino Mocks seems to be one of the most preferred mock frameworks out there.
Phil Haack, CodeBetter and Markitup have article showing how to test events on interfaces (x2) and objects in Rhino Mocks respectively.
They even have some videos up showing some Rhino Mocks stuff.
Haack also has a nice example of using MVP and Rhino Mocks to test some asp.net pages.
Update: Phil Haack has updated his HttpContext Simulator with some new goodies.
Here is an article by Haacked showing how one can create a test friendly httpcontext.
I modified his example some and started using it in some tests; works very nice!
Here is another implementation based on Haack’s example that is supposed to also work with session.
I almost NEVER use session if I can avoid it, but still this could come in handy.
Here is a nice article on Null Object Refactoring, a process where you create a null representation of an object for use when you want to treat the object as null, rather than passing around a truely null object.
This is one of Fowlers refactoring suggestions from his book: Refactoring: Improving the Design of Existing Code and on his site: http://www.refactoring.com/catalog/introduceNullObject.html
There is virtually no information on the internet about how to use these tests.
This is one of the vew pages that actually shows a working example.
This discussion group seems to be mostly dealing with standard unit tests, and winform unit testing.
ScottGu has an article on using LINQ to SQL which is basically going to work like an ORM product shipping in the next version of .net / visual studio called Orca.
http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx
This is good news for those of us who were kinda pissed that Team Foundation Server didn’t come with this type of interface to begin with:
http://blogs.msdn.com/bharry/archive/2007/03/26/microsoft-acquires-teamplain.aspx