» OOPs Interview Questions
Object Oriented Programming (OOP) is a technique to think a real-world in terms of objects. This is essentially a design philosophy that uses a different set of programming languages such as C#...
Posted In .NET
» .Net Constructor Interview Questions
A class constructor is a special member function of a class that is executed whenever we create new objects of that class. When a class or struct is created, its constructor is called. A constructor has exactly the same name as that of class and it does not have any return type…
Posted In .NET
» .NET Delegates Interview Questions
Delegates are used to define callback methods and implement event handling, and they are declared using the "delegate" keyword. A delegate in C# is similar to function pointers of C++, but C# delegates are type safe…
Posted In .NET
» ASP.Net C# Interview Questions
C# was developed by Microsoft and is used in essentially all of their products. It is mainly used for developing desktop applications and, more recently, Windows 8/10 applications. It is also a part of .NET so it is used alongside languages like ASP in web development and apps...
Posted In .NET
» .NET LINQ Interview Questions
LINQ stands for Language Integrated Query and It is Microsoft programming model. We are using LINQ to Objects and the Objects part is any IEnumerable collection. It enables you to query and manipulate data independently of data soureces…
Posted In .NET LINQ
» .NET MVC Interview Questions
MVC is a web application framework developed by Microsoft, which implements the model–view–controller pattern. It is open-source software, apart from the ASP.NET Web Forms component which is proprietary...
Posted In .NET MVC
» C# Algorithms Interview Questions
Understanding algorithms is a key requirement for all programmers. Algorithms give programs a set of instructions to perform a task. Expand your knowledge of common C# algorithms for sorting, searching, sequencing, and more...
Posted In .NET Algorithms
» .NET Core Interview Questions
The .NET Core is an open-source, cross-platform that runs on Windows, macOS and Linux developed by Microsoft. It also supports almost all things that .NET supported. The .NET Core is higher performance, quick leaner, and lots of improvements of .NET...
Posted In .NET Core
» Design Pattern Interview Questions
The “design pattern” is a general reusable solution for a usually occurring problem in software design. Basically, it is a description for how to solve problems that can be used in different circumstances. The “design patterns” can improve the development process by providing tested, proven development paradigms…
Posted In .NET Design Pattern
» Repository Pattern Interview Questions
The Repository Pattern separates the logic that retrieves the data and maps it to the entity model from the business logic that acts on the model. The Repository Pattern hides the details of how exactly the data is being fetched or persisted from/to the database…
Posted In .NET Repository Pattern
» Window Azure Interview Questions
Microsoft Azure is an open-source for client SDKs, cloud computing service for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. Microsoft Azure is created and developed by Microsoft Corporation ...
Posted In Window Azure
» WPF Interview Questions
Windows Presentation Foundation (WPF) is a UI framework that creates desktop client applications. WPF, which stands for Windows Presentation Foundation, is Microsoft's latest approach to a GUI framework, used with the .NET framework…
Posted In .NET WPF
» WCF Interview Questions
Windows Communication Foundation (WCF) Primer. Windows Communication Foundation (WCF) is a runtime environment and a set of APIs in the .NET Framework used in the creation of service-oriented, connected applications...
Posted In WCF
» WCF Security Interview Questions
WCF is a secure, reliable, and scalable messaging platform for the .NET Framework with SOAP messages can be transmitted over a variety of supported protocols including IPC, TCP, HTTP, and MSMQ…
Posted In WCF Security
» .NET Testing Interview Questions
Testing is the process through which units of source code are tested to verify if they work properly. TestComplete allows you to create and run automated tests for .NET applications…
Posted In .NET Testing
» REST API 2 Interview Questions
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NETWeb API is an ideal platform for building RESTful applications on the .NETFramework…
Posted In .NET API 2
» Log4Net Interview Questions
The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets. What is log4net and why should you use it, or any C# logging framework?
Posted In .NET Log4Net
» HTML5 Interview Questions
HTML 5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and current major version of the HTML standard, and subsumes XHTML...
Posted In HTML5
» CSS3 Interview Questions
CSS3 is the latest evolution of the Cascading Style Sheets language and aims at extending CSS2.1. It brings a lot of long-awaited novelties, like rounded corners, shadows, gradients...
Posted In .NET CSS3
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps