Simple web chat with ASP.NET SignalR

signalr

Hello, Friends

I want to show you my first ASP.NET SignalR web chat I made soon.

For this web chat I used ASP.NET MVC 5 and ASP.NET SignalR. Entire style of application is based on Bootstrap and some CSS code added by me. If you don’t know what the Bootstrap is you can check on this LINK. ASP.NET SignalR is really cool technology which provides we based real time communication between server and client without to write sockets.

More information about ASP.NET SignalR can be found on this Link

And here is my simple Web Chat

Code can be found Here

Have a nice day, friends 🙂

Moving Flashing Smiles in Circle

htmlHello, friends!

In this post I will show how to create moving smiles in a circle. For this purpose I need to use little HTML, CSS and JavaScript. So…let me start.

HTML

The first thing that I am going to do is HTML, of course. Let me show you the code first:
Continue reading

Качеството на висшето образование в България

ОбразованиеЗдравейте, приятели!
Този пост ще бъде различен от останалите ми постове в блога. Този пост няма да бъде свързан с никакви технологии или програмиране. Този пост ще бъде за една болна (поне за мен) тема и тази тема както заглавието подсказва “Качеството на висшето образование в България”. Искам да споделя с вас един реферат, който написах по тази тема. Ето го и самият реферат:

Качеството на висшето образование в България

Образованието е решаващ фактор за културния прогрес на една страна и за развитието на човешките ресурси. То е единствената духовна ценност, национална добродетел, обединяваща стремежите и мечтите на нацията. Continue reading

Hangman Game

HangmanHello, friends!

I want to represent you my first project. The project is about one of the most popular game and this game is Hangman. Let me tell you something about the game.

The Hangman is a classic paper and a pencil game for two or more players. One player thinks of the word or the phrase and the other tries to guess it suggesting letters or entire word. The idea of the gallows may be is little morbid, but it adds the excitement of the game. Everyone wants to save the poor person from a grim fate! What about you? Do you want to save the poor man?
Continue reading

How to define a class in C#

oop

Hello friends!

Sorry, I haven’t written for a long time in my blog.

So… In the last post I wrote about extension methods and I mentioned the word class and may be some of you don’t know what the class in programming is, so I decided to tell you what the word class is and how to define class using C#.

What the class is?

The class in the Object-oriented-programming (OOP) is called a definition of given type of objects from the real-world. The class represents a pattern which describes different states and behaviours of the certain object. Each class has its own name and contains in its body the following elements: Fields, Constructors, Properties and Methods; Continue reading

Extension Methods in C#

C#

Hello, friends!

In this post I have decided to show something very simple and useful I learned recently. And these are extension methods in C#.

What extension methods are?

The extension methods are a special kind of static methods that allow you to add new methods and functionality to existing types without creating derived types.

The extension methods are defined as static methods in static classes. The type of their first argument is the class to that you want to add the extension method and this argument have to be preceded by this modifier. Precisely the keyword this makes differences between extension methods and standard methods in C#. Continue reading

Welcome Samsung Galaxy SIV

samsung-galaxy-s4-xl

The Samsung Galaxy SIV is here. One of the most anticipated smartphones in a while was presented at glittering event at New York’s famous Radio City Music Hall.

The Samsung Galaxy SIV is smaller than Galaxy SIII at 136.1 x 69.8mm. The thickness of smartphone is unbelievably – only 7.9mm. It is a whole gram lighter than its predecessor too, at 130g.The polycarbonate chassis is still in use, although the metallic banding around the side is much sturdier and feels more premiums – though it is still plastic. The phone will be available in two colors – “White Frost” and “Black Mist”.

The smartphone has a huge 4.99 – inch Super AMOLED display which work with resolution 1920 x 1080 or 441ppi. The display supports gloved hands too. Continue reading

Doubly Linked List C# Implementation

CsharpHello, friends!

In this post I am going to show you what doubly linked list is and how to implement it using C#.

So… What doubly linked list is and why we use it in computer programming.

Definition:

A doubly linked list is a linked data structure that is sequentially linked nodes where every node contains information about his next and his previous node. Each node contains three fields. The first field contains information about the object, the second is pointer to the next element (node) and third field is a pointer to the previous element (node). Continue reading

Welcome to Tihomir Dimov’s official blog!

Hello everybody!

welcome

I hope you are interested to understand what is going to happen in my blog. So let me tell you briefly.

I will try to add interesting posts as far as possible more often. Also I will try to write each post in English but if I can’t do it I will write them in Bulgarian because my English skills are not excellent enough yet but gradually I improve them. I hope that you will like what I’m going to write here. So that was briefly.
I wish you to have a good time in my blog.