What is code security?
How to view an assembly?
What are all the differences between dispose and finalize()?
Allowed program to auto-correct the database when loading a presentation.
Described strong typing
Why Datareader is useful?
Explain the difference between int and int32?
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
Tell me which namespace are used for accessing the data?
I'm unable to open a .hlp file using vb.net application.
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
What is the significance of delegates. Where should they be used?
what is the root namespace for all types?