Sajid Ali Khan

Data Scientist & Solution Architect || IBM Recognised Speaker, Mentor, and Teacher || Debater || Blogger || Guinness World Record Holder || Watson Solution Developer || IBM Community Activist || Aspiring to Inspire.

justSajid | A PLACE FOR MY THOUGHTS

March 25, 2016
justSajid is my personal mental playground. The views expressed are mine, and mine alone. They do not represent the views of my employer, my family, my friends, my imaginary friends, my neighbors, people who live in my city, province, country, region, or planet, nor do they represent the views of my age, gender, ethnicity, religious affiliation (or lack thereof), nationality,

Windows 10: Anniversary Update (RedStone 1)

During the Microsoft Build 2016 conference, Microsoft announced the Windows 10 Anniversary Update which is coming on this summer. The update will be coming all major Windows Devices. Lets See The Stuff from Build 2016; Lets see the stylish stuff about Windows 10 Update from Build 2016; There are four major updates coming with

Develop Your First UWP App Using JavaScript

April 26, 2016
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#

April 26, 2016
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#

April 26, 2016
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

Develop a Windows 10 App in C#

April 25, 2016
To Create a Windows 10 App using C#; Let’s Create a Universal Windows App in Microsoft Visual Studio; In the template Selection, check the Empty Project and chick OK; Microsoft Visual Studio will create some files for you in Solution Explorer; Now click upon MainPage.xaml, you will get the screen

Develop a Windows Desktop Application in C#

April 25, 2016
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#

April 25, 2016
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

April 25, 2016
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

April 25, 2016
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

.NET Core

.NET Core 1.0  .NET Core 1.0 is a major new investment in the future of .NET and laying the foundation for decades to come. Still, it is in its early stage, and for some time you might still focus .NET Framework 4.6 depending on your application needs. But for many scenarios,
1 9 10 11 12 13 17

Authors

Follow Me

GoUp