Posts

Showing posts from July, 2017

For .NET Developers

A must know points For .NET Developers - Build dynamic applications in an agile environment - Must have strong C# programming experience. - Web API / Azure API development experience. - Experience with the Agile methodology and Test Driven Development. - .Net Core development experience. - PowerShell scripting experience - Team Foundation Server / Visual Studio Team Services - Build and Release Management. - Automated DevOps with Microsoft Azure Resource Manager. - Architecture and development experience in enterprise applications - An understanding and knowledge of .Net, Web Services, WPF, WCF, MVC, Patterns/OO Design, and Web Frameworks - VB.NET - Visual Studio - .NET Framework 3.5 and/or 4.0, XML, AJAX - ASP.NET - Agile Design Patterns - HTML / CSS / Javascript - MS SQL Server

Get Computer description

Get Computer description For Windows Operating System using C# using System.Win32; string key = @"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters"; string computerDescription = (string)Registry.GetValue(key, "srvcomment", null);