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
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
RavenDB 7.1: Next-Gen Pagers - 5 days from now
RavenDB 7.1: Write modes - 7 days from now
RavenDB 7.1: Reclaiming disk space - 9 days from now
RavenDB 7.1: Shared Journals - 12 days from now
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 03 Feb 2025 - Giving file system developer ulcer
Answer
(13): 22 Jan 2025 - What does this code do?
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