There is a documentation facility in C# (If you comment
using ///This is my comment/// u can generate a document
using Commands . I think this option is not in VB.NET
There is no Performance difference in BOTH Since both are
running under CLR
VB.NET also doesn't support operator overloading. Due to
unsafe code.
And
VB.NET instantly compiled our code, help in small
development work and disadvantage is it cause slightly delay
in case of Large Development.
Dear Konthanppan ,
Comment related point stated by you is not true as VB.net
provides it with ''' in replacement of /// in C#.
One big point is
In VB.NET "SHARED CLASS" can be created but in C# Static
class is not possible.
hello friends,
I have created a animated button in VB.NET. As its dll file
coding can be viewed and also copied to some other location.
So my question is how can I protect the Dll file of the
animated button so that noone can access it. Any idea about
this????????
Thanks
Rekha
I want to reduce my CPU Usage when I am querying the
Database for records. Now my Winform App(in VB.Net)
suddenly Jumps to 100% CPU Usage when i query for records
from sql server database. I want this Usage to be less. Any
help is appreciated