employee.ForEach(em=>
{
em.sal= (em.sal !=null ?em.sal:0);
});
Every Question..What does it mean? Why is this? How it works?
Microsoft .Net (pronounced dot (.) net) may be a package element that runs on the Windows software package.
.Net provides tools and libraries that change developers to form Windows package a lot of quicker and easier.
Microsoft describes it as:".Net is that the Microsoft internet Service strategy to attach data, people,
system and devices through software".I'm Choulla Naresh..!
Pages
▼
Tuesday, November 2, 2021
Friday, August 6, 2021
How to Count Total Number of HIT in Asp.net MVC?
Applicatin_start()
Application.Lock();
Application["Totaluser"] = (int)Application["Totaluser"] + 1;
Application.UnLock();
Friday, July 23, 2021
Monday, February 1, 2021
Cannot drop database "abc" because it is currently in use.
We will face the problem:
USE TEstDb;DROP DATABASE TEstDb; |
Solution:
Use Master
DROP DATABASE TEstDb