Showing posts with label What is dotnet Framework?. Show all posts
Showing posts with label What is dotnet Framework?. Show all posts

1 July 2011

What is dotnet Framework?

What is Framework?
-A reusable set of libraries or classes for a software system (or subsystem).

What is dotnet Framework?
-The .NET Framework is an integral Windows component that contains two main components:
the common language runtime and the .NET Framework class library.

common language runtime - Interoperability between languages in dotnet.
.NET Framework class library - Used for Reusability

Dotnet framework used to develop windows ,web,webservices etc


Find number of letter occurence of all letter in c#

  Find number of letter occurence of all letter in c#  namespace ConsoleApp1 {     internal class Program     {         static void Main(st...