¡@

Home 

c# Programming Glossary: vb.net

Why is there not a ForEach extension method on the IEnumerable interface?

http://stackoverflow.com/questions/101265/why-is-there-not-a-foreach-extension-method-on-the-ienumerable-interface

. Is there a reason why it's missing performance c# .net vb.net extension methods share improve this question There is already..

What are the most important functional differences between C# and VB.NET?

http://stackoverflow.com/questions/11632/what-are-the-most-important-functional-differences-between-c-sharp-and-vb-net

distinctions exist There are some differences right c# vb.net comparison share improve this question The linked comparisons..

Custom Compiler Warnings

http://stackoverflow.com/questions/154109/custom-compiler-warnings

to generate compiler warnings in visual studio. c# .net vb.net attributes compiler warnings share improve this question ..

When should I use a List vs a LinkedList

http://stackoverflow.com/questions/169973/when-should-i-use-a-list-vs-a-linkedlist

it better to use a List Of T vs a LinkedList Of T c# .net vb.net data structures linked list share improve this question I..

CSV File Imports in .Net [closed]

http://stackoverflow.com/questions/1898/csv-file-imports-in-net

a strongly typed data structure Again simple better. c# vb.net file csv import share improve this question Check out FileHelpers..

Reading PDF content with itextsharp dll in VB.NET or C#

http://stackoverflow.com/questions/2550796/reading-pdf-content-with-itextsharp-dll-in-vb-net-or-c-sharp

My PDF may include Plain text or Images of the text. c# vb.net pdf itextsharp share improve this question using iTextSharp.text.pdf..

How to enable assembly bind failure logging (Fusion) in .NET

http://stackoverflow.com/questions/255669/how-to-enable-assembly-bind-failure-logging-fusion-in-net

assembly bind failure logging Fusion in .NET c# .net vb.net binding assemblies share improve this question Add the following..

Setting Objects to Null/Nothing after use in .NET

http://stackoverflow.com/questions/2785/setting-objects-to-null-nothing-after-use-in-net

a mixture of opinions so any comments are useful. c# .net vb.net memory memory management share improve this question Karl..

Why is Dictionary preferred over hashtable?

http://stackoverflow.com/questions/301371/why-is-dictionary-preferred-over-hashtable

over hashtables. What are the reasons behind that c# .net vb.net data structures share improve this question FWIW a Dictionary..

.NET Global exception handler in console application

http://stackoverflow.com/questions/3133199/net-global-exception-handler-in-console-application

currentDomain seems not to work .NET 2.0 c# .net vb.net console console application share improve this question ..

How to get ALL child controls of a Windows Forms form of a specific type (Button/Textbox)?

http://stackoverflow.com/questions/3419159/how-to-get-all-child-controls-of-a-windows-forms-form-of-a-specific-type-button

ctrl In Me.Controls Where ctrl.GetType Is Textbox c# .net vb.net winforms share improve this question Here's another option..

Best Free Controls for .NET [closed]

http://stackoverflow.com/questions/361271/best-free-controls-for-net

there for .NET both Winforms and Webforms c# .net asp.net vb.net controls share improve this question Winforms Development..

Get File Icon used by Shell

http://stackoverflow.com/questions/462270/get-file-icon-used-by-shell

it would be useful to have archived here on SO. c# .net vb.net shell icons share improve this question Imports System.Drawing..

There is a Default instance of form in VB.Net but not in C#, WHY?

http://stackoverflow.com/questions/4698538/there-is-a-default-instance-of-form-in-vb-net-but-not-in-c-why

to this.If you do find then please give a link to it. c# vb.net winforms default instance share improve this question This..

How can I insert an image into a RichTextBox?

http://stackoverflow.com/questions/542850/how-can-i-insert-an-image-into-a-richtextbox

way Is there any more straightforward thing I can do c# vb.net image richtextbox rtf share improve this question The most..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

solution to my problem using C# or VB.NET Thanks c# vb.net pdf ms word share improve this question Here is a modification..

