jjj

C# 8.0 new features

C# 8.0 is Microsoft’s seventh major update to the flagship programming language. It gives unusual flexibility and breadth to the C# as a language. At one end, it offers abstractions of high-level such as asynchronous continuations and query expressions, whereas at the other end, through constructs such as custom value types and optional pointers it allows low-level efficiency.

Read More
jjj

Setting up Google Cloud to play Windows based game

These are the pros lot of free credit, excellent bandwidth, and low latency, World most powerful GPUs (Nvidia V100 and P100). These are cons sometimes the connection from the client-side with parsec fails with an error code -6023, the maximum resolution is 1366 x 768, would be awesome if someone finds out how to get higher resolutions, getting permanent GPUs can be troublesome (you`ll understand this later)

Read More
jjj

How to create a user in Active Directory?

Active Directory is Microsoft software which is used to organize the company’s users, computers within a network. It allows network administrators to create and manage domains, users, and objects. It is used to provide authentication/authorization to users, computers, and resources. Read the blog to know more.

Read More
jjj

Blazor Web Framework in C#

Blazor is a new technology developed by Microsoft. If you are familiar with client-side technologies, think of it as C# on the client-side. Instead of using JavaScript on the front-end to power up your web applications now, we can use Blazor on the front end. Read the blog and know more about it.

Read More
jjj

How to get started with Xamarin.UI test for Android?

Xamarin.UI test is a testing framework that is used to perform automation testing on both iOS and Android applications. Read our blog and understand What do we need to get started with the Xamarin.UI test and How to start testing the Project with the Xamarin.UI test.

Read More
jjj

What is VSTS and its core importance?

VSTS stands for – Microsoft Visual Studio Team Services (VSTS), previously it’s referred to as Visual Studio Online. It is the Project Management tool Do read our blog and know more about VSTS and its core importance.

Read More
jjj

How To Create the Web configuration File in ASP.NET?

It is an application configuration file of the Official Microsoft ASP.NET site written in XML format and is responsible for controlling the application behavior. Read the blog and know about what is the web.config file? benefits of the XML format configuration file and its Key Features.

Read More
jjj

Dependency Injection in C#

A lot of developers get confused when they hear the term, Dependency Injection. This heavy word brings confusion about its purpose, its usage and its procedures. To understand the term Dependency Injection and the ways of implementing it, read our blog now.

Read More
jjj

ASP.Net Web API 2

In this Blog, we have tried and articulated the Basics of ASP.NET Web API., what is the Web API, basic structure of an ASP.NET Web API project, the difference between Web API and MVC, uses of filters, routing and different hosting modes.

Read More
jjj

SCCM (System Center Configuration Manager)

SCCM (System Center Configuration Manager) is a tool developed by Microsoft to manage systems. It was initially released in 1994 and it was known as SMS (Systems Management Server).

Read More