Tag Archives: .NET

The inherent benefits of the .net online tests

The best thing about ASP.NET is the sheer fact that it encompasses all the betterments of a Microsoft framework with the flexibility of working with it in any possible domain over any given frame of time. The basic approach has been the development and maintenance of rich sites and delivered it to corresponding clients. The… Read More »

.NET Exceptions Vs WCF Faults

Exception is a .NET mechanism used to communicate problems encountered during the execution of a program. Various .NET languages allows us to throw, catch/handle or possibly ignore exceptions so that it can be further propagated up to the call stack. C# sample code for handling exception in .NET applications below explains it as:  int x = 0;  int result… Read More »