ObservableCollection Doesn't support AddRange method, so I get notified for each item added, besides what about INotifyCollectionChanging?

http://stackoverflow.com/questions/670577/observablecollection-doesnt-support-addrange-method-so-i-get-notified-for-each

adding multiple objects at once and getting notified c# vb.net observablecollection addrange inotifycollectionchanged share..

Single Form Hide on Startup

http://stackoverflow.com/questions/70272/single-form-hide-on-startup

form on load without something messy. Any suggestions c# vb.net winforms share improve this question I'm coming at this.. I'm coming at this from C# but should be very similar in vb.net. In your main program file in the Main method you will have..

Should I store my images in the database or folders? [duplicate]

http://stackoverflow.com/questions/713243/should-i-store-my-images-in-the-database-or-folders

talking about Any ideas guys Regards Etienne c# asp.net vb.net image file share improve this question I've done it both..

Good way to convert VB.Net to C#? [closed]

http://stackoverflow.com/questions/756590/good-way-to-convert-vb-net-to-c

to C# Converter Download3000 VB.Net to C# Converter c# vb.net code conversion share improve this question I have had good..

Problem with converting int to string in Linq to entities

http://stackoverflow.com/questions/1066760/problem-with-converting-int-to-string-in-linq-to-entities

c.Name Is there anyway I can achieve this Note that in VB.NET there is no problem use the first snippet it works just great..

What are the most important functional differences between C# and VB.NET?

http://stackoverflow.com/questions/11632/what-are-the-most-important-functional-differences-between-c-sharp-and-vb-net

the most important functional differences between C# and VB.NET Certainly there's the difference in general syntax but what..

Why does C# not provide the C++ style 'friend' keyword?

http://stackoverflow.com/questions/203616/why-does-c-sharp-not-provide-the-c-style-friend-keyword

never read anything as to why this was left out of C# and VB.NET . Most answers to this earlier StackOverflow question seem to..

Reading PDF content with itextsharp dll in VB.NET or C#

http://stackoverflow.com/questions/2550796/reading-pdf-content-with-itextsharp-dll-in-vb-net-or-c-sharp

PDF content with itextsharp dll in VB.NET or C# How can I read PDF content with the itextsharp with the..

Setting Objects to Null/Nothing after use in .NET

http://stackoverflow.com/questions/2785/setting-objects-to-null-nothing-after-use-in-net

in .NET Should you set all the objects to null Nothing in VB.NET once you have finished with them I understand that in .NET it..

In .NET, which loop runs faster, 'for' or 'foreach'?

http://stackoverflow.com/questions/365615/in-net-which-loop-runs-faster-for-or-foreach

.NET which loop runs faster 'for' or 'foreach' In C# VB.NET .NET which loop runs faster for or foreach Ever since I read..

Is there a VB.NET equivalent for C#'s ?? operator?

http://stackoverflow.com/questions/403445/is-there-a-vb-net-equivalent-for-cs-operator

there a VB.NET equivalent for C#'s operator Is there a VB.NET equivalent for.. there a VB.NET equivalent for C#'s operator Is there a VB.NET equivalent for C#'s operator c# vb.net operators null coalescing..

There is a Default instance of form in VB.Net but not in C#, WHY?

http://stackoverflow.com/questions/4698538/there-is-a-default-instance-of-form-in-vb-net-but-not-in-c-why

This was added back to the language in the version of VB.NET that came with VS2005. By popular demand VB6 programmers had.. adding properties and methods to the global namespace like VB.NET does. You can add a bit of glue to your form code like this.. in your code just like you could use Form2 in VB.NET. The code in the if statement of the property getter should..

Use of Application.DoEvents()

http://stackoverflow.com/questions/5181777/use-of-application-doevents

let the user shoot hers. The next versions of C# and VB.NET will provide a different gun with the new await and async keywords...

Print Pdf in C#

http://stackoverflow.com/questions/5566186/print-pdf-in-c-sharp

