When developing a Windows service for .NET, which namespace do you typically look in for required classes?
1 5000If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
1 4080what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
3 6884How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
6 12869Post New Dot Net General Questions
What is garbage collection and how it works ?
Explain how garbage collection works?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
How can I get at the win32 api from a .net program?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
what are connection strings?
What is the use of system.diagnostics.process class in .net?
Tell us the differences between an interface and an abstract class in .net?
Why is .net used?
What is machine.config in .net?
Can a try block have nested try blocks?
What is .net core used for?
Explain is the jit an interpreter?
What are data types in .NET?
What is a design pattern and what is it for?