Remove c
article thumbnail

Setting Up Selenium WebDriver for MSTest Framework in C#

DZone

In this Selenium MSTest testing tutorial, we take a look at setting up Selenium WebDriver with Visual Studio in C#. Before we install the Selenium WebDriver, we create a new project in C#. It was a getting started guide with a major focus on the installation of the Selenium MSTest framework and MSTest adapter for the project.

C++ 244
article thumbnail

C# Errors by Example: Checking the DotNetNuke CMS

DZone

Today, we discuss C# code quality and a variety of errors by the example of CMS DotNetNuke. DotNetNuke is an open-source content management system (CMS) written mainly in C#. We're going to dig into its source code. You're going to need a cup of coffee. DotNetNuke. The source code is available on GitHub.

C++ 256
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How To Use BenchmarkDotNet: 6 Simple Performance-Boosting Tips To Get Started

DZone

As software engineers, we are always striving for high performance and efficiency in our code. Whether it’s optimizing algorithms or fine-tuning data structures, every decision we make can have a significant impact on the overall performance of our applications.

article thumbnail

The Pitfalls in C++ Unit Testing

DZone

Recently there has been a surge of interest in C++ unit testing. C++ unit testing has not been common in C++ development in the past. Although C++ is a kind of programming language that fits well with unit testing, several complexities require extra care. In this article, I’ll discuss the most common pitfalls.

C++ 184
article thumbnail

HammerDB v4.10 New Features: Purge and Write back for MariaDB TPROC-C

HammerDB

Many of the HammerDB TPROC-C workloads have included features to prevent the database doing maintenance tasks for the previous run whilst another run is taking place. This is particularly important when running automated workloads back-back to generate a performance profile for a progressively increasing number of virtual users.

C++ 62
article thumbnail

Presentation: Performance: Adventures in Thread-per-Core Async with Redpanda and Seastar

InfoQ

John Spray describes an experience of building high performance systems with C++20 in an asynchronous runtime, and explores the challenges & tradeoffs in adopting a thread-per-core architecture. By John Spray

article thumbnail

Top 10 Bugs Found in C# Projects in 2020

DZone

This 2020 top 10 list of bugs in C# projects presents the most interesting specimens. Over the year, the PVS-Studio team has written quite a number of articles covering a large variety of bugs found in open-source projects with the help of PVS-Studio. Enjoy the reading! How the List Was Formed.

C++ 122