mentioned here Reading PDF content with itextsharp dll in VB.NET or C# then print it. If so how c# .net pdf printing share..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

free programmatic solution to my problem using C# or VB.NET Thanks c# vb.net pdf ms word share improve this question..

How to read data of an Excel file using C#?

http://stackoverflow.com/questions/657131/how-to-read-data-of-an-excel-file-using-c

o null To be frank this stuff is much easier if you use VB.NET. It's in C# because I didn't write it. VB.NET does option parameters.. if you use VB.NET. It's in C# because I didn't write it. VB.NET does option parameters well C# does not hence the Type.Missing...

ObservableCollection Doesn't support AddRange method, so I get notified for each item added, besides what about INotifyCollectionChanging?

http://stackoverflow.com/questions/670577/observablecollection-doesnt-support-addrange-method-so-i-get-notified-for-each

is too narrow to contain my code I don't like it either. VB.NET Imports System.Collections.Specialized Namespace System.Collections.ObjectModel..

ExecuteReader requires an open and available Connection. The connection's current state is Connecting

http://stackoverflow.com/questions/9705637/executereader-requires-an-open-and-available-connection-the-connections-curren

ADO.NET objects at all. Don't make them static shared in VB.NET Always create open in case of Connections use close and dispose..

Why is Multiple Inheritance not allowed in Java or C#?

http://stackoverflow.com/questions/995255/why-is-multiple-inheritance-not-allowed-in-java-or-c

mean for languages that don't want this concept presumably VB.NET for example . Of course that's the business we are in as a common..

Converting C# knowledge to VB.NET any potential problems?

http://stackoverflow.com/questions/1337253/converting-c-sharp-knowledge-to-vb-net-any-potential-problems

share improve this question If you are approaching VB.Net with the mindset of C# it's best to set the following options.. On This essentially removes the late binding semantics of VB.Net and forces it to be a strictly typed language. This will make.. closer to C# semantic wise still not exact by any means . VB.Net has Lambda Expression and hence Closure support starting with..

Checking network status in C#

http://stackoverflow.com/questions/314213/checking-network-status-in-c-sharp

contact a specific ip address in c# I have seen example in VB.Net but they all use the 'My' structure. Thank you. c# .net network..

There is a Default instance of form in VB.Net but not in C#, WHY?

http://stackoverflow.com/questions/4698538/there-is-a-default-instance-of-form-in-vb-net-but-not-in-c-why

is a Default instance of form in VB.Net but not in C# WHY I'm just curious to know that there is The.. like this Only method Form1 frm new Form1 frm.Show But in VB.Net we have both ways to do it 'First common method used slash because.. i mentioned above the Form name is the Default instance in VB.Net. But we also know that Form1 is a class defined in Designer..

With block equivalent in C#?

http://stackoverflow.com/questions/481725/with-block-equivalent-in-c

block equivalent in C# I know VB.Net and am trying to brush up on my C#. Is there a With block equivalent..

Should we select VB.NET or C# when upgrading our legacy applications? [closed]

http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications

to use C#. There are some merits to that. On the one hand VB.Net will provide a more familiar syntax and there is the occasional.. worse code as a result because they didn't understand how VB.Net was different. The important thing to take away from this is.. you should choose C# but that whether you choose C# or VB.Net you need to treat it like you're learning a whole new language...

How to implement full row selecting in GridView without select button?

http://stackoverflow.com/questions/6250545/how-to-implement-full-row-selecting-in-gridview-without-select-button

this.GridView1 Select e.Row.RowIndex VB.Net Private Sub GridView1_RowCreated ByVal sender As Object ByVal..

Good way to convert VB.Net to C#? [closed]

http://stackoverflow.com/questions/756590/good-way-to-convert-vb-net-to-c

way to convert VB.Net to C# closed Are there any good conversion tools out there.. Are there any good conversion tools out there to convert VB.Net code to C# FREE developerFusion Telerik CodeConverter SharpDevelop.. SharpDevelop PAID VBConversions Vbconversions VB.Net to C# Converter Download3000 VB.Net to C# Converter c# vb.net..

