New VB.NET Interview Questions :: ALLInterview.com http://www.allinterview.com New VB.NET Interview Questions en-us Where would you use Abstract class and Interface? http://www.allinterview.com/showanswers/99726.html You can offer the best of both worlds, an interface and an abstract class. Implementors can ignore your abstract class if they choose. The only drawback of doing that is calling methods via their interface name is slightly slower than calling What is difference between Abstract Class and Interface? http://www.allinterview.com/showanswers/99725.html If a class has one abstract method ,the class has to be an abstract class. Methods can be implemented in abstract class. Whereas a interface is like a abstract class...the only difference being that the methods are never implemented in In What is "Friend" in VB.Net? http://www.allinterview.com/showanswers/99724.html Friend access means that elements are accessible only within the program. Friend is the default access modifer for any class that does not have a modifier What is "Polymorphism" and what are Polymorphism in VB.Net? http://www.allinterview.com/showanswers/99723.html I Am Developing A project where I can send Message from One Computer http://www.allinterview.com/showanswers/94622.html thak you Mr Govind for replying to my question. My next question is t http://www.allinterview.com/showanswers/92640.html Write a program to find all text files in a logical drive and return http://www.allinterview.com/showanswers/92100.html what are the advantages and diadvantages of active reports over crys http://www.allinterview.com/showanswers/91202.html active reports has a better performance over crystal reports. because AR or even telerik controls use ajax support not like crystal report and also you can modify the schema file easily at run time. better security. AR is a latest ver hello dear friends my problem is that i want to save images that i http://www.allinterview.com/showanswers/90326.html step1) place one fileUpload control from tool box step2) in it's Button click event If FileUpload1.PostedFile Is Nothing Then Response.Write("no file posted") Else hello thank you for replying to my question regarding adding barco http://www.allinterview.com/showanswers/90324.html what are the difference between An input box and Message box ..? http://www.allinterview.com/showanswers/88931.html By using Inputbox we can input the data for the textbox By using msgbox we can show only the message. hi,everyone. i got a problem in handling linklabels. i've more http://www.allinterview.com/showanswers/88906.html Thank you for replying to my Question regarding Barcodes in VB.net. http://www.allinterview.com/showanswers/86529.html hello! I am developing software in vb6 and vb.net separately wh http://www.allinterview.com/showanswers/85394.html The string will be rendered correctly if you use the right font, there is nothing special about barcodes. Google and download the Free3Of9 font and use that. hi dear ! thank u for replying to my question regarding adding t http://www.allinterview.com/showanswers/85118.html check the database path. u might have mentioned the drive path which works for single computer.But for multiple computers u hav to give application path which should be globally declared and should write in congig file.then u can acess it.