ByteScout Blog - Read .NET and C# Tutorials, Find Articles for Beginners and Advanced Developers
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Blog

Creating Excel by importing data with ByteScout Spreadsheet SDK
Developers often need to create Excel files for various tasks such as creating reports, sharing data with other teams, etc. One of the ways to create Excel programmatically it to have a loop and go through cell-by-cell and fill data to it. But there's always a smarter way to do things. Wouldn't it be nice if there's a way by which we can just provide any data source (be it either data table, JSON, List, [...]
Creating, Formatting excel with various options using Bytescout Spreadsheet SDK in C# – Part 2
This is the second part of a series of articles on formatting and manipulating the Excel file using ByteScout Spreadsheet SDK. Many organizations rely on Microsoft Excel for the day-to-day activities of their business like data analysis, sales projections, reporting, etc. So before we go ahead, if you haven’t studied the previous parts of this article, I would highly recommend to read it now. You can get part 1 of this article here. This article [...]
Creating, Formatting Excel with various options using ByteScout Spreadsheet SDK in C# – Part 1
Microsoft Excel is used in almost all types of industries and professions. Bankers, accountants, consultants, analysts, etc. all use an excel on a consistent basis. As a developer, you will often be given a requirement to programmatically generate the interactive excel worksheet either for reporting purposes or for presentation purposes. ByteScout Spreadsheet SDK has provided, in no particular order, and out of box features to formatting and manipulating the excel file. In this article, we [...]
How to Use Git Version Control System
Git version control system is a way modern developers are tracking changes in the code and files for their applications. Git was invented by Linus Torvalds while he was working on the Linux operating system in the 2005 year and it is widely adopted by commercial and opensource software developers since then. There are 2 major and free online services where you may check existing open-source code projects:Github.com and Gitlab. Both of them allow their [...]
Best Travel Bags to Take on a Trip in 2023
Like many other rules, the rules of traveling also constantly change. Airlines don't usually specify the classifications of bags that travelers may take as carry-ons. As long as a case is within the transport’s satisfactory size limit and doesn't pretend an apparent menace to airline crew or travelers. Here is the list of best travel bags that you may take to the airplane but before that here is the list of measurement requirements of leading [...]
Check out a Splendid UPDATE at ByteScout in May 2019
Since May 2019 started, we already have a splendid UPDATE for our SDK and freeware products! As always, you can trust in ByteScout professional approach and SDKs of high performance. Our support team is happy to assist you with any inquiries or issues you may experience. So, what's new? PDF.co Web API Improved support for large files using async parameter. Now you may process files as large as 200+ mb files by running methods in async mode to run [...]
How to visualize content of Arrays in Visual Studio while debugging .NET applications
Debugging is an essential part of software development. Programmers are running their applications and checking if algorithms and workflows are working as expected. There are so-called "debuggers" which are special utilities designed to interrupt applications and provide information about states of variables, their values. Visual Studio by Microsoft is the ultimate debugger for .NET desktop and web applications. It provides a lot of features and functions helping programmers to debug and inspect their apps faster [...]
How to increase audio volume in your video file
Sometime you may really need to increase audio volume in existing video. For example, you have a video recording of the meeting, or a video with a narration. You can actually increase the volume with simple and free tools! Video files actually contains two separate tracks: one for video and another for audio. The process of changing the volume of the audio involves taking this video track, separating audio track, decoding audio track, processing the [...]
How to Start Working as a Freelancer at Freelancer.com
Previously, we explained how to start freelancing on Upwork. In this article, we are going to explain the same concept for Freelancer.com. These sites, along with UpWork, are the most popular platforms that allow you to find some of the best independent freelance opportunities available. About Freelancer.com Create your account Create Your Profile Find projects How to bid? Advice when starting on freelancer website How to structure the account to get more clients How to [...]
Create/Manipulate Excel file with different options using ByteScout Spreadsheet SDK in C#
One of the oldest of the Microsoft Office applications - Excel is already packed with a rich set of features. As a developer many times we have to work with excel files like creating/modifying etc. Programming with Excel can be a crucial solution with data-rich projects/applications. ByteScout Spreadsheet SDK provides many features that let the developer create rich Microsoft Excel solutions with the use of its easy and extensive SDKs. In this article, we are [...]