Home >>
Posts by Kyprulez
Recently I needed to get the Content-Encoding header within a C# application.After trying to figure out why the response was empty, and after reading different community posts where other users had the same problem and none of the suggestions seem to solve it, I’ve decided to post my solution for further use.
Let’s take...
read more
In the following article I’m going to show you how to make an autocompleting Combo Box in C#, that uses a SQL database as its custom source of values.First, I’m going to display the whole implementation and afterwards explain the code in detail.
Database Structure
Table name: keywordsList
Column Name
Data...
read more
Web 3.0? Semantic Web? Web Ontologies?
If you are you unfamiliar with these terms and you want to grasp the concepts behind the future Web, the Web 3.0, take a look at the following short documentary realized by Kate Ray, a Journalism/Psychology major at NYU.
The short documentary explains what are scientists now concerned with...
read more
With the passing of time and the evolution of computer graphics, the old artwork that games used has been replaced by eye-catching designs, one more beautiful than another.Part of the artwork is represented by the actual title of the game, in which designers put alot of effort to create something like a “brand” from the...
read more
How much time do you spend programming? I’m sure that it’s a large chunk of time.With time, the default IDE starts to lose its appeal and you would want to customize the way things look in your development environment.While some IDE’s do not support visual customization, others do.
Visual Studio enables you to...
read more