

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 way to practice visual Application…
Develop a Windows 10 App in C#
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 here; You will see the…

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 run on the Desktop. And…

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 powerful IDE in the world…

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 integral component of Windows that…

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 objects and releases resources. And…

Architecture of .NET Framework
.NET Framework is developed by Microsoft. The .NET Framework is Microsoft platform for Software Development. It provides a Universal Platform that let Microsoft Developers Program in same way and with the same languages regardless of whether for working for the Web, for Desktop or for Mobile. There’re also class libraries available for particular type of…

JumpStart with XAML in UWP
If you want to leverage your existing knowledge of creating user interfaces and doing so in Visual Studio, and apply that towards creating Universal Windows Platform apps. Did you notice how similar it was to creating WPF and ASP.Net Web Forms? That was no accident. It’s a very similar experience and a very similar workflow. And…

IBM Watson: Coping with Humans – A Support Group for Bots
IBM Watson is a cognitive system that’s ushering in the new era of cognitive business. Recently, a group of battered science fiction bots spoke about their yen to take over the world and their dislike for working with humans. Unlike them, Watson works with humans to outthink competitors, challenges, limits. After competing against the two…

Facebook Live for Everyone: Make Easier to Create, Share and Discover Live Videos.
Today, Facebook launch the “Facebook Live for Everyone” — to make it easier to create, share and discover live videos. Live is like having a TV camera in your pocket. Anyone with a phone now has the power to broadcast to anyone in the world. When you interact live, you feel connected in a more personal way.…