C Sharp and Dot Net Developer
C Sharp and Dot Net Developer Interview Questions and Answers

Asked in Infosys

Q. What is the difference between .NET and .NET Core?
Dot Net is a software framework developed by Microsoft, while Dot Net Core is a cross-platform, open-source version of Dot Net.
Dot Net is a software framework developed by Microsoft, while Dot Net Core is a cross-platform, open-source version of Dot Net.
Dot Net Core supports multiple operating systems like Windows, macOS, and Linux, while Dot Net is primarily for Windows.
Dot Net Core is modular and lightweight, allowing developers to include only the necessary components in t...read more

Asked in AkaaRa Consulting

Q. What is Async and Await in C#?
Async and Await in C# are keywords used for asynchronous programming, allowing tasks to run concurrently without blocking the main thread.
Async keyword is used to define a method as asynchronous, allowing it to run concurrently with other tasks.
Await keyword is used to pause the execution of the method until the awaited task is completed.
Async and Await are commonly used in scenarios where tasks like network requests or file I/O operations are performed to prevent blocking th...read more

Asked in AkaaRa Consulting

Q. What is a namespace in C#?
Namespace in C# is a way to organize and group related classes, interfaces, structs, enums, and delegates.
Namespaces help in avoiding naming conflicts by providing a way to uniquely identify classes.
They also help in organizing code and making it more readable and maintainable.
Example: using System; - System is a namespace that contains fundamental classes and base classes.
C Sharp and Dot Net Developer Jobs

Interview Questions of Similar Designations



Reviews
Interviews
Salaries
Users

