Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
0
Explain various features of object-oriented programming. VB is object based whereas VB.Net is Object oriented. Comment. This question has 0 answers so far.
0
What is the difference between Data Reader and Data Adapter? This question has 0 answers so far.
0
Explain the advantages of CLR. This question has 0 answers so far.
0
Compare HTML controls, Web controls and validation controls that can be added to the web forms. This question has 0 answers so far.
0
What is a session? How is it handled in ASP. Net? This question has 0 answers so far.
0
Write short note on cookies This question has 0 answers so far.
0
Write a program in C-Net to perform addition, subtraction and multiplication on two matrices using classes This question has 0 answers so far.
0
What is Automatic Memory Management? How is managed memory different from unmanaged memory? Explain the process of garbage collection in Net. This question has 0 answers so far.
0
What is Component Object Model (COM)? What are its features? What is the need of interoperability with COM? This question has 0 answers so far.
0
Describe the building blocks of Microsoft Net framework security. What is Code Access Security? This question has 0 answers so far.
0
What is an exception? How is it different from erroe? Differentiate between Structured and unstructured Exception handling, error? This question has 0 answers so far.
0
Explain the compilation and execution process of Net applications. What makes it unique and different from compilation and secution process of applications in other languages? This question has 0 answers so far.
0
Explain the concept of overloading and overriding with suitable examples. This question has 0 answers so far.
0
Write one command each to perform the Display record position actions taking data sct as dataset. This question has 0 answers so far.
0
Write one command each to perform the Move to the previous record actions taking data sct as dataset. This question has 0 answers so far.
0
Write one command each to perform the Fill data set actions taking data set as dataset. This question has 0 answers so far.
0
Differentiate between Data adapter and Data set in ADO.Net. This question has 0 answers so far.
0
What is an assembly? Differentiate between private and shared assembly. This question has 0 answers so far.
0
In what ways is ASP.Net different from ASP? This question has 0 answers so far.
0
Write a short note on STL in C++Net. This question has 0 answers so far.
0
Briefly explain the terms Inherits. Using, Imports in VB.Net. This question has 0 answers so far.
0
What is metadata? What does metadata contain. This question has 0 answers so far.
0
What are constructors? Explain their types. This question has 0 answers so far.
0
Write a program to register a student for a specific course using ADO.Net. This question has 0 answers so far.
0
Write a program in VB.Net to display records using data reader. This question has 0 answers so far.
0
Write a program in VC++ Net to perform basic arithmetic operations. This question has 0 answers so far.
0
Write programs for the Progress Bar in VC++.Net. This question has 0 answers so far.
0
Write programs for the Scroll Bar in VC++.Net. This question has 0 answers so far.
0
Write programs for the .Picture Box in VC++.Net. This question has 0 answers so far.
0
Write programs for the Timer in VC++.Net. This question has 0 answers so far.
0
Write in detail the complete process of executing an ASP.Net page. This question has 0 answers so far.
0
Explain the properties of a webpage and write a program to illustrate ISPOSTBACK property. This question has 0 answers so far.
0
Explain TITML server controls and validation controls in ASP.Net by giving suitable examples. This question has 0 answers so far.
0
Explain ADO.Net architecture in detail. This question has 0 answers so far.
0
Draw a diagram of Net framework and explain its parts. This question has 0 answers so far.
0
Write a program to generate a random number every time on a click of a button. This question has 0 answers so far.
0
Explain constructors and destructors in VB.Net with suitable examples. This question has 0 answers so far.
0
Explain structured and unstructured exception handling with suitable examples. This question has 0 answers so far.
0
Explain the Code Access Security. This question has 0 answers so far.
0
Explain the Common Type System This question has 0 answers so far.
0
Explain the Common Language Specification. This question has 0 answers so far.
0
Explain the Garbage collector. This question has 0 answers so far.
0
Write a program to accept an item from a user and insert it in a listbox if it is not listed already. This question has 0 answers so far.
0
Explain .Net framework with a diagram in detail. This question has 0 answers so far.
0
What are the different datatypes available in .Net? This question has 0 answers so far.
0
Using the syntax/concepts of VB.NET, design a form of student admission system containing fields such as student enrollment No., student Name, student Age, course admitted to using essential controls like Menubar Textbox, labels etc with proper Event Handling and Validations. This question has 0 answers so far.
0
Write short notes on the MSIL. This question has 0 answers so far.
0
Differentiate between validation and verification. Give an example of each. This question has 0 answers so far.
0
Explain the life cycle of a web form page. This question has 0 answers so far.
0
What is a variable and how is it related to data types in VB.net? This question has 0 answers so far.
0
Describe various categories of web controls in ASP.net. This question has 0 answers so far.
0
Explain the ADO.Net model and its components. Describe some commonly used classes for connecting database. This question has 0 answers so far.
0
What are the major components of the Net Framework? Explain theadvantages of .Net Framework. This question has 0 answers so far.
0
Design a form entitled 'AUTHOR DETAILS FORM' containing fields such as Author #,Author Name. Book Title, No. of Books written etc. using the concept syntax of ASP NET, with proper Event Handling mechanism and validation controls. This question has 0 answers so far.
0
Compare and contrast between ASP and ASP NET on the basis of their scalability, security and stability. This question has 0 answers so far.
0
Compare and contrast between VB and VB.NET in terms of their features and applications. This question has 0 answers so far.
0
Describe Code Access Security Model of the .NET Architecture. This question has 0 answers so far.
0
Write short notes on the CLS. This question has 0 answers so far.
0
What are Namespaces? Describe atleast five types/categories of Namespacesused in the NET architecture. This question has 0 answers so far.
0
Discuss/write the ADO NET code snippet to insert the records into the Employee Table containing the columns such as Employee ID, Employee,Name, Salary etc. This question has 0 answers so far.
0
What is ADO.NET? Discuss the ADO.NET object model, highlighting it's salient features. This question has 0 answers so far.
0
What are Assemblies? What are the constituents of Assemblies? This question has 0 answers so far.
0
Name and describe the different ways in which the user can connect to the Database using the ASP.NET. This question has 0 answers so far.
0
What is Exception Handling? What are the different blocks/clauses provided to handle exceptions? Write a program to handle Division by zero problem with the help of writing exception blocks for it. This question has 0 answers so far.
0
What is common Type System (CTS)? Discuss it's importance in context of .NET Architecture, This question has 0 answers so far.
0
Explain any two controls that are capable of managing sets of records when bound to a Data Control This question has 0 answers so far.
0
What is common Language Runtime (CLR) in .NET architecture? Briefly explain it's features? This question has 0 answers so far.
0
Explain the steps that are performed during the compilation and execution of .NET Application. This question has 0 answers so far.
0
How VB.Net is different from VB? Explain in details. This question has 0 answers so far.
0
Write a program in VC++ Net to validate the textbox for alphabets only. This question has 0 answers so far.
0
Write any five notable properties of Page Object with program. This question has 0 answers so far.
0
Describe Single Tier, Two Tier and N Tier Architecture of Net. This question has 0 answers so far.
0
Explain the different methods for maintaining user state. This question has 0 answers so far.
0
Write the differences between C++ and Net version of C++ This question has 0 answers so far.
0
Write a program in VC++.Net to add 2 numbers. This question has 0 answers so far.
0
Write a program to validate a text box for nämbers 1 to 100 using range validator. This question has 0 answers so far.
0
Write the steps for compiling and Delivering the ASP.Net Pages. This question has 0 answers so far.
0
Write the program to upload a file from C: to directory D:\in ASP.Net.. This question has 0 answers so far.
0
Write the differences and similarities between ASP and ASP.Net. This question has 0 answers so far.
0
What are the major components of the NET Framework? This question has 0 answers so far.
0
What do you mean by Exception handling? Write a program for Structured and Unstructured Exception Handling. This question has 0 answers so far.
0
Write a program to connect to a database and display the records in a Datagrid control. This question has 0 answers so far.
0
Differentiate between Dataadapter and datareader with the help of examples. This question has 0 answers so far.
0
Write a program in VB.Net to connect to a database and add a record in the table named STUDENT, taking details from the user. This question has 0 answers so far.
0
Explain the Object Oriented Features in Net. Explain the difference between Overloading and Overnding. This question has 0 answers so far.
0
Create an array containing your five singers. Concatenate the elements of the array into one string and then display them using. This question has 0 answers so far.
0
What is Code Access Security? Give the list of evidence types provided by.NET framework. This question has 0 answers so far.
0
Write short notes on the Assemblies. This question has 0 answers so far.
0
Write short notes on the Namespace. This question has 0 answers so far.
0
Write short notes on the NET language. This question has 0 answers so far.