Omgili - forum search, search forums  
  

Discussions about vb.net compiler

Displaying 1 - 10 out of 2,063 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I'm working on becoming as familiar with C# as I am with VB.NET (the language used at my workplace). One of the best things about the learning process is that by learning about the other language you tend to learn more about your primary language--little...
Started by on , 3 posts by 3 people.  
Omitting WithEvents doesn't block members from raising events, it just stops... .
Assuming the class has public events and we're not modifying it, you can't stop someone from adding an event handler .
In C# you simply wouldn't add a handler for any events .
Does the VB.NET 2008 compiler selectively optimize Select Case Statements? For example, a Select Case Statement with a sufficient quantity of integer cases could be organized as a binary search. I ask this because I am curious whether or not I should ...
Started by on , 3 posts by 3 people.  
Unless this switch is inside a loop which is being executed 1000's (millions?) of times, this is highly unlikely to be ... .
In general, you should worry about code readability and maintainability over and above this sort of performance micro-optimisation .
I'm migrating data from an old laptop to a new laptop, including some vb.net projects in visual studio 2008. But when I try to open some of them on the new laptop, I quickly get a dialog stating that the vb compiler has crashed and asking me if I want...
Started by on , 3 posts by 3 people.  
Not my fault!.
I can finally blame it on the compiler.
Of the bug doesn't cause the C# compiler to crash.
Ask your Facebook Friends
So, Visual studio just started throwing " error BC30037: Character is not valid. " at me (while validating a web site) whenever I use the nullable operator anywhere within one of my VB.NET 3.5 projects. This happened to a colleague some months ago but...
Started by on , 3 posts by 3 people.  
The web site project needs to be instructed which version of the compiler the issue: <system.codedom> <compilers> <compiler language="vb;vbs;visualbasic;vbscript.
I figured it out.
I got a Utility module since VB.NET doesn't have static class like C# and Module is the static class in VB.NET. The reason that I use module is because I'm using the Extension method and it can only be use in Module. I can't reference to this module but...
Started by on , 8 posts by 7 people.  
VB.NET does have static classes, just like in C#, because in VB.NET a Module IS a static other times ....
The VB.NET compiler will take this Public Module CoreModule Dim R As New System.Random are asking.
From Microsoft BASIC.
How can I build a Project programattically in VB.NET ?
Started by on , 5 posts by 5 people.  
The following.
You might also be able to run vbc, which is the VB compiler.
A log file for output.
Hey, how this is written in VB.NET? This was an example I found on http://www.codeproject.com/KB/silverlight/SynchronousSilverlight.aspx . ThreadPool.QueueUserWorkItem(delegate { var channelFactory = new ChannelFactory<ISimpleService>("*"); var ...
Started by on , 3 posts by 3 people.  
To convert that syntax to VB.NET you have to move, since anonymous methods in C# are really....
Good code samples): VB.NET doesn't support anonymous methods, which are supported in C# by using the delegate {} syntax to define an inline method.
To compile my current project, one exe with ~90,000 loc + ~100 DLL's it takes about a half hour or more depending on the speed of the workstation. The build process is one of running devenv from Powershell scripts. This works very well with no problems...
Started by on , 6 posts by 6 people.  
Also, using a fast 10K RPM hard disk makes a big difference... .
You mentioned that getting a faster PC is not an option, but how much memory do you have? 2GB should be the minimum for a developer machine .
There's NAnt , and Cruisecontrol.NET for continuous build.
We have a project for a client that is written in VB.NET. In one of the projects, we have about 100 modules, which are all VERY simple. They're extension methods that convert between object types. Here is a small snippet: Public Module ScheduleExtensions...
Started by on , 4 posts by 4 people.  
Inherently slow about extension method support in the compiler and we have numerous regression tests.
How do I declare "as any" in VB.NET, or what is the equivalent?
Started by on , 6 posts by 6 people.  
VB.NET does not support the as any keyword, VB.NET is a strongly....
You'll need to explicitly specify the type in a Variant) but you can store variables of any type as Object, albeit boxed .
VB.Net doesn't support the "As Any" keyword.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost