Resources  
  • Enhancing My AI Sales Agent with FAQ Knowledge IntegrationJan 16, 2026. Enhanced AI Sales Agent with FAQ integration for faster responses, higher accuracy, and improved user experience. Next: Seamless CRM automation!
  • No-Code FAQ Bot with Azure Bot Service and Language StudioAug 06, 2024. Create a custom FAQ bot effortlessly using Azure Bot Service and Language Studio. This no-code approach involves setting up a question-answering project, adding content sources, testing responses, and deploying your bot.
  • Build A FAQ Chatbot With Power Virtual AgentsApr 24, 2020. In this article you will learn how to build an FAQ chatbot with Power Virtual Agents.
  • Create FAQ BOT Using QnA Cognitive Service And Integrate BOT Service To The Microsoft TeamsFeb 28, 2020. In this article, you will learn how to create faq bot using qna cognitive service and integrate bot service to the microsoft teams.
  • Create And Build FAQ Chatbot Using Azure Bot Service Without Any CodingOct 26, 2018. Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be free. Your bot can also have more guided interactions where it provides the users with choices or actions. The conversation can use simple text strings or more complex rich cards that contain text, images, and action buttons. And, you can add natural language interactions, which let your users interact with your bots in a natural and expressive way.
  • Demystifying QnAMaker FAQ Bots Supported Language MythSep 04, 2018. In this article, I will brief you about how QnA Maker knowledgebase service deals with languages. How to verify language associated with service and about the recommended way to develop FAQ Bot with multiple languages.
  • Creating A QnA Maker FAQ Bot And Integrating It To Your Web AppFeb 26, 2018. QnAMaker FAQ API is used to train your Azure bot to answer FAQs by creating a endpoint on QnA Maker API and configuring it in your bot. In this blog, we shall learn how to create a QnA Maker FAQ Bot step by step and also learn how to integrate QnA maker API bot in your Web App.
  • Building Intelligent C# Corner FAQ Bot Using QnA Maker And Azure Bot ServiceNov 24, 2017. In this article, we will be learning as how to create or build an intelligent Azure Bot using Microsoft QnA maker and Azure Bot service. Also, we will be deploying this Bot to application live. For novice Cloud developers, aspiring Cloud architects, Pre-sales consultants and all other IT professionals associated with the Cloud computing, especially with Microsoft Azure and Artificial Intelligence, this article will explain the capabilities of Microsoft Bot service and Microsoft cognitive QnA Maker.
  • Creating FAQ Bot With BOT Framework's QnA MakerJan 07, 2017. In this article, you will learn how to create FAQ Bot with BOT Framework’s QnA Maker.
  • C# FAQ 7: What Are Data Types, Variables And OperatorsApr 25, 2016. In this article, you will learn the concepts related to data types, variables and operators.
  • C# FAQ 6 - How Do I Display Numbers In Different FormatsJan 01, 2016. This article examines the various ways by which you can display numbers in C#.
  • C# FAQ 5 - How Do I Write My First C# ProgramNov 30, 2015. In this FAQ, we will examine the steps required to develop a simple C# console based program.
  • C# Faq 4 - How Do I Configure C# CompilerNov 29, 2015. This article helps you to learn the initial steps required to compile a C# program from DOS command prompt.
  • C# FAQ 3 - Getting Started With C#Oct 19, 2015. This article examines the basics concepts associated with C# programming such as CLR, Class libraries and namespaces.
  • C# FAQ 2 - About .NET Framework And Visual StudioOct 09, 2015. This FAQ examines the concepts associated with .NET Framework, CLR, Visual Studio, Visual Studio Community and Visual Studio Online.
  • C# FAQ 1 - What Is Object Oriented Programming?Oct 03, 2015. In this article you will learn about Object Oriented Programming with C#.
  • C# Corner FAQ Integration in Web Application Using IntroJSNov 12, 2014. In this article you will learn how to use IntroJS in a web application.
  • CAS (Code Access Security) & .NET 4.0 Security Model FAQ (With Full Video Demonstration)Oct 23, 2010. This article first starts with the basic concepts of CAS like evidence, permission, code groups and caspol.exe. It then moves ahead to demonstrate how CAS can be implemented in real world. This article further talks about ground up changes made in .NET 4.0 for CAS. In those regards it discusses about security transparent model and sandboxing.
  • .NET 4.0 MEF FAQ (Socket, Plug and Extension)Sep 03, 2010. This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologies like Silverlight, WPF and ASP.NET.
  • SQL Query Optimization FAQ Part 1 (With video explanation)Feb 02, 2010. In this article we will first try to understand what is a SQL plan, how is it created and then we will move towards understanding how to read the SQL plan. As we read the SQL plan we will try to understand different operators like table scan, index seek scan, clustered scan, RID lookup etc. We will also look in to the best practices associated with clustered and non-clustered indexes and how they function internally. We will practically see how indexed views increase performance and in what scenarios we should use the same.
  • 12 Important FAQ on VSTS TestingDec 06, 2009. This article has 12 important FAQ which covers unit testing, automated testing, data driven test, LOAD / performance test, code coverage, database testing and ordered testing.
  • LINQ FAQ Part3Aug 01, 2009. This is the third series in my LINQ FAQ series. In this series we will cover LINQ FAQ’s related to concurrency handling, compiled queries, CRUD implementation and mapping simple .NET classes with XML file configuration. I love to write articles in FAQ format for the only purpose that they are to the point and you can get to know more by reading less.
  • LINQ FAQ Part 2Jul 14, 2009. This FAQ article is dedicated to LINQ to SQL. In this article we will see a basic example of LINQ to SQL, how to define 1-1 and 1-many relationship using LINQ, how we can optimize LINQ queries, execution of stored procedures using LINQ and finally we will see a simple CRUD example using LINQ to SQL. For past some days I was running small sprint to complete this marathon I hope you will like this article.
  • LINQ FAQ for Newbie's Jul 13, 2009. In this section we will run through basics of LINQ and then see 5 basic LINQ queries which you will always need in your project for queries. While looking at the basics we will also try to learn what problem LINQ solves from the perspective of middle tier business objects.
  • WCF FAQ Part 3 - 10 Security Related FAQJun 23, 2009. In this article, we will start with transport and message security understanding. We will then see simple code samples of how to implement transport and message security using WsHTTP bindings. We will also see what is the difference between ‘BasicHttpBinding’ and ‘WsHttpBinding’ with the help of a simple source code. WCF security is a huge topic by itself, but we are sure with this article you will get a quick start of how to go about WCF security.
  • Silverlight FAQ part 2 (Animations and Transformations)Jun 23, 2009. This FAQ is completed dedicated to animations and transformations using Silverlight. The tutorial starts with animation basics like timelines and storyboard. Later the article moves ahead to talk about different animations supported and we finally end the tutorial with a simple rectangle animation.
  • 21 Important FAQ questions for WPF and SilverLightMay 17, 2009. This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them.
  • Project Management Schedule Management FAQ seriesApr 13, 2009. In this article we will run through a quick FAQ for schedule management of software projects.
  • Crystal and Reporting Services FAQ - Part 2Apr 03, 2009. This article is the continuation of Crystal and Reporting Services FAQ - Part 1. This FAQ will give you a quick start for two giant reports on Crystal and Reporting Services.
  • Windows Presentation Foundation (WPF) Beginners FAQ Mar 13, 2009. In this article we will go through FAQ's from WPF section. We will start first with understanding why WPF..? and later we will create a small sample hello world project for WPF which will make us understand WPF much better.
  • LINQ FAQ for Newbie's Mar 05, 2009. In this article we will run through basics of LINQ and then see 5 basic LINQ queries which you will always need in your project for queries. While looking at the basics we will also try to learn what problem LINQ solves from the perspective of middle tier business objects.
  • SharePoint Quick Start FAQ - Part 4Feb 07, 2009. This is my fourth series of SharePoint Quick Start FAQ. In this series the theme is WebPart , WebPart and WebPart J.  So let’s enjoy the WebPart bonanza.
  • Ajax Quick Start FAQ Feb 04, 2009. This FAQ is like a starter kit. It will help you understand the main aspects of Ajax in a rapid fashion....
  • Architecture FAQ for Localization and Globalization: Part IIFeb 03, 2009. This article is Part 2 of Localization and Globalization in this we will go through a series of FAQ which will give you a quick start on making application multi-language based.
  • Architecture FAQ for Localization and Globalization: Part IFeb 02, 2009. In this article we will go through a series of FAQ which will give you a quick start on making application multi-language based.
  • Copilot+ PC FAQJun 19, 2024. Copilot+ PCs are a new generation of Windows 11 machines designed specifically for AI workloads. Here is some Copilot+ PC FAQs.
  • Create FAQ's As Sharepoint Modern Page Used In Sharepoint Intranet Site Jun 05, 2020. This article explains creating an FAQ in a Sharepoint Modern page and display the questions in Intranet site as Clickable
  • Blockchain FAQFeb 18, 2019. Blockchain is a trending technology and many among us want to learn it. There are many resources available. Still, there are some common questions people ask very often on forums or in comments. To clear up all those doubts, we'll go through the basic blockchain FAQs.
  • FAQ based Bot Application Using QnA Maker - Part OneJan 19, 2018. QnA Maker is rest based cognitive services which help to train and create the knowledge base. It can be easily incorporated using Bot Framework
  • Microsoft Azure FAQsNov 23, 2015. This article addresses some basic FAQs regarding azure platform, subscription and services.
  • Execution Order of Filters in MVC 4 With Practices: Important FAQJun 13, 2014. This article describes the execution order of filters in MVC with practices.
  • Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ)Jan 28, 2011. Diagnosing a software application is an art and this art has to be more skillful when in production. In the development environment you have the complete VS IDE tool so diagnosing is much easier. In a production environment as a best practice you do not install Visual Studio IDE. So in production it’s like fighting with a Lion without a knife.
  • JQuery FAQFeb 24, 2010. Here are some frequently asked questions about JQuery.
  • .NET 4.0 FAQ: Part I - The DLROct 13, 2009. In this section we will look in to new features provided by .NET 4.0 framework. We have a glance on some important features, DLR, subsystems of DLR, dynamic object and expand objects.
  • WCF FAQ: Part 5 - TransactionsAug 09, 2009. This is my 5th WCF FAQ article. This article is completely dedicated to WCF transactions. In this article we will understand the WCF transaction protocol, two phases in WCF transaction, transaction options and finally end up with simple sample for WCF transaction.
  • Azure FAQ: Part IAug 03, 2009. Different people have different obsessions and I have this stupid obsession of writing articles in FAQ formats :-) . The more I try to write articles in normal format I end up with a FAQ. My only thought process of writing articles in FAQ format is that we end up talking to the point rather than talking about trees and rivers , many may disagree.
  • SilverLight FAQ's - Part 3Jun 25, 2009. This article discusses 12 FAQ’s which revolve around bindings, layouts, consuming WCF services and how to connect to database through SilverLight.
  • Project Management Costing - FAQ'sMay 19, 2009. This is a short and sweet FAQ which iterates through the most common metrics which will help you judge your project health.
  • WCF Tracing FAQApr 30, 2009. In this article, we will look how we can trace and debug information in WCF services. There are some ready made tracelisteners provided by WCF. The base of these ready made trace listeners is .NET trace listener. So we will first understand the basic concept of trace listener and then go through the ready made tracelisteners provided by WCF.
  • Windows Communication Foundation FAQ: Part IIApr 16, 2009. In this article, we will run through a quick FAQ for WCF. I am sure after reading this you will get a good understanding of the fundamentals of WCF.
  • SharePoint Quick Start FAQ: Part VApr 09, 2009. This is the 5th tutorial of SharePoint FAQ series. This series will mainly concentrate on custom columns, content types and document list library. I am sure once your read this article your thinking of how SharePoint organizes document centralization will change.
  • SQL Server - FAQ'sFeb 16, 2009. In this article we will go through the most basic and frequently asked interview questions on SQL Server.
  • Service Oriented Architecture (SOA) - FAQ'sFeb 14, 2009. In this article we will discuss abour Service Oriented Architecture (SOA) which is must and essential for every architect.
  • ADO.NET FAQ's: Part IIFeb 13, 2009. This is the Part 2 of ADO.NET. In this section also we will touch base on one of important concepts in ADO.NET.
  • ADO.NET FAQ's: Part IFeb 12, 2009. This is the Part I of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
  • Caching FAQ's: Part IIFeb 02, 2009. This is 2nd part of Caching FAQ's. In this section we will touch base on one of important concepts in .Net Caching.
  • ASP.NET FAQ's: Part 2Feb 02, 2009. This is Part 2 of ASP.NET Interview Questions section in this also we will touch base on one of important concepts in ASP. NET.
  • ASP.NET FAQ's: Part IJan 27, 2009. In this article, we will touch base on one of important concepts in ASP.Net.
  • Caching FAQ's: Part IJan 22, 2009. In this section we will touch base on one of important concepts in .NET Caching.
  • SharePoint Quick Start FAQ: Part IIIJan 15, 2009. This is my third series of SharePoint Quick Start FAQ. We will cover page templates , page instances , WSS model , understand safe mode processing , deploy custom controls and understand WebParts. So let’s drink the SharePoint wine series by series, slowly , maintain the hangover and enjoy this great product.
  • SharePoint Quick Start FAQ: Part IIJan 14, 2009. In the previous session of SharePoint article we had discussed about the basics of SharePoint. In this session we will - create site / site collection, understand the ready made functional reusable modules, learn how we can display a simple page and later apply master pages of SharePoint, host a Inline code and behind code page in SharePoint, understand the concept of features and understand step by step how to enable / disable a feature, how do display a feature in Admin.
  • SharePoint Quick Start FAQ: Part IJan 13, 2009. Below is quick start FAQ for people who are new to share point. We will warm up some theory in the first two articles and then do some practical on the same lines.
  • Windows Workflow Foundation(WWF) - FAQJan 05, 2009. In this FAQ we will quickly run through and get a feel of how WWF (Windows Workflow Foundation) will help you in making custom work flows in your project.
  • Windows Communication Foundation(WCF) FAQ: Part IJan 02, 2009. WCF is a part of .NET 3.0.“. WCF is a unification technology, which unites the following technologies like NET remoting, MSMQ, Web services, COM+.
  • (WPF) Windows Presentation Foundation - FAQJan 02, 2009. In this section we will make a quick walkthrough of WPF which will help you understand WPF instantly.
  • Database and SQL Server FAQ: Part IDec 31, 2007. This article is a primer on databases and Sql Server. Similar to a FAQ, it is written with questions that could potentially be asked in a job interview.
  • Build a Knowledge Base Chatbot: Complete 2025 GuideNov 14, 2025. Learn how to build a knowledge base chatbot using modern AI, vector embeddings, retrieval, and structured content practices. Includes architecture diagrams, workflows, JSON templates, use cases, limitations, FAQs, and publishing checklist.
  • How To Create A Beautiful Accordion In PowerAppsFeb 21, 2022. In this article, we will learn how to create an accordion in PowerApps. We will see step by step process for the same. Using flexible height gallery control can help us to achieve the same.
  • Introduction to ReduxSep 24, 2019. This article talks about the introduction to Redux. Redux is a predictable state container for JavaScript apps.
  • Building A QnA Maker BotJul 08, 2019. In this article, you will learn how to build a QnA Maker Bot.
  • HoloLens Frequently Asked QuestionsApr 02, 2016. Here is a list of Microsoft HoloLens frequently asked questions and their answers.
  • Top Frequently Asked Questions in .Net InterviewSep 13, 2013. Prepare for your .Net interview with our comprehensive guide to the top frequently asked questions. This resource covers essential topics, common interview questions, and detailed answers to help you succeed.
  • Find an Operating System versionNov 09, 2012. This tutorial gives description about OS Version using Env classes
  • SharePoint workflow basicsApr 08, 2009. In this article we will understand the basics of sharepoint workflow , the life cycle of sharepoint work flow and finally we implement a simple work flow using the three-state work flow which is available in share point.
  • Agile Development: Part IJan 07, 2009. This article is a quick FAQ of Agile. By reading this you will understand fundamentals of Agile and different ways of implementing Agile.
  • C# and .NETJan 07, 2002. It is sometimes important to know the details of what the compiler does. You may want to know whether constants are evaluated at compile time, or whether constant strings are folded at compile time.