Menu
  • Home
  • About
  • History
    • History of Programming Languages
    • Scripting languages
    • Compiled languages
  • Applications
    • Web programming
    • Game Development
    • Android and OS development
    • Software Development
  • Blog
    • Programming languages
    • C# language
    • What is .NET
  • Contact
  • Privacy Policy

NET-Tutor

Blog about programming languages

  • Call me today 301-456-8928
  • Email me on GilRodriguez@aspnettutorials.com

Author: Rodriguez Gilbert

Computers

Standard C# program blocks

May 22, 2021
 |  No Comments
 |  C# language

Class members are either class or instance members. Static members belong to the class as a whole, and instance members belong to specific objects (class instances).

Read More »
People

Types and variables

April 23, 2021
 |  No Comments
 |  C# language

A type defines the structure and behavior of any data in C#. A type declaration can include its members, the base type, the interfaces it implements

Read More »
Hand

So why is the language still popular?

December 8, 2020
 |  No Comments
 |  C# language

The C language is really old, because it appeared back in 1972. As you can see, it was designed with computers of that time in mind

Read More »
laptop

A brief overview of the C# language

September 24, 2020
 |  No Comments
 |  C# language

C# (pronounced “c-sharp”) is a modern object-oriented and type-safe programming language. C# allows developers to create different types of secure and reliable applications that run on .NET.

Read More »
laptop

.NET Architecture

October 12, 2019
 |  No Comments
 |  C# language

C# programs run on .NET, a virtual runtime system that calls the Common Language Runtime (CLR) and a set of class libraries.

Read More »
Computer

The role of the .NET platform

July 13, 2019
 |  No Comments
 |  What is .NET

When they say C#, they often mean the technologies of the .NET platform (Windows Forms, WPF, ASP.NET, Xamarin).

Read More »

Posts navigation

Previous 1 2 3

Categories

  • C# language
  • IT Technologies
  • Programming languages
  • Uncategorized
  • What is .NET

Recent Posts

  • Python, Java, or C++: Choosing the Right Programming Language for Your Project
  • Integrating Programming into Academic Writing: A Guide for Dissertation Students
  • PHP Best Practices for Web Development
  • Features of the JavaScript programming language
  • Building a Seamless Online Homework Help Platform with ASP.NET

Pages

  • About
  • Compiled languages
  • History of Programming Languages
  • Scripting languages
  • Contact
November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Mar    

The first programmers made do without programming languages at all. The very first digital electronic computers were created for specific, highly specialized tasks (for example, to solve systems of linear equations by Gauss method), and it was impossible to change their program in principle. Naturally, the question of programming such computing systems fell away by itself; it was only possible to change the input data.

Quick Links
  • Home
  • About
  • Web programming
  • Android and OS development
  • Game Development
  • Software Development
  • Contact
Latest articles
Python, Java, or C++: Choosing the Right Programming Language for Your Project

Programming languages are the foundation of software development, and choosing the right one can make or break your project. With so many options available, understanding the strengths and weaknesses of each language is crucial. Python, Java, and C++ are three […]

Integrating Programming into Academic Writing: A Guide for Dissertation Students

Writing a dissertation is a challenging process that involves extensive research, analysis, and presentation of findings. For students working with complex data or computational models, programming languages can be a powerful tool to enhance their academic work. By integrating programming […]

PHP Best Practices for Web Development

PHP is a popular server-side scripting language that powers millions of websites across the internet. With great power comes great responsibility – it’s important for developers to follow PHP best practices when coding for the web. This article covers some […]

Contact me

301-456-8928

GilRodriguez@aspnettutorials.com
Copyright 2022 NET-Tutor . All Rights Reserved