Teams
Teams
Mishra
sima.mishra@techprocompsoft.com,
techsima@123#
For sql server: Joins and outer join and sql query where I have to select an
employee for whose name starts with R and doesn't working on any project,
clustering
[06:18] Sima.Mishra
Joins
Window Analytical Function --1. Row_Number , 2. Rank, 3. Dense_Rank
signup panel,and grid where the records are shows and records are stored in the
database.
matrix project
In this project we create a matrix and four button through which when we click on
any button the json result
I have also knowledge about the solid pattern ,singleton pattern and factory
pattern.
After that in 2022 I have joined Techpro compsoft as a dot net developer
I have done several projects and one of them is M_power which is the based on the
keeping records of the employees which have severals module in that such as
education, technology, project etc
Question: write a query to change the gender in database where gender is male to
female and female to male;.
(2,'Ram-100', 'M'),
(3,'Shyam', 'F'),
(4,'Hari', 'F')
Lets have a common session at 3:30 pm on Database, Today we will cover SQL
Concepts and Practical over topics Database, Data Tables, Stored Procedure,
Function and Triggers.
MVC
All Question asked in MTSL Interview
2- Entity Framework
3- Project Layers and how to connect each other and their Flow structure.
12- Linq
16-Middleware.
19-Solution explorer.
23-Suppose variable a have a value then how we transfer that value in variable b
using Javascript.
25-MVC architecture.
39-
Target:
1. With the help of above Functions, extract 2nd, nth Highest Salary.
Query multiple tables with inner joins, outer joins, and self joins.
Inner joins
Cross joins
UNION
UNION ALL
INTERSECT
EXCEPT
COUNT
SUM
AVG
MIN
MAX
Managing NULLs
identifying duplicates
Grouping data
Stored Procedures
Functions
Triggers
SQL Jobs
3)suppose variable a have a value then how we transfer that value in variable b
using javascript
5)MVC archietecture
@i=10;
print(@i+@j)
Entity Framework
Project Layers and how to connect each other ,and their Flow structure
linq
middleware
solution explorer
how does delete and edit works in grid their flow
password -- techsima@123#
For sql server: Joins and outer join and sql query where I have to select an
employee for whose name starts with R and doesn't working on any project,
clustering
[06:18] Sima.Mishra
Joins
Window Analytical Function --1. Row_Number , 2. Rank, 3. Dense_Rank
2. What is the difference between value types and reference types in .NET?
5. What are delegates in C#? How are they different from interfaces?
13. What is the purpose of the `async` and `await` keywords in C#?
15. Explain the concept of inversion of control (IoC) and dependency injection (DI)
in .NET.
17. Explain the concept of multithreading in .NET and how it can be achieved.
4. How does exception handling work in C# during the execution life cycle?
6. How does a C# application terminate and what cleanup tasks can be performed
during termination?
5. What is the role of an Inversion of Control (IoC) container in DI, and can you
provide an example of one?
`lock` Keyword:
3. What is the difference between using `lock` and using `Monitor` for
synchronization in C#?
4. Can you explain the potential issues or pitfalls of using the `lock` keyword?
Interview Questions
3. Lock statement
- Can we wrap asyn code in lock statement?
1. Lock statement
2. Async -await
.configurewaite(true/false)
.result
.wait
2. What happens during the loading stage of the C# execution life cycle?
4. How does exception handling work in C# during the execution life cycle?
6. How does a C# application terminate and what cleanup tasks can be performed
during termination?
5. What is the role of an Inversion of Control (IoC) container in DI, and can you
provide an example of one?
`lock` Keyword:
3. What is the difference between using `lock` and using `Monitor` for
synchronization in C#?
4. Can you explain the potential issues or pitfalls of using the `lock` keyword?
2. What is the difference between value types and reference types in .NET?
13. What is the purpose of the `async` and `await` keywords in C#?
15. Explain the concept of inversion of control (IoC) and dependency injection (DI)
in .NET.
17. Explain the concept of multithreading in .NET and how it can be achieved.
REPL
What is Encapsulation?
What is abstraction
IFS?
IIS hosting ?
what is inheritance
what is Polymorphism?
what is serialization?
what is delegates?
what is processor?
What is trigger?
What is normalization ?
What is CTE?
What is View's?
https://techprodevcenter.co.in/nazox/
TechPro
C:\Users\91916\Desktop\MPower clone\Techpro-Compsoft\MPower\backend
https://www.youtube.com/watch?v=XStpo9VlzCI
builder.Services.AddDbContext<Tpsc.TestEngine.Data.AppDbContext>(option =>
{
option.UseSqlServer(builder.Configuration.GetConnectionString("SqlServerConnStr"));
});