Tag: .NET

  • Lesser Known C# Features – Part 4

    This is Part 4 and most likely the last part of my series, lesser-known features of C#. The previous parts of this series are available here: Lesser known C# features – Part 1 Lesser known C# features – Part 2 Lesser known C# features – Part 3

  • Lesser known C# features – Part 3

    This is Part 3 of my series, lesser-known features of C#. The previous parts of this series are available here: Lesser known C# features – Part 1 Lesser known C# – feature – Part 2

  • Lesser known C# features – Part 2

    This is Part 2 of the series, lesser-known features of C# language. I would suggest you to go through Part 1 if you have not already.

  • Lesser known C# features – Part 1

    Language C#  has become very powerful and mature over the years. As with any other language, C# also has few features which are used lesser than others. These are useful but often forgotten features. Through a series of blog post, I want to talk to about these lesser known/used features of C#. This is Part 1 of the series.

  • Tools and tricks that can help you code better and faster

    Tools and tricks you can use along with Visual Studio to make your life easy as a developer:

  • TFS User – Why you need to switch to Git

    Not too long ago, TFS and SVN were the only source control I had used. I had a very little experience of distributed source controls like Git. So when I got an opportunity to work on Git on a large scale project for the first time, I had my doubts. But, it did not take…

  • Feature Management with Launch Darkly

    In my workplace, our project is set up for Continuous Delivery. We do a production deployment almost daily and sometimes even more than once in a day. Ours is a fairly big solution built primarily on Microsoft technologies and Git as a Source Control. Setting up CI/ CD for your solution is easier said than…

  • Castle Windsor: Change Lifestyle

    In my current project, we use Castle Winsdor for Dependency Injection. I must admit before this project I had never used or even heard of it. I have had some love-hate relationship with Castle Windsor , with more hate than love initially. However, over a period of time, I realized that Castle Windsor is probably…

  • Microsoft Bot Framework – PART 3: Add channels to bots

    This is part 3 (and possibly the final) of Microsoft Bot Framework Series. If you have jumped right here, you may want to look into my part 1 and part 2 of my blog. In this post, I will explain how to add different channels to the Microsoft Bot Microsoft Bot Framework provides the option…

  • Microsoft Bot Framework – Part 2: Publish Bot Service to Azure

    This blog post is Part 2 of how to create a chat bot with Microsoft Bot Framework which can answer FAQs on your website. This is in continuation to my previous post where I explained how to create a QnA service using Microsoft QnA service maker. You can read Part 1 of my post here.…