Dauris Little

  • About
  • Dauris’s Portfolio
  • Blogging Lyf
  • Contact

Category: C#

C# (pronounced as C sharp) is a general-purpose, object-oriented programming language. It is one of the most popular languages used for developing desktop and web applications.

Being a C based language, C# is closer to C++ and C. Syntactically, it is similar to Java.

Our C# programming tutorial will guide you to learn C# programming one step at a time.

.NET C#
  • 0
Dauris
Thursday, 06 August 2020 / Published in .NET & .NET Core, C#, Programming Languages

Identifiers & Keywords

Identifiers C# Identifiers are the name given to entities such as variables, methods, classes, etc. They are tokens in a program which uniquely identify an element. For example, From code above value is the variable which is why we call it the identifier. As you will find out later int is consider a “reserved” keyword
identifiers in c#keywords in c#
  • 0
Dauris
Thursday, 30 July 2020 / Published in .NET & .NET Core, C#, Language, Programming Languages

Discovering C# with Console

“Hello World!” program in C#. This will get you familiar with the basic syntax and requirements of a C# program.
.NET C#
  • 0
Dauris
Friday, 13 March 2020 / Published in .NET & .NET Core, blog, C#, Programming Languages

Did Someone Say Reflection C#

Maybe you are new to the .Net lifestyle or maybe you are a veteran, either way, you ended up here to get a better understanding of what reflection is all about. To begin reflection is the process of describing various metadata of types, methods, and fields in code, that is literal Microsoft definition but no
.NETc-sharpc#reflectionReflection in .NET

Categories

Recent Posts

  • Did someone say Navigation to the rescue: Android Jetpack

    If you been around the block a few times with A...
  • Using Enum w/Swift

    understand enum is nothing fancy and all langua...
  • Shimmering in Android

    You may or may not  have been aware of certain ...
  • Android, SQLite & Kotlin

    The name of the database in Android is SQLite. ...
  • When over Switch in Kotlin

    Good afternoon Programming Community, I am glad...

© 2017. All rights reserved. Designed by Dauris Little

TOP
This site uses tracking cookies to personalize content and ads. AcceptLearn More