c#-to-vb.net
Multiassignment in VB like in C-Style languages
Is there a way to perform thi开发者_StackOverflow中文版s in VB.NET like in the C-Style languages:[详细]
2022-12-21 02:01 分类:问答Delegates in VB - how to from C#?
I\'m stuck on converting this C# code to VB: AsyncHelpers.Async.Do(delegate { WriteStuff(\"additional stuff...\"); });[详细]
2022-12-20 19:19 分类:问答Overriding Events in VB
Is there a way to translate this code in VB? Most of it is easy, but I can\'t figure out a way to override the event handler.[详细]
2022-12-20 10:40 分类:问答What would be the equivalent VB.NET code for this C# FluentNHibernate component mapping?
I\'m a C# programmer constrained to write VB.NET code. While exploring NHibernate further for my current client, I encountered FluentNHibernate, which I find real attractive.[详细]
2022-12-19 09:07 分类:问答Need help translating C# to VB
I am looking at this blo开发者_开发知识库g, and I am trying to translate the snippet to VB. I\'m having difficulties with this line:[详细]
2022-12-18 13:10 分类:问答C#.net to Vb.net
I was trying to convert some C# code t开发者_Go百科o Vb.net but there was a variable with an asterisk, which apparently VB.net doesn\'t support. (pointer variables I think they were called, were it re[详细]
2022-12-16 01:50 分类:问答Why use System.Threading.Interlocked.Decrement instead of minus?
I converted some c# code to vb.net and 开发者_运维技巧the converter.telerik.com turned this: i--;[详细]
2022-12-12 20:17 分类:问答Adding a parameter to a FindAll for a Generic List in VB.NET
Excellent question and useful looking answers at: Adding a parameter to a FindAll for a Generic开发者_JAVA百科 List in C#[详细]
2022-12-12 05:01 分类:问答How to insert values into VB.NET Dictionary on instantiation?
Is there a way that I can insert values into a VB.NET Dictionary when I create it? I can, but don\'t want to, do dict.Add(int, \"string\") for each item.[详细]
2022-12-10 21:28 分类:问答EnqueueCallback in VB.net
I would like to perform a unit test in Silverlight, with VB.net. I have read an example of how to perform an asynchronous test (http://j开发者_运维知识库onas.follesoe.no/UnitTestingAsynchronousSilver[详细]
2022-12-10 02:52 分类:问答