SlideShare a Scribd company logo
PRESENTATION
     ON
C#.NET-WINDOWS
  APPLICATION
What is Windows
 Application?
Difference between Web
      and Windows
       Application
   The main difference between the Web
   based application and Window based
   application is that the Web application
   can be access from anywhere in the
   world through the internet whereas
   window based application need to be
   install on your machine to access.
Microsoft Visual Studio
Microsoft Visual Studio is an Integrated
Development Environment (IDE) from
Microsoft. Visual Studio functions as the
code editing area, form designer, code
validator, compiler and library browser for
a software development project.
c#.Net Windows application
Introduction to C#

• The first component oriented language in
  the C/C++ family
• Everything really is an object
• Next generation robust and durable
  software
• Preservation of investment
• C# is designed to work with Microsoft's
  .NET platform.
Introduction to .NET
• .NET It is not / not only a package or language
• It is called as .NET Environment or Platform
• NET was introduced it came with several
  languages. VB.NET, C#, COBOL and Perl, etc.
• Dot Net Languages .NET says 44 languages are
  supported.
• Object oriented language
• Portability – Runs on any operating system
.NET Framework
• .NET Framework Programming model for .NET

• Platform for running .NET managed code in a
  virtual machine

• Provides a very good environment to develop
  networked applications and Web Services

• Provides programming API and unified
  language-independent development framework
.NET Framework
  Architecture
MEDICAL STORE
 MANAGEMENT
   SYSTEM
Objective
   This project on medical store management
solution will help the medical store owner to
automate all important activities.

Scope
  Medical store management software is very
needy for Medical store.

 Goal
 The main goal of the application is to maintain
the records of purchase, Sales and stock details
with cash transaction maintenance..
LOGIN FORM
THANKS

More Related Content

PPTX
Basics of JAVA programming
PPT
Programming with c#
PDF
Android activities & views
PPT
C#.NET
PPTX
Software process
PPTX
Introduction to java
PDF
Model View Controller (MVC)
PPT
Java multi threading
Basics of JAVA programming
Programming with c#
Android activities & views
C#.NET
Software process
Introduction to java
Model View Controller (MVC)
Java multi threading

What's hot (20)

PPTX
Java Introduction
PPTX
Java awt (abstract window toolkit)
PPT
PPTX
Core java
PPTX
Introduction to .NET Core
PPTX
Angular js PPT
PPS
Jdbc architecture and driver types ppt
PDF
Control Flow Graphs
PDF
Event Driven programming(ch1 and ch2).pdf
PDF
Introduction to Design Pattern
PDF
Introduction to java (revised)
PPTX
C# in depth
PPTX
Arrays in java
PPT
Software Engineering (Process Models)
PPT
Oops in Java
PPTX
Introduction to Django
PDF
PPT
Object and class relationships
PPTX
Core java complete ppt(note)
Java Introduction
Java awt (abstract window toolkit)
Core java
Introduction to .NET Core
Angular js PPT
Jdbc architecture and driver types ppt
Control Flow Graphs
Event Driven programming(ch1 and ch2).pdf
Introduction to Design Pattern
Introduction to java (revised)
C# in depth
Arrays in java
Software Engineering (Process Models)
Oops in Java
Introduction to Django
Object and class relationships
Core java complete ppt(note)
Ad

Viewers also liked (20)

