Remove c
article thumbnail

Podcast interview: Rust and C++

Sutter's Mill

Disclaimer: Please just ignore the “vs” part of the “Rust vs C++” title. Herb works at Microsoft and chairs the ISO C++ standards committee. We hope you enjoy this deep dive into Rust and C++ on Software Engineering Daily.

C++ 97
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++ 262
Insiders

Sign Up for our Newsletter

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

article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

In this blog post, we show you two methods to securely connect to a MongoDB server configured with self-signed certificates for SSL, using the official C# MongoDB driver. How to Connect MongoDB SSL to your C# Application Click To Tweet. Prerequisites. You need to have the MongoDB Driver installed. along with.NET Framework v4.6.1.

C++ 244
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

Step-by-Step Instructions To Extend C: Drive on Windows 10 (2021)

DZone

When the C: drive runs out of space, it turns red and your system constantly sends messages for insufficient disk space on the local disk (C:). To get rid of it, it is suggested to increase the C: drive partition size on Windows 10. There are multiple ways through which you can extend C: drive with and without using software.

C++ 246
article thumbnail

Sorting in C#: OrderBy.OrderBy or OrderBy.ThenBy? What's More Effective and Why?

DZone

In C#, we can do this with the help of OrderBy().OrderBy() Suppose we need to sort the collection by multiple keys. OrderBy() or OrderBy().ThenBy(). But what is the difference between these calls? To answer this question, we need to delve into the source code. The article has three chapters:

C++ 271
article thumbnail

Why business digital transformation is still a key C-level priority today

Dynatrace

According to a recent Thomson Reuters survey, nearly 50% of C-level executives said that business digital transformation was their top priority over the next 18 months, followed by reducing costs (44%) and increasing customer satisfaction (44%). And according to Statista , $2.4 trillion will be spent on digital transformation on 2024.

C++ 246