by Santhakumar Munuswamy
Posted on 18 November 2016
Visual Studio
In this article, we will discuss in detail about the new release of Visual Studio 2017, list of features, setting up the environment, prerequisite and so on. Microsoft announced the new release of Visual Studio 2017 on 16th November 2016. [More]
by Santhakumar Munuswamy
Posted on 21 October 2016
Achievements
Hi all, I am feeling awesome to say you that another time in the row of TechNet Guru Winner on September month. My two article got selected in Microsoft TechNet Wiki blog for the category of Miscellaneous and Visual C#. [More]
by Santhakumar Munuswamy
Posted on 03 October 2016
ASP.NET Core
In this article, we will discuss how we can develop the user management application using ASP.Net Core with Entity Framework Core in Windows. As we discussed understanding about ASP.Net Core with hello world application on Windows in my previous articles. If you want to learn ASP.Net Core and its features [More]
by Santhakumar Munuswamy
Posted on 02 October 2016
ASP.NET Core
In this article, we will discuss how we can developing the ASP.Net Core Web application on Linux. As we discussed understanding about ASP.Net Core with Hello world application on windows in my previous articles. If you want to learn ASP.Net Core and its features, you can read the the below link, [More]
by Santhakumar Munuswamy
Posted on 01 October 2016
.NET Core
In this article, we will discuss how we can setup .Net Core on Linux environment, Prerequisite,Developing a console application on Linux , etc. As we discussed understanding about .NET Core with hello world application on Windows in my previous articles. [More]
by Santhakumar Munuswamy
Posted on 10 September 2016
ASP.NET Core
In this article, we will discuss how we can understand the ASP.Net Core, features of ASP.Net Core, Setting up the environment, Creating a Hello World Web Application and run on it, etc. As you, all the know about ASP.Net much better than me so that we will learn about ASP.Net Core here [More]
by Santhakumar Munuswamy
Posted on 06 September 2016
.NET Core
In this article, we will discuss how we can understand the .NET Core, features of .NET Core, Setting up the environment, Creating a Hello World Application and run on it, etc. As you, all the know about .NET Framework much better than me so that we will learn about .NET Core here. [More]
by Santhakumar Munuswamy
Posted on 31 August 2016
Achievements
Hi all, I am very much happy to say you that my article got selected in Microsoft TechNet Wiki blog for the category of universal windows platform. I was won the Gold Medal for the Universal Windows Platform Technical Guru - July 2016. You can also see the all winners list as below [More]
by Santhakumar Munuswamy
Posted on 30 August 2016
Visual Studio
In this post, we will see the new feature of Visual Studio “15” Preview 4, setting up the environment and so on. Microsoft announced the new release of Visual Studio “15” Preview 4 on August 22 2016. Visual Studio team has released innovation features and improved the product. [More]
by Santhakumar Munuswamy
Posted on 31 July 2016
UWP
In this article we will discuss how to implement the AutoSuggestBox in UWP. We have discussed about the AppBar and CommandBar implementation in the my previous article. As you all know AutoSuggestBox is a default classes on the Windows.UI.Xaml.Controls package in Windows Runtime APIs. AutoSuggestBox is a UI control and which is used to list of suggestion to select from the user input. We can able to customize the control and its enable to the search functionality in AutoSuggestBox. They are three important item such as Text Changed, Suggestion chosen, Query submitted in AutoSuggestBox. [More]