How to learn .NET Framework? - PowerPoint PPT Presentation

About This Presentation
Title:

How to learn .NET Framework?

Description:

we would like to let you know that, .NET basically is a huge collection of classes, methods, structures, interfaces and many more. Then the question would arise in the learner’s mind as to how to approach about learning the same. – PowerPoint PPT presentation

Number of Views:33

less

Transcript and Presenter's Notes

Title: How to learn .NET Framework?


1
How to learn .NET Framework?
  • Dot Net Training in Pune

2
  • At the core of the .NET framework, is the CLR or
    the Common Language Runtime. It is nothing but an
    execution engine. Just like the kernel of an
    operating system.
  • Designed from the scratch, to bolster a horde of
    programming language styles, the CLR gives a
    common sort of system, automated memory
    management, support for simultaneous execution,
    and functionality for inter-operating with local
    Win32 and COM parts.
  • .NET developers can work in open source
    environment as well
  • Dot Net Training in Pune

3
Why Choosing A Suitable Programming Language is
Important ?
  • if .NET is a framework, what language would it be
    a good idea for you to utilize? We emphatically
    prescribe C (known as C Sharp) it is by a
    long shot the most well known language utilized
    as a part of the .NET ecological system. All open
    source softwares in the .NET environment is in
    C. Most genuine .NET programming projects use C
    as it is a subsidiary of C and is a strong OOP
    language. Individuals with a background of Java
    ought to discover it a generally simple move to
    learning C.
  • Dot Net Training in Pune

4
Guidance For Selecting A Platform
  • First decide as to what kind of applications you
    want to develop. Are you interested in web based,
    standalone, Windows Phone or Windows 8 store ?
    Ask yourself. Select a platform accordingly. ASP
    .NET MVC model is meant for developing a website
    or a web based app. MVC means model, view,
    controller.
  • Dot Net Training in Pune

5
Setting Up of the Environment
  • Visual Studio is used majority of the times. It
    is used as an IDE (Integrated Development
    Environment) for tasks like coding, debugging,
    editing etc. Default database which comes with it
    is SQL Server. Some of the Visual Studio and the
    database server are costly. However, the good
    news is that Microsoft offers one of its versions
    absolutely free. These are Visual Studio Express
    and SQL Server Express. These are good ones for
    starters and also can be used by the experienced
    guys for commercial purposes as well.
  • Dot Net Training in Pune

6
Thank you !!!
  • Dot Net Training in Pune
Write a Comment
User Comments (0)
About PowerShow.com