Procedural and Object-oriented programming
Write the difference between the Procedural and Object-oriented programming?
Expert
Procedural programming is based on modular approach in which larger programs are broken into the procedures. Each procedure is a set of instructions which is executed one after the other. Whereas, OOP is based on the objects. An object consists of several elements, like variables and methods.
Access modifiers are not used in the procedural programming, which infers that entire data can be easily accessed freely anywhere within the program. In OOP, the scope of a particular data can be specified by using access modifiers that is public, private, and internal, protected, and protected internal.
Name the events that are fired during a page load?
Write the difference between server-side validations and client-side in Web pages?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
Differentiate between the Finalize() and Dispose()?
Write the name of event handlers which can be included in a Global.asax file?
What improvements are prepared in CAS in .NET 4.0?
State the characteristics of the reference-type variables which is supported in the C# programming language.
Explain, what is Connection Pooling?
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
List the types of data types that are present in .NET?
18,76,764
1954721 Asked
3,689
Active Tutors
1441285
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!