PPTX
Windowforms controls c#
PDF
Windows Forms For Beginners Part - 1
PPT
Introduction To Dotnet
PDF
Windows Forms For Beginners Part - 4
PDF
Windows Forms For Beginners Part - 3
PDF
Windows Forms For Beginners Part - 2
PPTX
Industrial Training in Window Application
ODP
MySQL Stored Procedures: Building High Performance Web Applications
PPT
DOCX
Visual C# 2010
PPT
Struts(mrsurwar) ppt
PDF
Windows Forms For Beginners Part 5
PPT
Intro.net
PPTX
Socket programming in C#
PPT
12 gui concepts 1
PPT
Csphtp1 12
PDF
Visual Studio Enterprise 2015 Overview atidan
PPT
Oracle Forms-Canvas types
Windowforms controls c#
Windows Forms For Beginners Part - 1
Introduction To Dotnet
Windows Forms For Beginners Part - 4
Windows Forms For Beginners Part - 3
Windows Forms For Beginners Part - 2
Industrial Training in Window Application
MySQL Stored Procedures: Building High Performance Web Applications
Visual C# 2010
Struts(mrsurwar) ppt
Windows Forms For Beginners Part 5
Intro.net
Socket programming in C#
12 gui concepts 1
Csphtp1 12
Visual Studio Enterprise 2015 Overview atidan
Oracle Forms-Canvas types
Ad

Similar to c#.Net Windows application (20)

PPTX
DotNet Fundamentals
PPT
Basic C# and .net
PPS
Vb.net session 01
PPTX
Advantage of .Net Appplication - You can write app
PDF
DOT NET TRaining
PDF
Dot NET Core Interview Questions PDF By ScholarHat
PPTX
Advance C# Programming Part 1.pptx
PDF
Advance C# Programming Part 1.pdf
PDF
Rcs project Training Bangalore
PPTX
Session i
PPTX
PDF
.Net framework vs .net core a complete comparison
PPTX
Wintellect - Devscovery - Portable Class Library
PPTX
Java v/s .NET - Which is Better?
PPT
Introduction_to_NET.ppt
PDF
Best things to know about .net framework
PDF
Eclipse Che - A Revolutionary IDE for Distributed & Mainframe Development
PDF
Why is .Net Technology Recognised for Software Development?
PPTX
Why is .Net Technology Recognised for Software Development?
PDF
Post Windows Mobile: New Application Development Platforms
DotNet Fundamentals
Basic C# and .net
Vb.net session 01
Advantage of .Net Appplication - You can write app
DOT NET TRaining
Dot NET Core Interview Questions PDF By ScholarHat
Advance C# Programming Part 1.pptx
Advance C# Programming Part 1.pdf
Rcs project Training Bangalore
Session i
.Net framework vs .net core a complete comparison
Wintellect - Devscovery - Portable Class Library
Java v/s .NET - Which is Better?
Introduction_to_NET.ppt
Best things to know about .net framework
Eclipse Che - A Revolutionary IDE for Distributed & Mainframe Development
Why is .Net Technology Recognised for Software Development?
Why is .Net Technology Recognised for Software Development?
Post Windows Mobile: New Application Development Platforms

c#.Net Windows application

  • 1. PRESENTATION ON C#.NET-WINDOWS APPLICATION
  • 2. What is Windows Application?
  • 3. Difference between Web and Windows Application The main difference between the Web based application and Window based application is that the Web application can be access from anywhere in the world through the internet whereas window based application need to be install on your machine to access.
  • 4. Microsoft Visual Studio Microsoft Visual Studio is an Integrated Development Environment (IDE) from Microsoft. Visual Studio functions as the code editing area, form designer, code validator, compiler and library browser for a software development project.
  • 6. Introduction to C# • The first component oriented language in the C/C++ family • Everything really is an object • Next generation robust and durable software • Preservation of investment • C# is designed to work with Microsoft's .NET platform.
  • 7. Introduction to .NET • .NET It is not / not only a package or language • It is called as .NET Environment or Platform • NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. • Dot Net Languages .NET says 44 languages are supported. • Object oriented language • Portability – Runs on any operating system
  • 8. .NET Framework • .NET Framework Programming model for .NET • Platform for running .NET managed code in a virtual machine • Provides a very good environment to develop networked applications and Web Services • Provides programming API and unified language-independent development framework
  • 9. .NET Framework Architecture
  • 11. Objective This project on medical store management solution will help the medical store owner to automate all important activities. Scope Medical store management software is very needy for Medical store. Goal The main goal of the application is to maintain the records of purchase, Sales and stock details with cash transaction maintenance..