0% found this document useful (0 votes)
53 views2 pages

B3.5-R4: VISUAL PROGRAMMING January, 2012 1

The document discusses various topics related to visual programming in .NET including: 1. Supporting multiple languages in .NET through method overriding with an example. 2. DataSet and DataReader differences - DataSet allows updating changes while DataReader is read-only but faster. 3. URL rewriting for session management in ASP.NET, validation controls provided, and differences between Redirect and Server Transfer.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views2 pages

B3.5-R4: VISUAL PROGRAMMING January, 2012 1

The document discusses various topics related to visual programming in .NET including: 1. Supporting multiple languages in .NET through method overriding with an example. 2. DataSet and DataReader differences - DataSet allows updating changes while DataReader is read-only but faster. 3. URL rewriting for session management in ASP.NET, validation controls provided, and differences between Redirect and Server Transfer.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

B3.5-R4: VISUAL PROGRAMMING January, 2012 1. a) b) c) d) e) f) g) 2. a) b) c) How is .NET able to support multiple languages? What is Method Overriding?

Explain with an example. What is web.config? How many web.config files can be allowed to be used in an application? Is VB.NET object oriented? How can we achieve inheritance in VB.NET? What are Value Types and Reference Types in Microsoft .Net Framework? Is string a value type or a reference type? What are the different types of Assembly in Microsoft .Net Framework? What is Garbage Collection? Can we forcefully do the Garbage collection in .Net? (7x4) Explain the features of DataSet. What is the difference between DataSet and DataReader? Which one is slower? What is the difference between ASP and ASP.NET? What are the benefits of ADO.NET? Which namespace do we use to connect to SQL Server in VB.NET? Where do you store the connection string? (6+6+6) What is URL rewriting? How session management can be implemented by URL rewriting in ASP.NET? How many types of validation controls are provided by ASP.NET? (9+9) What is FINALIZE method? Discuss with example code block. What is the difference between listbox and combobox? Explain with an example. What is QueryString and what are its benefits and limitations? What is Impersonation? How machine.config is different from web.config? (4+4+4+6) 5. a) b) c) What is the use of directives? Explain with example. Which directive is mandatory in page control? What is DataGrid? Explain how we can bind a datagrid to SQL Server database in ASP.NET. What are web services? How are web services implemented in .Net? What is the namespace for creating the web services? (6+6+6) Create a Bio Data form with a Submit button in VB.NET that enters the particulars of an individual like Name, Address, Age, Gender, Educational Qualifications, Hobbies etc. Validate to check that the age is not be less than 18 years. b) Explain try/catch/finally block of exception handling with an example. Why is exception handling important for an application? (9+9) What is theme? How theme can create visual impact on web site? Discuss with example. Discuss the role of cookies in application state management in ASP.NET. Discuss with appropriate example. What are the differences between Redirect and Server Transfer? (8+6+4)

3. a) b) 4. a) b) c) d)

6. a)

7. a) b) c)

You might also like