BrainBeast

Hunt down knowledge with our help

Month: May 2020

image

Imaging on C#

There are many possibilities to process graphical information in .Net. Microsoft has Graphics Device Interface for imaging. Its functionality is provided by System.Drawing.Common namespace in .Net Core and Framework. By means of C# imaging it is possible: to create images…

sitemap

Sitemap generator application

You can download source from our repo or download portable program. What is Sitemap? Sitemap is a set of urls to website pages. Site owner should put the most important page urls with some extra information like priority number, modification…

client-server

FAQ about HTTP Client with examples

What is HTTP Client? In client-server model Server is the one who handle requests and send responses, Client is the one who send requests and handle responses. Generally speaking, Client is a program, library or a program method that: Sends…