KyaPoocha.com

Huge Collection of Interview Questions


‘VB.NET Interview Questions’ - KyaPoocha.com

Explain about the Asc function? 

According to the first letter in a string it returns the ANSI code relevant to that first letter. If string is not present then a runtime error occurs. Asc function... Read more »

Explain about arrays in VB Script? 

Arrays in VB Script should be assigned within the variant separated by a comma. If arguments are not specified then the string is regarded as empty. After specifying... Read more »

Explain about scrrun.dll? 

Scripting Runtime library is very important for the functioning of Visual basic script because it gives much more functionality such as File management, text operations... Read more »

Explain about the functionality of VB Script? 

Active X technology can be used to give much more functionality to VB Script. VB provides sub routines, functions, string manipulation, data/time, error handling,... Read more »

How’s anchoring different from docking ? 

Anchoring treats the component as having the absolute size and adjusts its location relative to the parent form. Docking treats the component location as absolute... Read more »

What’s the safest way to deploy a Windows Forms app ? 

Web deployment: the user always downloads the latest version of the code; the program runs within security sandbox, properly written app will not require additional... Read more »

How can you save the desired properties of Windows Forms application ? 

config files in .NET are supported through the API to allow storing and retrieving information. They are nothing more than simple XML files, sort of like what .ini... Read more »

Can you write a class without specifying namespace? Which namespace does it belong to by default ? 

Yes, you can, then the class belongs to global namespace which has no name. For commercial products, naturally, you wouldn’t want global namespace.  Read more »

How can I return from within a T-SQL the list of all available character sets and code pages ? 

You can use the xp_enumcodepages undocumented extended stored procedure to return the list of all available character sets and code pages. This extended stored procedure... Read more »

How can I restore the user databases after reinstall SQL 7.0/2000 ? 

The RESTORE DATABASE permission cannot be granted or revoked. If you need to grant to the user the restore permission, add the user to the dbcreator fixed server... Read more »

How can I change the object owner ? 

 Read more »

How do I go about using/changing my settings to use the SANs protocol ? 

SAN - is the System Area Network protocols, which supported under SQL Server 2000 Enterprise Edition only and built using the Virtual Interface Architecture (VIA).... Read more »

How to determine the service pack currently installed on SQL Server ? 

 Read more »

Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan ? 

 Read more »

How can I view the SQL Server transaction log ? 

See these articles from Microsoft about Access to SQL Server migration: Migrating Your Microsoft Access Database to SQL Server 7.0 White Paper Migrating Your Access... Read more »

Page 3 of 7«12345»...Last »