Resources  
  • Which AWS Services Are the Most Expensive?Jan 11, 2026. Which AWS services are the most expensive? Learn which AWS resources typically drive the highest costs and how EC2, RDS, EKS, storage, networking, and logging impact your AWS bill.
  • What Makes A Crypto Token ValuableDec 10, 2025. A deep, authoritative explainer on what gives a crypto token real value, using fundamentals, market mechanics, and long term growth principles. Includes insights from Mahesh Chand and C# Corner Consulting for entrepreneurs designing sustainable token economies.
  • Typical Uses of JDBC with ArchitectureMay 16, 2025. The traditional client/server model has a rich GUI on the client and a database on the server. In this model a JDBC driver is deployed on the client.
  • .NET with MONGO Database Code ExampleNov 28, 2024. Learn MongoDB integration with .NET, from setup to CRUD operations. Discover its advantages, like cross-platform flexibility, high-speed data handling, and robust security, with code examples for seamless database interaction.
  • MongoDB Filters With .NET Using MongoDB.Driver Jul 05, 2024. Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level architecture. Utilize IMongoClient and IConfiguration to connect to MongoDB, configure collections, and perform CRUD operations.
  • Clean Architecture Jan 02, 2024. Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with real-life examples. Elevate your development skills.
  • How to Install Selenium Your Computer?Nov 02, 2023. This article provides a clear and detailed set of instructions for installing Selenium and its related components on your computer. It's particularly helpful for those new to Selenium and looking to set up their automation testing environment. It covers all the necessary components and includes important details and links for each step.
  • Web API Testing with xUnit, NUnit, MSTest in ASP.NET CoreSep 01, 2023. writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code, but I'll give you a detailed example that you can adapt to your project.
  • How To Install And Update Drivers On Windows 11Mar 14, 2022. In the article, we will discuss specific drivers or update the pre-installed one.
  • How To Set A Default Printer In Windows 11Jan 18, 2022. In this article, you will learn how we can set up a default printer in windows 11.
  • How To Manage A Printer In Windows 11Jan 15, 2022. In this article, you will learn how to manage a printer in windows 11.
  • How to Enable or Disable File and Printer Sharing in Windows 10Apr 26, 2020. To enable or disable file and printer sharing in Windows 10, navigate to "Settings" > "Network & Internet" > "Network and Sharing Center." From there, select "Change advanced sharing settings" and customize sharing options based on network profiles (private or public).
  • Print RDLC Report Directly To Printer In MVCFeb 04, 2020. Learn how to seamlessly integrate RDLC reports into your MVC application and print them directly to the printer. Explore efficient methods for handling report generation and rendering, leveraging MVC's structure to manage data flow and ensure a smooth printing process.
  • How To Update Graphics Card In Windows 10Dec 30, 2019. In this article, Learn how to update your graphics card on Windows 10 for optimal performance. Ensure your GPU drivers are up to date with our step-by-step guide. Discover how to navigate Device Manager, check compatibility, and download the latest drivers.
  • How To Set A Printer To Print Black And White In Windows 10Mar 27, 2019. In this article, we will discover how to set your printer to print in black and white on Windows 10. Save ink and customize your printing preferences with ease. Learn to adjust settings, navigate printer properties, and optimize your printing experience for monochrome output effortlessly.
  • Set Default Printer In Windows 10Mar 24, 2019. Learn step by step how to Set the Default Printer in Windows 10.
  • How To Install a Printer in Windows 10Mar 21, 2019. This article provides step by step instructions on how to setup and configure a new Printer in Windows 10.
  • Page Object Model Design Pattern 💻 In Selenium Web DriverDec 31, 2018. In this article, we will learn page object model design pattern in Selenium web driver.
  • C# Corner SignUp Page Automation 🖥️ Using Selenium Web DriverDec 27, 2018. In this article, we will see how we can automate the C# Corner Signup page using Selenium Web driver. Selenium is one of the automation testing tools used for the automation of a web application, a Windows or desktop application with the help of Winium, a headless browser application, a mobile Android or iOS app, with the help of Appium etc.
  • Unit Testing With Selenium Web Driver - Part TwoJun 03, 2018. In this article we will see how to download selenium drivers for various browsers and its execution of selenium scripts.
  • Unit Testing With Selenium Web Driver - Part OneJun 01, 2018. In this article, we will see the unit testing of Selenium web driver. Selenium is one of the most popular tools used for automating web applications. Selenium is an open source tool, which is used for the execution of test scripts or test cases on the web application.
  • Execution Of Selenium Web Driver Using C# And JavaScriptOct 01, 2017. In my previous articles / blogs on selenium webdriver , we have seen the execution of various HTML controls using selenium C#. As we know using selenium we can automate anything which we see on the webpage or web application like Alert message , prompt message ,messagebox , textbox , dropdown buttons like (single click ,double click) , hyperlink , checkbox ,radiobutton etc , and even we can automate applications which is developed using Ext.js(Sencha Applications) or KendoUI applications etc.
  • Printer Options in Windows 10Feb 24, 2016. In this article you will learn how to set the printer in Windows 10. Also, we will learn how to find the list of printers registered and how to add printers.
  • Integrate Selenium With Visual StudioDec 24, 2015. In this article you will learn how to integrate selenium with Visual Studio.
  • Print Crystal Report at Client Side Printer in ASP.NETAug 27, 2015. This article shows how to create a Crystal Reports report and print the report from a client-side printer in ASP.NET.
  • How to Set the IP Address of an Epson TM-T88IV Ethernet Receipt PrinterMar 23, 2015. In this article you will learn to manage the IP address of an Epson TM-T88IV Ethernet receipt printer.
  • Install and Update Drivers in Windows 10Feb 24, 2015. This article intends to show how to fix issues regarding driver updates and installation.
  • MongoDB CRUD Operations in ASP.NetSep 08, 2014. In this article we will learn how to do the CRUD operations with MongoDB using ASP.NET.
  • Microsoft Drivers For PHP For SQL ServerJun 04, 2014. In this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. This API helps us to use the SQL Server database in a PHP Project.
  • MySQL ODBC Driver InstallationMay 20, 2014. In this article we will see how to install the MYSQL ODBC driver with complete snapshots.
  • Getting Started With MongoDB in ASP.Net MVC4: Day 3May 17, 2014. This article explains the abstraction of the Mongo C# Official Driver, how to use the driver to interact with the Mongo server, how this driver reduces our effort of interacting with the Mongo Server and how to perform CRUD operations using this driver on a MongoDB.
  • Spiceworks Tickets in SharePointMar 23, 2014. In this article we will see how to view the statistics of SpiceWorks tickets in SharePoint using Business Data Connectivity services.
  • Acceptance Test Driven Development (ATDD) With JavaScriptSep 26, 2013. Since the role of JavaScript is increasing day by day in my recent projects, currently we are using Dojo and Angular JS part SOA based projects.
  • Save BSON Document In MongoDB Using C# DriverAug 16, 2013. In this article you will learn about MongoDB, BSON document and how to handle by C# langues
  • MongoDB With C#Jun 17, 2013. This article describes the basics of working with MongoDB using C#.
  • How to Add and Share a Fax Printer For Network UsersMay 31, 2013. In today's article you will learn how to add and share a Fax Printer for Network Users.
  • How to Add a Network Printer to Printer ServerMay 28, 2013. In today's article you will learn about how to add a Network Printer to a Printer Server.
  • Adding Client Printer Drivers to the Print ServerMay 24, 2013. In this Article you will learn about How you can Add Client printer Drivers to the Print Server.
  • How to Install the Print Server on Windows ServerMar 07, 2013. Install Print Server on Windows Server 2012 to manage network printing efficiently. Configure printers, queues, and drivers seamlessly. Utilize Group Policy for centralized management. Ensure smooth printing operations across the network with TCP/IP printing and Active Directory integration.
  • How to Install the Printer on Windows Server 2012-Part 2Mar 07, 2013. In today's article you will learn about second method of Installing the Printer on Windows Server 2012
  • How to Install the Printer on Windows Server 2012-Part 1Mar 07, 2013. In this article you will learn how to install a printer on Windows Server 2012.
  • Printing Directly to the Printer in VB.NETNov 10, 2012. Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems. Additionally I have added code to show how to send PCL codes to the printer.
  • Interrogating your Printer Queries with WMINov 08, 2012. In response to a newsgroup query here is the code needed to view the printer queues on your system. Once again this is achieved using Windows Management Instrumentation or WMI. Note this code will display all printer queues if there are documents waiting to be printed. To test this open up a printer queue and pause the printer then use notepad or word etc and print to the paused printer.
  • Using the Data Driver to Parameterize Your Test in QTP in TestingOct 05, 2012. In this article I discuss how to use the Data Driver to Parametrize your test in QTP
  • Early Launch Antimalware Boot Start Driver in Windows 8Sep 26, 2012. In this article we are explaining Early Lunch Antimalware Boot Start Driver in Windows 8.
  • Get All Installed Printers in C#Jul 09, 2012. Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
  • Enable File and Printer Sharing in Windows 8Jul 03, 2012. This article describes how to enable File and Printer Sharing in Windows 8.
  • Automatically Updates Drivers in Windows 8May 23, 2012. This article explains how to enable or disable Windows from downloading device drivers automatically in Windows 8.
  • Set up Remote Desktop Connection and Printer in Windows 8Apr 03, 2012. In this article I will explain how to set up remote desktop connection and set up a printer in Windows 8.
  • Display data from database using type4 driver using JDBC Oct 21, 2011. This article shows how you can display data from a database using a type4 driver using JDBC.
  • Select Query With Logical Operator in a Mongo Database Using C# DriverMay 23, 2011. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and deserialize data, execute queries, and handle database operations in C#.
  • How to Connect a Mongo DB Server Through C# .Net Using C# DriverMay 14, 2011. In this article I will describe how to connect a Mongo db server in C#.Net and after that how to create the collection in the Mongo db.
  • Connection strings for IBM DB2Dec 21, 2010. IBM DB2 primarily runs on Unix, Linux IBM I, z/OS, and windows server. It is a relational database management system that comes in a variety of versions, running on devices ranging from handhelds to mainframes.
  • Printer Settings in GDI+ and C#May 02, 2010. In this article I will explain about printer settings using C# and GDI+.
  • Printer Settings in GDI+Apr 29, 2010. In this article I will explain about Printer Settings in GDI+.
  • GDI+ ApplicationNov 01, 2009. In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework.
  • How to Get Printers Listing in C#Jun 08, 2007. The code snippet in this how do I shows you how to get all available printers in C#.
  • Using Management Objects to check Online PrintersJan 20, 2006. This article shows to check online printers using management objects.
  • Monitoring Remote Log Remotely using WMI in C# and .NETMar 31, 2004. WMI (Windows Management Instrumentation) is a component of the Microsoft operating system that allows you to monitor virtually every piece of the system (either locally or remotely) as well as control the windows operating system.
  • Hard Coding Pape Size during PrintingJul 14, 2003. Every time I set up a new Windows printer I spend a few minutes going through every bit of the printer properties making sure that every bit is set to A4. The code discussed in this article shows, how you can do it programmatically.
  • How To: Printing Form Controls in C# and .NETMar 06, 2003. The other day a user asked me how to print out a form. I suggested they use my Form Capture article which catches the bitmap that the form is in by using bit belting commands from the old windows SDK.
  • Printing Directly to the PrinterOct 21, 2002. Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems.
  • Windows Forms Printer Selection ListJul 30, 2002. In this example we will create a sample windows form containing a combo box which will list the printers installed on the machine on which the program runs. The default printer for the machine is set as the default selection in the combo box.
  • Interrogating Your Printer Queues with WMIMay 20, 2002. In response to a newsgroup query here is the code needed to view the printer queues on your system.
  • Printing a Ruler using C# and GDI+Nov 12, 2001. If you misplaced your ruler, here's an application that will create one for you on your printer!