FUTURE POSTS
- Partial writes, IO_Uring and safety - about one day from now
- Configuration values & Escape hatches - 5 days from now
- What happens when a sparse file allocation fails? - 7 days from now
- NTFS has an emergency stash of disk space - 9 days from now
- Challenge: Giving file system developer ulcer - 12 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
Comments
Shall I rejoice?
So you're going to build VB.NET support later after you have your dinner then? Please don't. I have a hard enough time explaining mocks to the C#'ers.
Bil,
Rhino Mocks works with VB.Net
I even gave a talk about it (and TDD in general) in the VBUG in Israel.
It is just that VBC can't handle passing a void to a delegate.
is the .Open method the delegate you want to pass?
The Open() method is a the IDbconnection.Open() method, it is not a valid syntax, the compiler show issue an error, not crash
That's awesome! And yet another reason my company should switch to C#.
:P
Thanks for the clarification. What do I know, from a guy who doesn't do VB.NET. Hey, as long as it doesn't crash my C# code I'm putting blinders on to this one ;)
Crashing visual studio is no big achievement. I can do it, for example, by simply opening SQL Server Management Studio. Oh, and my big disappointment of last week: TFS database unit tests will no longer run on my machine.
Sigh. I can't wait for Orcas to be released. It can't be any worse than VS.Net 2005.
(I think my problems are related to running the product in a 64-bit environment, since my home 32-bit environment is perfectly stable)
Comment preview