Mats codemix

Mats codemix

A little c#, a litte .NET and throw in some c++ and you get a nice Spaghetti

Mats codemix RSS Feed
 
 
 
 

Archive for ASP.NET MVC

ASP.NET MVC Gotcha in AccountControllerTest using october theme

I have downloaded ASP:NET MVC RC1 and begun to follow the Contact Manager tutorials.
I downloaded the October theme.  As per the instructuons in this tutorial i copied the theme directories to my MVC-solution.
The theme worked ok but i got a lot of compilation errors in the AccountControllerTest.cs :
Error    17    The type or namespace name ‘IMembershipService’ [...]

Powershell-script to find files not having specified text

I had the need to find files “not containing” a certain text.
I scanned the web and found all and nothing. A few dedicated search tools and editors (some payware and some free).
Since i use powershell a lot in my work i wanted to use that environment. Finding a file based on a certain text [...]