Monday, August 14, 2006

Some usefull Link for OOPS

1. OOPS Part I
http://www.c-sharpcorner.com/Code/2005/June/OOPSand.NET1.asp
2. OOPS Part II

http://www.c-sharpcorner.com/Code/2005/June/OOPSand.NET2.asp
Improving .NET Application Performance .This Link Gives you a Wonderfull Document from Microsoft .
http://www.microsoft.com/downloads/details.aspx?familyid=8A2E454D-F30E-4E72-B531-75384A0F1C47&displaylang=en
The main impact on Performance and Scalalility of the .Net application are

Memory Misuse
Resource Cleanup
Improper use of threads
Abusing shared resources
Type Conversions
Misuse of Collections
Inefficeient Loops

Tuesday, January 24, 2006

Which OOPS concept is not possiable in C#?Why?
How to solve the problem of versioning while coding?
Example: we have two version of software one is enterprise and another is professional .How to have the two version of code in same solution?

Thursday, January 19, 2006

How to run your Appliaction which you have developed in MS platform in LINUX
How to run your windows application on web ?ie., see you have created a windows application by spending lot of time and resource when you want to create the same application again on web think the time and resource needed for you.To solve out this problem we have a solution.