Skip to main content

Posts

Showing posts from February, 2022

What is OOP (objects oriented programming) in C#

 What is OOP? in C# OOP is Object Oriented programming miens contain methods and data in objects it's called objects oriented programming(OOP) OOP Advantages Provides clear visibility and code for the programs easier to maintain, modify and debug Faster development easier and faster to execute create reusable code make your code neat and clean and easy to understand What is Class and objects in C# Class and object are the two main points of OOP (object oriented programming), when fruit is a class then Apple, Guava, Banana,  is object, when the individual objects are created they inherits all variables and method form the class, class is a template for the objects and object is instance of the class If you like this blog so pls share and  Write Comments  about Your experience, Thank You.

C# interview Question

  C# interview Question   What is C# (C-Sharp) C-Sharp is a Object oriented programming language that was developed by Microsoft run on .NET Core and .NET Framework. its similar to other programming language like c, c++ and java what different in C# from C  c in Procedural programming language and c# is object oriented programming language. C# hase garbage collector managed by CLR (Common language runtime). c supports pointers and c# supports pointers only in unsafe mode. c execute on cross platform but c# required .net core or .net Freamework. total 32 keyword used in c programming and 86 keyword used in c# What is CLR (common language runtime) common language runtime is Virtual machine component. it is run time environment in .Net framework. CLR help in run the code and making development process easier and providing various services like thread management, memory management, type safety etc.  what is indexers in c# indexers is smart array in C#. indexers allo...

C# (C-Sharp) introduction and First Program | C# (C-Sharp) Tutorial | C# (C-Sharp) Tutorial for Beginners

C-Sharp(C#) introduction and First Program  C# intro C# (C-Sharp) is Object oriented programming language (OOPs) Created By Microsoft Based on .Net Framework, C# is a part of C family, it's introduce in 2002 and use Visual Studio IDE why C# ? it is one of the most popular programing language and easy to learn and easy use, C# is very close to C++,C and Java and programmers easily switch to C#, and it has huge community support C-Sharp (C#) is a programming language of .Net Framework developed and runs by Microsoft, it's used for Development (Web Apps, Web API, Web Service, Desktop Apps, Native Mobile Apps, Games, and Much more things) Software and Hardware Requirement We Need a Windows Machine ( 2+ GB Ram, 80+ GB Rom, 64Bit OS, Dual Core and More Good Processer ) Visual Studio is Microsoft IDE for .Net Framework, .Net Support Many Microsoft Language, You use any Visual Studio (Visual Studio 2010, Visual Studio 2012, Visual Studio 2014, Visual Studio 2017, Visual Studio 2...

Install Free Visual Studio 2017 community version and know About Visual Studio | C# (C-Sharp) Tutorial | C# (C-Sharp) Tutorial for Beginners

Install Free Visual Studio and know About Visual Studio | C# (C-Sharp) Tutorial | C# (C-Sharp) Tutorial for Beginners Visual Studio is IDE (Integrated Development Environment) Microsoft product for C# and many other Microsoft language(Visual basic, j#, F#, Visual C++), Visual studio is easy to understand and simple to use, Visual studio Community Version is Free to download click here     Before you install Visual studio Install this package Available in setup Directory  And click on  vs_community.exe or install community version Run after community version, visual studio installer is downloaded and installed, choose .Net workload and click on the Modify/Install after some time installation process is complete click on launch button and get start video studio and write your first program Congratulation You Successfully Install Visual Studio If you like this blog so pls share and  Write Comments  about Your experience, Thank You.