Developer's Talk

Technology Discussion
Nov
08

More Interview Questions

by admin | Tags:
Q. What is Dispose method? Ans. Dispose is the method, which we call usually when we want the object to be garbage collected. If u r calling Dispose() on inbuilt classes like Form, It'll call a method Finalize() method, which will usually used to... [More]


Nov
08

SQL Interview Questions

by admin | Tags:
1. What are the different types of Joins? Ans. Joins as used to combine the contents of two or more tables and produce a result set that incorporates rows and columns from each table. Tables are typically joined using data that the... [More]


Questions... 1. What is the difference between a Struct and a Class? Ans.Structs are value-type variables and are thus saved on the stack -> additional overhead but faster retrieval. Another difference is that structs CANNOT inherit. ... [More]


XML Documentation Questions 1.Is XML case-sensitive? Ans. Yes. 2.What’s the difference between // comments, /* */ comments and /// comments? Ans. Single-line comments, multi-line comments, and XML documentation comments. ... [More]


  1.What is the syntax to inherit from a class in C#? Ans.Place a colon and then the name of the base class. Example: class MyNewClass : MyBaseClass 2.Can you prevent your class from being inherited by another class? Ans.Yes.&#... [More]


  1.Does C# support multiple-inheritance? Ans. No! It may be achieved however, using interfaces. 2.Who is a protected class-level variable available to? Ans.It is available to any sub-class (a class inheriting this class). ... [More]


Overview The application you’ll be building is a simple user list website. Users can enter, view, and update user information. You can download the VB and C# completed project here. Creating the Web Application To start the tutorial, open Visu... [More]


ASP.NET Core Runtime and Framework Asynchronously Reading and Writing HTTP Requests and Responses ASP.NET 4 introduced the ability to read an HTTP request entity as a stream using the HttpRequest.GetBufferlessInputStream method. This method provide... [More]


Facebook has launched a Subscribe button that lets you follow the public updates of others, regardless of whether you’re Facebook friends. The new subscription options are part of Facebook’s effort to give users more control over their Facebook acco... [More]


  In my final post in this article on the new Business Data Connectivity Model in Visual Studio 2010 for SharePoint 2010, I am going to finish up by completing my BDC model to include Create, Update and Delete methods before packing the solutio... [More]


Register | Login

Advertisement

Advertisement

Widget BlogAnalytics not found.

Execution of request failed: https://www.google.com/analytics/feeds/accounts/defaultX

Sign in