Converting C# knowledge to VB.NET any potential problems?

http://stackoverflow.com/questions/1337253/converting-c-sharp-knowledge-to-vb-net-any-potential-problems

in C# but we got a requirement to write a project in VB.net. How hard would it be to think in C# and on the fly convert.. you list the issues that we can come across I heard that VB.net doesn't have closures. Is that still true for .net 3.5 c# .net..

Interview question on C# and VB.net similarities/differences [closed]

http://stackoverflow.com/questions/14775/interview-question-on-c-sharp-and-vb-net-similarities-differences

question on C# and VB.net similarities differences closed I have been a VB.net developer.. and VB.net similarities differences closed I have been a VB.net developer for a few years now but I am currently applying to.. been told that at least one of the companies doesn't want VB.net developers. I have been looking online trying to find real differences..

Multiple Inheritance in C#

http://stackoverflow.com/questions/178333/multiple-inheritance-in-c-sharp

have not concluded how it would inter operate between C# VB.net and the other languages yet not because it would make source..

Using 256 x 256 Vista icon in application

http://stackoverflow.com/questions/220465/using-256-x-256-vista-icon-in-application

icon and show it in a picture box on a form. I am using VB.net but answers in C# are fine. I'm thinking I may have to use reflection...

Remove surrounding whitespace from an image

http://stackoverflow.com/questions/248141/remove-surrounding-whitespace-from-an-image

of pixels contains one non white pixel etc. Code in C# or VB.net would be appreciated. Thanks Kyle Edit If anyone would like..

Turning tracing off via app.config

http://stackoverflow.com/questions/4144394/turning-tracing-off-via-app-config

.net Diagnostics best practices Logging best practices VB.net What's the best approach to logging Does the .Net TraceSource..

VB.net equivalent of C# Property Shorthand?

http://stackoverflow.com/questions/460027/vb-net-equivalent-of-c-sharp-property-shorthand

equivalent of C# Property Shorthand Is there a VB.net equivalent.. equivalent of C# Property Shorthand Is there a VB.net equivalent to the C# public string FirstName get set I know..

What are the differences between C#.net and Visual Basic.net?

http://stackoverflow.com/questions/523722/what-are-the-differences-between-c-net-and-visual-basic-net

C#.net and Visual Basic.net I have a small experience in VB.net and I would like to learn C#.net What are the differences between.. like to learn C#.net What are the differences between VB.net and C#.net Is there any difference in performance between these..

What's the @ in front of a string in C#?

http://stackoverflow.com/questions/556133/whats-the-in-front-of-a-string-in-c

a string in C# This is a .NET question for C# or possibly VB.net but I am trying to figure out what's the difference between..

Should I store my images in the database or folders? [duplicate]

http://stackoverflow.com/questions/713243/should-i-store-my-images-in-the-database-or-folders

images are saved in the database I am using ASP.NET with VB.net. Click here to view what i am talking about Any ideas guys Regards..

Implicit typing; why just local variables?

http://stackoverflow.com/questions/824739/implicit-typing-why-just-local-variables

Adding a menu item to Windows Explorer right click context menu in C#

http://stackoverflow.com/questions/8689225/adding-a-menu-item-to-windows-explorer-right-click-context-menu-in-c-sharp

please provide me code in either of these languages VB VB.net C C or any other. c# windows menu context explorer share..

What is the best C# to VB.net converter?

http://stackoverflow.com/questions/88359/what-is-the-best-c-sharp-to-vb-net-converter

is the best C# to VB.net converter While searching the interweb for a solution for my.. While searching the interweb for a solution for my VB.net problems I often find helpful articles on a specific topic but..

How to use c# Dll in vc++?

http://stackoverflow.com/questions/980808/how-to-use-c-sharp-dll-in-vc

code that you want regardless of whether it was written in VB.net C# or C CLI. This is by far the easiest way to do what you want..