what is .net profiler??
Printable View
what is .net profiler??
.NET Memory Profiler is a powerful tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET or any other .NET Language.
It allows you to retrieve information about all instance allocations performed on the garbage collected heap (GC heap) and all instances that reside on the GC heap. The retrieved information is presented in real-time, both numerically and graphically. Using the new unmanaged resources tracker, information about unmanaged resources such as HBITMAP, HWND and unmanaged memory is also presented.
how to use n-tier arch. in .net?
how ado.net supports tranasactions?
[I]asked in CTS[/I]
for 3 tier / n-tier you need touse application server to implement business logic. it should be separate from your databse server,business server and client system.
Your question is too much theoritical to explain .It is benond the scope of this discussion to explain all that here. Please follow some good books, maetials or journal. you can easily find all that very easily by little web-searching.
what r the methods to fill a dataset other than [B]da.fill()[/B]