How to implement static class using console application?
How to implement static class using console application? |
- How to implement static class using console application?
- How to implement partial classes using console application?
- How to create HTTP pipeline in ASP.net 3.5?
- Techniques for Recovery from transaction failures in database
- Basic article on Class and its inheritance in Javascript.
- WCF Service Contract
How to implement static class using console application? Posted: 22 Jan 2013 06:50 AM PST In this article, class is accessed without creating its instance, such class is called as static class. Whenever required methods do not need to be attached to a specific instance of the class, static class can be used. I hope this article will be useful for all beginners of .Net |
How to implement partial classes using console application? Posted: 22 Jan 2013 06:54 AM PST In this article,partial classes are implemented using console application. Partial classes are easy to use and maintain. Generic types can also be partial. I hope this article will be useful for all beginners of .Net |
How to create HTTP pipeline in ASP.net 3.5? Posted: 22 Jan 2013 06:56 AM PST In ASP.net, you can do server-side HTTP programming which is highly flexible and easy to customized. Global.asax only runs with ASP.NET files which are served from IIS and those do not go through Begin_Request in ASP.NET. I hope this article will be useful for all .Net users. |
Techniques for Recovery from transaction failures in database Posted: 28 Jan 2013 08:33 PM PST Recovery from transaction failures usually means that the database is restored to the most recent consistent state just before the time of failures. To do this the system must keep the information about the changes that were applied to data items by the various transaction. This information is typically kept in the System log. |
Basic article on Class and its inheritance in Javascript. Posted: 30 Jan 2013 06:21 AM PST This is a basic article on OOPS way in javascript. Just trying to get you all know about the concept of class and its inheritance in Javascript. This is a good way to introduce yourself to the advanced concept in javascript one of them is OOPS methodology in Javascript |
Posted: 30 Jan 2013 03:20 PM PST Want to learn about service contracts and WCF service contracts? In this article I am going to explain about WCF Service contract in detail with complete explanation about its properties. |
You are subscribed to email updates from .NET Articles, Tutorials and Resources To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home