A Place For My Thoughts, Analytical Activities & Research

Category archive

Microsoft Visual C#.

This Category is all about Microsoft Visual C#. : - )

Structures

by

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 structure. Structures-Basic data types: char,…

Keep Reading

JumpStart with Microsoft Visual C#

by

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…

Keep Reading

Develop a C# Console Project

by

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…

Keep Reading

C# Memory Management

by

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…

Keep Reading

.NET Core

by

.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, especially in cloud/server scenarios, it…

Keep Reading

Architecture of .NET Framework

by

.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…

Keep Reading

Go to Top
Close Bitnami banner
Bitnami