Skip to main content

Posts

Showing posts from 2013

The Useful Sites and Articles

         Hi friends i would like to share some of the articles which are more useful and attract myself. Some of the sites and blogs are more useful for the beginners and experienced persons. We have a lot of information's in the below sites. Stack Overflow C Sharp Corner Code Project Asp.net Suresh        And if we required sample codes and projects, the below sites are useful. Planet Source code Codeplex       Some of the posts are attracting me at the time of reading. For Example       How to Became a Programmer , What is .Net Scope in Future - These are the article from C-sharp corner the author mahesh chand explains about the programming in .Net. It is quit useful for freshers who are going to start their carrier as programmer.

Evolution of .NET Frame work

          Microsoft .Net technology has a rapid development and great success over the years. This is one of the best development platforms and accepted by all levels of peoples. The features like interoperability, security, portability, simplicity and maintainability makes the .NET technology as great. The .Net framework created on the year 2002 and still the features added and various versions of framework released for advanced software development. What is .Net Framework?           The .NET Framework is an integral Windows component that supports building and running the next generation of applications and XML Web services. The .NET Framework is designed to fulfill the following objectives: To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. To provide a code-execution environment that minimizes software deployment and versioning conflicts. To

.NET Interview FAQ - Part I

                       This is the first part of frequently asked questions in .net and SQL Server. The answers will be give n soon. FAQ from .Net 1.     What is .NET? 2.     What are the main components of the .net Framework? 3.     What is IL? 4.     What is Manifest? 5.     What is the difference between Namespace and assembly? 6.     Differentiate the Frame works 1.0,2.0,3.0 and 4.0 7.     ASP.Net Page Lifecycle? 8.     ASP.Net event life cycle? 9.     What is state management? 10. What is the validation controls used in asp.net? 11. What is sealed class, static class, partial class and abstract class? 12. Difference between dataset and data view? 13. What are generics? 14. Consume web service with jquery? 15. Difference between Response.Redirect() and Server.Transfer()? 16.   What is CLS, CTS, CLR, JIT and MTL? 17.   Difference between DLL and EXE? 18.   Usage and functionality of Global.asax? 19.   What is Assembly