Browse by Tags

All Tags » .NET » VS.NET (RSS)
Daniel Cazzulino had a very helpful post about how to mock extension methods . The only part I don’t like about this method is the fact you have to make internals visible to the test assembly using an assembly directive: [assembly: InternalsVisibleTo...
Posted by Sean Feldman | with no comments
Filed under: , ,
Ok, so I was really upset and spilled a bit more than probably should have to. ScottGu has picked my desperate yell from the blog and suggested a help (2nd time I believe - 1st one occurred when .NET 2.0 SP1 has broken our production web sites, wow, he...
Posted by Sean Feldman | 3 comment(s)
Filed under: , ,

SP1

As you probably know, the all new and shiny SP1 for both .NET framework and VS.NET 2008 are out. So I waited a bit, saw that other developers are accepting it and installed it. Great, worked smooth. Till I dared to restart. After that VS.NET 2008 designer...
Posted by Sean Feldman | 7 comment(s)
Filed under: , ,
I used to be a big fan of Assembly (x86) in the past when doing graphics for the ancient 320x200x256 and later when lecturing about 80x86 to practical engineers. These days I don't do that anymore, but I think knowing the basics does make sense. This...
Posted by Sean Feldman | with no comments
Filed under: ,
More Posts