B3.5-R4: VISUAL PROGRAMMING January, 2012 1
B3.5-R4: VISUAL PROGRAMMING January, 2012 1
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)