Dark
Light
Browse Category

Skills - Page 2

This Category is all about Skills… : – )

JumpStart with JAVA | For Dot NET Developers

So, if you’re a Dot NET developer and you are looking to do JumpStart with JAVA then my friend you are just at the right place. Sometimes you do not live with one language. Especially if you are working for an organization who is working in different dimensions. Let’s start

JumpStart Into Big Data With HDInsight

What would happen when the volume of your data increased repeatedly over time and you need high velocity at the same time. Not only that but you have a different variety of data and Variability also exists in your data. So how would you handle all that data? If we

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

Develop a Windows Desktop Application in C#

Let’s create a Windows Desktop Application in C# using WPF (Windows Presentation Foundation)! Simply create a WPF Application Project in Microsoft Visual Studio; When you press OK to create the project. You’ll get a screen like here; The WPF is little bit interesting. It has visual interface. Its mean to

JumpStart with Microsoft Visual C#

Microsoft Visual C# is the Multi-Paradigm Programming Language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. With C#, one has got a great programming language and a valuable tool at his fingertips. Perhaps without giving credit to Visual Studio IDE is unfair with the most

Develop a C# Console Project

The Best Way to learn any language or a technology is to learn it by development projects in it. In C# we can do project base learning is variety of different application framework! The Architecture of Visual C# Project is shown below; C# programs run on the .NET Framework, an

C# Memory Management

In C#, the memory is allocated by dynamically at Runtime and don’t have to explicitly allocate memory. So you don’t need to worry about allocate memory and then reclaim it. It is done for you at backend by Garbage Collector process. CLR periodically checks memory heap. It looks for unreferenced

About Me

Go toTop