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
Avatar photo
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
Avatar photo
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
Avatar photo
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

  • Gesture Controls for Android w/Kotlin

    Incorporating Gesture controls in your android ...
  • Android Rating: In-App Review API

    An app rating and reviews are crucial if you wa...
  • QR Reader in Android w/ Kotlin

    Turn your phone's camera into a QR scanner...
  • Creating Advance Custom Snackbar w/ Kotlin

    Ask 100 different developers about what they fi...
  • Swift Has Tuple

    Swift provides us with a type called Tuple whic...

© 2017. All rights reserved. Designed by Dauris Little

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