Dark
Light
Daily archive

April 26, 2016

Structures

A Structure is a container, it can hold a bunch of variables. These variables can be of any type. It is a user defined data type used to group related data (i.e. variables) Each variable in a structure can have similar or different data type than other variables of that

Pointers & Strings: A Simple Understanding

* If you’re here then probably you are beginner and trying to quickly understand the topic. So here everything is defined very simple in points so you can quickly understand everything. Variables: A variable is something that contains different values at different times. In a Program, variable has; Name Type

Develop Your First UWP App Using JavaScript

If you are a Web Develop or have some familiarities with Web Languages and you want to develop UWP? Then congratulations! you can easily create UWP Apps by using Web Languages like HTML5, JS etc… So In order to Develop your First UWP App through Web Languages, first you should

Objects: Everything is an Object in C#

Microsoft Visual C# is an object-oriented language. This makes it similar to Java, C++ and many others. Not all object-oriented languages are the same. Some languages are mostly procedural and incorporate some object-oriented features. C#, however, is a strict object-oriented language. That means that all values are stored as objects

Create a Sample UWP App in C#

The core of this blog is about Microsoft Visual C#. But C# is mostly used to work with the visual Programming. Web Applications, Windows Desktop Applications, UWP Applications and so on… So here we will practice is by using UWP Apps. The UWP is the most entrusting, simple and best
Go toTop