Related resources for visual
  • Git GUI Clients (2), VS Code11/1/2024 8:25:54 PM. This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
  • Git GUI Clients (3), GitHub Desktop11/1/2024 7:30:56 PM. This article discusses the GitHub Desktop as a client GUI. This series explores various Git GUI clients like Visual Studio, GitHub Desktop, and SmartGit, detailing features such as repo management, in
  • Top AI Tools for Testers10/30/2024 6:04:42 AM. Artificial Intelligence (AI) revolutionizes software testing by automating repetitive tasks, enhancing accuracy, and expediting the testing process. It enables testers to generate test cases, detect d
  • Integrating OpenAI's Assistant API in .NET Applications10/30/2024 5:41:53 AM. Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
  • Endpoint Explorer in Visual Studio 202210/28/2024 5:54:45 AM. Endpoint Explorer in Visual Studio 2022 is a powerful tool for developers to easily test, debug, and manage API endpoints directly within the IDE. It streamlines API development by allowing quick setu
  • Create a Data Visualization Adaptive Card Extension10/24/2024 7:03:25 AM. Creating a Data Visualization Adaptive Card Extension (ACE) for SharePoint Online using the SharePoint Framework (SPFx) involves building a custom ACE component to display visual data in the form of c
  • Explaining FastAPI in Python10/15/2024 7:22:51 AM. FastAPI is a modern Python framework that simplifies API development with built-in support for async operations, data validation using Pydantic, and automatic generation of Swagger and ReDoc documenta
  • Debugging Angular Using Visual Studio Code (VSCode)10/14/2024 11:45:42 AM. Debugging Angular using Visual Studio Code (VSCode).
  • Fixing the 'Process with an Id of #### is not Running' Error in Visual Studio10/14/2024 5:09:18 AM. In this article, we will learn why this error occurs, how to identify the underlying cause, and step-by-step solutions to fix it, ensuring smoother development and debugging in Visual Studio projects.
  • Multiple Diagrams Per Model With Entity Framework and Visual Studio 201310/8/2024 9:03:31 AM. The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and
  • Develop Bot Application Using Visual Studio Mac10/8/2024 8:57:28 AM. The 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 interaction
  • Displaying Partial View On Condition in Web API10/8/2024 8:53:24 AM. This article explains how to create and display partial views conditionally in an ASP.NET MVC Web API application. By selecting a value from a drop-down list and submitting it, the corresponding parti
  • Generate or find Connection String from Visual Studio10/3/2024 11:44:59 AM. This guide covers various methods, including using the Connection String Builder, accessing app.config and web.config files, and integrating with SQL Server and Entity Framework. Mastering connection
  • Creating Stored Procedures with Managed Code10/3/2024 11:41:01 AM. This article demonstrates how to create a stored procedure in Microsoft SQL Server 2005 using managed code in C#. It details the process of setting up a SQL Server project in Visual Studio, writing th
  • Create Year Quarter Month Drill Down With Proper Sort Order In Power BI10/1/2024 9:15:37 AM. This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
  • Send Email to Gmail in ASP.Net Using C#10/1/2024 8:35:17 AM. Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail's SMTP server us
  • How To Create An HTTP Trigger Azure Function App Using Visual Studio 201710/1/2024 8:24:46 AM. Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
  • How To Create An App Page Using SharePoint Framework In SharePoint Online Modern Site10/1/2024 8:22:16 AM. This article guides you through creating an app page using SPFx in SharePoint Online Modern Site. An app page allows pre-configured application content without user authoring. You'll learn to set
  • Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET9/28/2024 5:48:07 AM. This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
  • Building Image Generation Apps with Azure OpenAI in .NET9/28/2024 5:07:03 AM. This article guides you through using Azure OpenAI's DALL-E service in .NET to generate images based on prompts. It covers setting up an OpenAI resource, deploying the DALL-E model, and writing C#
  • ASP.Net SignalR: Building a Simple Real-Time Chat Application9/27/2024 10:21:27 AM. In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
  • What is Codeium and How to Use it for Test Case Writing9/27/2024 6:02:26 AM. This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
  • Create Custom Tab in Office Ribbon at Excel/ Word 20079/25/2024 9:48:35 AM. This article provides a step-by-step guide for customizing Office 2007 applications like Excel and Word using Visual Studio 2008. It demonstrates how to create a custom tab in the Ribbon without codin
  • Visualizing MySQL Date-Time Data with CanvasJS in PHP9/25/2024 5:31:31 AM. Learn how to create CanvasJS charts using date-time values from a database in PHP. This comprehensive guide covers setting up your database, fetching data, converting PHP timestamps to JavaScript time
  • How To Create A Sparklines In Power BI Tables And Matrix Visual?9/24/2024 12:01:28 PM. This article explores the new "Sparklines" feature in Power BI as of December 2021, which allows users to visualize trends within table and matrix visuals. Sparklines provide a compact way t
  • Getting Started With Angular 2 Application Using Visual Studio9/24/2024 9:13:16 AM. This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
  • What are Different File Extension in .net9/23/2024 8:37:06 AM. This article explores key file extensions in ASP.NET, including .ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for def
  • Creating Visually Engaging Dashboards: Ultimate Power BI Theme9/23/2024 7:07:10 AM. The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
  • Generating Chart Dynamically In MVC Using Chart.js9/19/2024 10:12:55 AM. This guide covers integrating Chart.js with your MVC framework, customizing charts, and handling real-time data to create responsive and visually appealing data visualizations for your web projects.
  • Why To Use C# And When To Prefer Other Languages9/19/2024 10:07:03 AM. This blog explores the choice between programming languages like C#, C++, and Java, focusing on productivity, ease of use, and project requirements. It emphasizes the importance of selecting the right
  • Client-Side Chart Widget in HTML 5: Part 2 (Pie Chart)9/19/2024 10:05:08 AM. Learn how to create a client-side Pie Chart using HTML5 and Chart.js. This guide covers loading data, defining chart properties like values, colors, and labels, and using JavaScript to render the char
  • Ignoring Merge Conflicts for Files in Git, Visual Studio9/18/2024 12:55:54 PM. This article is to discuss Git Merge with ignoring some conflict files. This article addresses resolving merge conflicts in Git when multiple users modify the same file. It covers project setup, confl
  • Resolve "Member Name Cannot Be the Same as Enclosing Type" Error9/18/2024 12:23:37 PM. A colleague faced a build error in Visual Studio when naming a file Profile.aspx, which conflicted with the System.Web.Profile type. The error "member name cannot be the same as enclosing type&qu
  • Create A Timer Job In Sharepoint Programmatically Using Server-Side Object Model9/18/2024 8:59:02 AM. Learn how to programmatically create a Timer Job in SharePoint 2013 using the Server-Side Object Model. This guide covers setting up a SharePoint project, defining a TimerJob class, adding a Feature a
  • How to Create a Simple Web Service and Use it in ASP.NET9/17/2024 10:29:10 AM. Learn to create and use a web service in ASP.NET with this guide. Start by setting up a new ASP.NET project in Visual Studio, adding a web service file, and defining methods for basic arithmetic opera
  • Azure App Service: Create Web App from Visual Studio9/17/2024 10:25:52 AM. To create a new web application in Visual Studio, go to File -> New Project and select “Web Forms,” ensuring the “Host in the Cloud” checkbox is checked with “App Service” selected. After configuri
  • Export Data In Excel File With ASP.NET MVC9/17/2024 10:23:49 AM. In this tutorial, learn how to export data from an ASP.NET MVC application to an Excel file using the ClosedXml library. We'll guide you through creating a project, setting up entity classes, and
  • Graphical Matrix Representation9/17/2024 9:22:09 AM. Graphical Matrix Representation" refers to visualizing matrices in a graphical format, aiding in the understanding of complex data structures. This approach is widely used in fields like graph th
  • Looping With Ng-repeat in AngularJS9/10/2024 10:19:21 AM. Learn how to display data in AngularJS using ng-init and ng-repeat directives. ng-repeat instantiates an element for each item in a collection, while ng-init allows evaluation of expressions in the cu
  • Print Dialog And Print Preview Tools Using Entire Windows Form To Print9/9/2024 11:10:25 AM. This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configu
  • Export Data Table To Excel in ASP.Net MVC 49/5/2024 11:09:19 AM. This article demonstrates exporting a Data Table to Excel in ASP.NET MVC. It covers creating a new project, adding a ClosedXML reference, and setting up models and controllers. It details fetching dat
  • Azure App Service - Configure Existing App From Visual Studio9/5/2024 11:02:27 AM. Learn how to configure application settings for Azure App Service using Visual Studio. This guide walks you through setting up your Azure App Service, integrating your application, and managing config
  • Export Data From Database Table to Excel File in ASP.Net MVC9/5/2024 10:55:56 AM. Exporting data from a database to Excel in ASP.NET MVC involves creating a database, setting up a model, and designing a view. Use SqlConnection and SqlDataAdapter to fetch data and Microsoft.Office.I
  • Create Visual Reports in Power BI with Microsoft Cost Management Connector9/2/2024 6:39:11 AM. The Microsoft Cost Management connector for Power BI Desktop enables customized visualizations of Azure spending. It supports customers with Direct Microsoft Customer Agreements, Enterprise Agreements
  • SSRS (4) --- SQL Server Database Project in Visual Studio8/29/2024 2:28:31 AM. This article is to discuss: SQL Server Database Project in Visual Studio
  • Create Intelligent Chatbots with C# Tools and Techniques8/26/2024 4:11:15 AM. Build intelligent chatbots using C# and AI frameworks like Microsoft Bot Framework and Azure Cognitive Services. Leverage NLP for natural conversation flow, integrate LUIS for intent recognition, and
  • Understanding of Code Coverage Analysis in C#8/23/2024 7:43:58 AM. In my previous article, I explained about Unit testing in C# and in this article, we will take a look at code coverage.
  • How to get all the user properties using powershell in SharePoint 2010 8/22/2024 7:23:23 AM. Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
  • Drawing a Heatmap Using D3.js8/22/2024 4:30:39 AM. Heatmaps are powerful visual representations that can help us analyze and understand patterns in data. They provide a graphical representation of data where the values are represented by colors. In th
  • Best Practices for Data Visualization in Power BI8/21/2024 8:46:19 AM. This guide covers essential techniques for creating clear, impactful dashboards and reports. Discover how to choose the right visualizations, design effective layouts, and leverage Power BI’s features
  • Prompt Management in Amazon Bedrock using .NET Console App8/20/2024 7:40:21 AM. Learn to create and manage prompts in Amazon Bedrock using a .NET console application. This guide covers setting up your environment with AWS CLI and Visual Studio, and using the AWSSDK.BedrockAgent p
  • Code Examples for .NET 8 Features with C# 128/18/2024 1:22:31 PM. An in-depth look at performance enhancements, language improvements, and new libraries in this comprehensive article by Ziggy Rafiq.
  • Host ASP.NET Website From Visual Studio8/16/2024 8:55:09 AM. In this article you will learn how to host ASP.NET Website from Visual Studio.
  • HighChart in JavaScript8/13/2024 10:47:18 AM. This article introduces Highcharts, a JavaScript library for creating interactive charts. It covers installation using Highcharts.js and jQuery, and provides a step-by-step guide to creating a bar cha
  • Stream Conversations with Amazon Bedrock API in .NET Console App8/12/2024 5:13:11 AM. Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environm
  • Entity Framework (0), Overview8/10/2024 2:07:47 PM. In this article, you will learn about entity framework (0), Overview, concept, and approaches.
  • Entity Framework (1), With .Net MVC, Code-First8/10/2024 2:07:03 PM. Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
  • Developing a PieChart in HTML5 Using Canvas8/9/2024 9:46:39 AM. This article demonstrates how to create a simple Pie Chart using the HTML5 canvas element. It explains the concept of Pie Charts, their advantages and limitations, and provides a step-by-step guide to
  • Scatter Plot Using D3JS8/8/2024 11:39:27 AM. Learn to visualize data with ease using D3JS in this guide. Explore how to use JSON data to create dynamic charts like scatter plots through simple HTML, CSS, and JavaScript snippets. The article cove
  • Designing Responsive Charts Using D3JS8/8/2024 11:39:15 AM. This article demonstrates how to make your charts more user-friendly and interactive using D3.JS. Learn to enhance your charts with responsiveness, zoom, and scroll effects. The guide includes code sn
  • Creating Bar Chart From D3JS Using JSON Data8/8/2024 3:24:03 AM. This article explores using JSON data with D3JS for creating various charts to meet application needs. It covers an overview of D3JS, common problems in data visualization, and provides practical solu
  • Implement CI/CD for SQL Server with Visual Studio and Azure DevOps8/2/2024 8:44:29 AM. Implementing Continuous Integration and Continuous Deployment (CI/CD) for SQL Server databases ensures that database changes are automatically built, tested, and deployed to various environments.
  • How to configure Amazon Q in Visual Studio 20227/31/2024 9:19:03 AM. Discover how to set up Amazon Q, integrate it with your development environment, and streamline your workflow. This tutorial covers installation, configuration, and tips for optimizing your developme
  • Top 10 New Features Of ASP.NET Core 2.07/31/2024 4:33:41 AM. ASP.NET Core 2.0, part of the .NET Core ecosystem, offers enhanced performance and productivity with features like minimal code requirements, Razor Pages, and new meta packages like Microsoft.AspNetCo
  • Building A Login Form Using Material Design Control In Visual Studio 20177/26/2024 6:28:26 AM. This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
  • Using Jupyter Notebooks for Data Analysis and Visualization7/26/2024 5:47:28 AM. Jupyter Notebooks, also known as IPython Notebooks, are interactive tools for data analysis and visualization. They allow you to combine code, text, mathematics, and plots in a single document. Ideal
  • Explain Adding a Loader in Next.js7/24/2024 9:32:26 AM. Adding loaders in a Next.js app enhances user experience by showing visual cues during data fetching and page transitions. Create a Loader component with CSS for styling and use it globally or locally
  • Setting Up Your First ADO.NET Project7/22/2024 7:29:17 AM. ADO.NET is a set of classes that expose data access services for .NET Framework programmers. It provides a rich set of components for creating distributed, data-sharing applications. This guide will w
  • ASP.NET C# Display Bootstrap Bar Chart from Database Values7/22/2024 5:58:27 AM. Create a stored procedure in SQL to fetch monthly audit data and display it in an ASP.NET application. Use Visual Studio to create a master page with jQuery and Flot libraries. Serialize the data to J
  • Understanding .NET Standard Versions7/19/2024 6:32:24 AM. .NET Standard defines a consistent set of APIs across .NET implementations like .NET Framework, .NET Core, and Xamarin. Developers use it to create libraries that work seamlessly across platforms, ens
  • Deploy A Simple Azure Website From Visual Studio7/18/2024 3:19:35 PM. Learn how to effortlessly deploy Azure websites from Visual Studio with this guide. From setting up an ASP.NET Web Application to publishing via Azure, follow step-by-step instructions. Explore Azure&
  • How to Start a Project in C#?7/18/2024 10:28:53 AM. This article guides you through starting a C# project, including setting up Visual Studio or Visual Studio Code, creating a new project, and configuring essential features like dependency injection, c
  • Use a Guardrail with the Converse API in a .NET Console Application7/18/2024 8:16:01 AM. Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
  • Using .NET Standard in Cross-Platform Development7/17/2024 5:46:27 AM. In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consiste
  • Comprehensive Guide to Unit Testing in .NET Core7/16/2024 7:21:02 PM. Unit testing in .NET Core is essential for ensuring code quality and functionality. Using frameworks like xUnit and NUnit, developers can write effective tests to detect bugs early, support code refac
  • How to Set Up Copilot in Visual Studio Code in an Angular Project, Metrics and Usage7/15/2024 6:00:48 PM. GitHub Copilot is an advanced AI-powered tool integrated into Visual Studio Code, enhancing coding efficiency by suggesting code snippets, automating routine tasks like unit test generation, and optim
  • Getting started with gRPC in .NET 8 using C# 127/11/2024 1:35:30 PM. Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
  • Impact of Data Storytelling in Power BI Reports7/9/2024 9:18:24 AM. Data storytelling in Power BI transforms raw data into compelling narratives that engage users and drive decision-making. By contextualizing trends, creating emotional connections, and using effective
  • Custom Controls in C# Windows Forms7/8/2024 7:52:38 PM. Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and i
  • How to Implement Multi Factor Authentication Using Authenticator App in ASP.NET MVC Project?7/8/2024 7:51:34 PM. Enhance your ASP.NET MVC project's security with multi-factor authentication (MFA) using an authenticator app. This guide provides step-by-step instructions for setting up your project, configurin
  • Setting Up Google Authentication in ASP.NET Core MVC7/8/2024 11:37:17 AM. Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
  • Understanding Pie Charts in Power BI7/4/2024 10:08:59 AM. Discover how to create and customize pie charts in Power BI with this comprehensive guide. Learn the step-by-step process to visualize your data effectively using pie charts, explore various customiza
  • Getting Started with Tableau Public7/4/2024 5:52:09 AM. Discover the power of Tableau Public with our comprehensive guide. Learn to create stunning visualizations, from basic charts to interactive dashboards. Master data exploration and storytelling techni
  • Get Started with Visual Studio Code for the Web7/2/2024 5:08:32 AM. Introduction to the Visual Studio for the web.
  • User Specific Notifications Using ASP.NET MVC And SignalR6/28/2024 9:03:34 AM. Learn to implement user-based notifications using ASP.NET MVC and SignalR for real-time updates. SignalR enables server-sent events and WebSocket connections, managing user connections, groupings, and
  • Integrating IoT Projects with ESP32 Using C# and .NET6/27/2024 5:50:22 AM. The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for monito
  • Xamarin.Forms - Deep Linking Application Using SQLite6/26/2024 10:53:03 AM. Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
  • Integerating Python Django in Blazor6/26/2024 6:49:24 AM. Integrate Python with Blazor using Django for robust web applications. This setup leverages Django's features like authentication and ORM, enhancing data processing, machine learning, and automati
  • Embed Power BI Report in the SharePoint Page6/26/2024 5:10:49 AM. Embed Power BI reports into SharePoint Online to enhance data visualization and access within your organization. This integration allows for real-time data insights directly in your collaborative envi
  • Generate Dynamic RDLC Report In Windows Form Application6/24/2024 11:43:49 AM. This article explores generating dynamic RDLC reports in C#. It guides beginners through creating a project in Visual Studio, setting up an Oledb connection, and designing a report for employee salary
  • Upload App file In SharePoint6/24/2024 11:42:44 AM. Deploy apps in SharePoint Online directly via Visual Studio to developer sites; for Team, Project, and community sites, add them to the app catalog. Steps: Access admin portal, navigate to Apps, selec
  • How To Perform Custom Actions And Upgrades Using Visual Studio Installer6/24/2024 9:02:40 AM. Visual Studio provides installer projects in order to make application deployment simple. To have Visual Studio installer project type with your version of Visual Studio, make sure you download and in
  • Multipart Form Data In WCF6/24/2024 9:02:20 AM. This tutorial guides the creation of a WCF Service Library in Visual C#. It involves setting up a project named "DemoMultipartWCF" and implementing functionality to handle multipart form dat
  • TextBox In C#6/24/2024 8:59:31 AM. A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
  • Unlocking Data Analysis with Microsoft Power BI6/24/2024 6:23:59 AM. Unlocking Data Analysis with Microsoft Power BI: A Comprehensive Insight delves into harnessing the full potential of Power BI for robust data analysis. From data visualization to dashboard creation,
  • Deploying A Simple Bot With Bot Builder SDK Using Visual Studio 20176/20/2024 10:12:40 AM. Learn to create and configure bots using Visual Studio with the Bot Application template and Bot Builder SDK for .NET. Test and debug bots locally using the Bot Emulator, ensuring seamless interaction
  • Working With Radio Button Control In Winforms Application Using Visual Studio 20176/20/2024 10:10:31 AM. Learn how to effectively utilize radio button controls in your WinForms applications using Visual Studio 2017. This tutorial covers essential topics including adding radio buttons to forms, managing t
  • Getting started with Grafana for Ubuntu in Azure Cloud6/19/2024 10:13:23 AM. Grafana is pivotal for visualizing and analyzing data, ideal for monitoring system performance. Installing Grafana via Azure, utilizing a virtual machine. It covers key steps like SSH key setup, conne
  • Dynamic Menu Generation With Web API And Angular6/19/2024 9:54:43 AM. In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to
  • How To Use Crystal Report In MVC.NET6/19/2024 9:54:26 AM. Learn to integrate Crystal Reports in MVC.NET to generate PDFs. Set up reports in Visual Studio, configure database fields, and create a controller method using ReportDocument to load and export data.