Quantcast
Channel: Control-F5 - C#
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Welcome to Control - F5

I am testing a new blog Engine, very cool. Finally I have all set up to productively post stuff. Cheers,Alex

View Article



Image may be NSFW.
Clik here to view.

Performance Monitoring in C#

Here is one of simplest ways you can monitor your code execution times in C#.Nothing fancy, create a class and name it.. well I can't find a cool name for it so: publicclass PerfMonitor{private...

View Article

Image may be NSFW.
Clik here to view.

Volume Control App in C#

I find this program useful when I watch media from a big distance from my screen and reaching to the volume buttons is a pain.This was tested and works in Windows 10, probably Win 8.1 will do as well,...

View Article

Image may be NSFW.
Clik here to view.

Connect to Multiple Virtual Machines - C# Desktop App

Ever had the necessity to connect to many VMs at one time? Maybe one is your primary development machine, then you have maybe a storage Server, another one for your Database etc.Here is a pretty simple...

View Article

.NET StringBuilder Memory Exceptions - Limitations for large data

I'm starting a new blog series called Article of the week, where I will post articles that I consider interesting and helpful.I came across a nice article while working on a problem related to large...

View Article


Image may be NSFW.
Clik here to view.

Plugin Architecture in .NET

Why build a plugin Architecture?The answer here is.. it depends...You don't want to do it for a small application, the overhead would make no sense.Instead, let's use this scenario, client wants 3 big...

View Article

Image may be NSFW.
Clik here to view.

Performance Monitoring in C#

Here is one of simplest ways you can monitor your code execution times in C#.Nothing fancy, create a class and name it.. well I can't find a cool name for it so: publicclass PerfMonitor{private...

View Article

Image may be NSFW.
Clik here to view.

Volume Control App in C#

I find this program useful when I watch media from a big distance from my screen and reaching to the volume buttons is a pain.This was tested and works in Windows 10, probably Win 8.1 will do as well,...

View Article


Image may be NSFW.
Clik here to view.

Connect to Multiple Virtual Machines - C# Desktop App

Ever had the necessity to connect to many VMs at one time? Maybe one is your primary development machine, then you have maybe a storage Server, another one for your Database etc.Here is a pretty simple...

View Article


Image may be NSFW.
Clik here to view.

.NET StringBuilder Memory Exceptions - Limitations for large data

Article of the week!I'm starting a new blog series called Article of the week, where I will post articles that I consider interesting and helpful.I came across a nice article while working on a problem...

View Article

Image may be NSFW.
Clik here to view.

Plugin Architecture in .NET

Why build a plugin Architecture?The answer here is.. it depends...You don't want to do it for a small application, the overhead would make no sense.Instead, let's use this scenario, client wants 3 big...

View Article

Image may be NSFW.
Clik here to view.

Visual Studio “15”

Visual Studio is not a light IDEI cannot say that I don't complain about Visual Studio 2015 these days.Having to run large software projects in VS 2015 is not a pleasant thing to do. Load time when you...

View Article

Image may be NSFW.
Clik here to view.

Auto archiving logs using NLog

Logs are importantHaving logs can save any backend dev tons of debug time. Not even mentioning that they should all be in the same place, seems like a no-brainer but often we don't see this.It is also...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images