tagged [vb.net]
another way to publish besides clickonce?
another way to publish besides clickonce? does vb.net have a different way to build an application without using clickonce?
What is the best way to clear an array of strings?
What is the best way to clear an array of strings? What is the best way to clear an array of strings?
Convert to UCS2
Convert to UCS2 Is there any function in Vb.net (or C#) that encodes a string in UCS2? Thanks
- Modified
- 9 Aug at 08:15
How to make String.Contains case insensitive?
How to make String.Contains case insensitive? How can I make the following case insensitive?
- Modified
- 10 Jul at 06:35
Is C# code faster than Visual Basic.NET code?
Is C# code faster than Visual Basic.NET code? Is C# code faster than Visual Basic.NET code, or that is a myth?
IntPtr vs UIntPtr
IntPtr vs UIntPtr This should be simple: I see everywhere people use `IntPtr`, is there any reason I should use `UIntPtr` instead?
center MessageBox in parent form
center MessageBox in parent form Is there a easy way to center MessageBox in parent form in .net 2.0
- Modified
- 13 Nov at 23:15
How to enable assembly bind failure logging (Fusion) in .NET
How to enable assembly bind failure logging (Fusion) in .NET How do I enable assembly bind failure logging (Fusion) in .NET?
- Modified
- 13 May at 17:50
What's the difference between XElement and XDocument?
What's the difference between XElement and XDocument? What is the difference between `XElement` and `XDocument` and when do you use each?
What is the equivalent of |= in Visual Basic?
What is the equivalent of |= in Visual Basic? What is the equivalent of the |= operator in Visual Basic? For example (C#): `flags |= MyEnum.SomeFlag`
Create a new txt file using VB.NET
Create a new txt file using VB.NET How do I create an empty `.txt` file in the location `C:\my files\2010` using VB.NET?
- Modified
- 13 May at 11:30
How do I get my C# program to sleep for 50 milliseconds?
How do I get my C# program to sleep for 50 milliseconds? How do I get my C# program to sleep (pause execution) for 50 milliseconds?
vb.net - Functions and Arbitrary typed Generics
vb.net - Functions and Arbitrary typed Generics Is there a way to create a function/sub signature that accepts an arbitrary typed generic in vb.net.
Why is Dictionary preferred over Hashtable in C#?
Why is Dictionary preferred over Hashtable in C#? In most programming languages, dictionaries are preferred over hashtables. What are the reasons behind that?
- Modified
- 6 Mar at 00:56
Difference between BackgroundWorker and System.Threading.Thread
Difference between BackgroundWorker and System.Threading.Thread What is the difference between creating a thead using BackgroundWorker and creating a thread using System.Threading.Thread?
- Modified
- 24 Oct at 19:41
Print to DotNetNuke Event Log/Viewer
Print to DotNetNuke Event Log/Viewer For debugging purposes, how can I print to the event log/viewer in DotNetNuke, using VB.NET or C#?
- Modified
- 11 Jan at 14:19
Examples of Immutable Types in .Net
Examples of Immutable Types in .Net We know the concept of immutability but need to know few immutable types other than - - Are there more?
- Modified
- 10 Feb at 03:49
With block equivalent in C#?
With block equivalent in C#? I know VB.Net and am trying to brush up on my C#. Is there a `With` block equivalent in C#?
Get MAC Address when network adapter is disabled?
Get MAC Address when network adapter is disabled? Is there any way i can retrieve MAC Address when Network Adapter is disabled in .net? Thanks in advance,
How can I get the current local hostname using C# or VB.NET?
How can I get the current local hostname using C# or VB.NET? I need to get the host name currently running the application. Any idea?
ASP.NET How to get List of Groups in Active Directory
ASP.NET How to get List of Groups in Active Directory How can I get a full list of Groups in my Active Directory?
- Modified
- 10 Mar at 03:25
What is a IRepository and what is it used for?
What is a IRepository and what is it used for? What is a IRepository? Why is it used, brief and simple examples won't hurt.
- Modified
- 24 Dec at 23:28
web.config batch="false"
web.config batch="false" What is the purpose of adding the batch="false" in the compilation tag in ASP.NET 1.1?
- Modified
- 3 Mar at 14:4