Category: .net

image

DevReach 2010 is Coming

August 12, 2010
The premier conference for Microsoft developers DevReach ‘2010 is coming again in Sofia on October 18 and 19 for the fifth time. This is the most amazing technical event for software engineers in Bulgaria and the region with over 60 lectures in 5 parallel tracks, the only place in the region to meet the world’s
image

Telerik Academy – Photos

June 10, 2010
Finally we managed to take some photos of the Telerik Academy (https://softuni.bg) where I constantly train young software engineers in computer programming, .NET Framework technology stack and team working: Currently I have a group of 20 students who successfully passed in 2 months the “C# Fundamentals” courses (Part 1 and 2) and passed all required
image

C# Fundamentals Course @ Telerik Academy Finished

May 10, 2010
The Telerik Academy free training program for .NET software engineers is an exciting opportunity for smart and motivated young people to be trained for 6 months for real world software engineers and start their professional career. C# Fundamentals Course – Part I We started our first training season in March 2010 with free C# programming
image

Course “Web Applications Development with .NET Framework and ASP.NET” in TU-Sofia

January 18, 2010
Starting from February 2010 I will lead a team of .NET software engineering professionals who will teach the course “Web Applications Development with .NET Framework and ASP.NET” at the Technical Univesity – Sofia (TU-Sofia). The course complements the fundamental university education with contemporary Web development technologies. The outcomes for the students are the acquisition of
image

Telerik Academy Officially Launched Free Software Development Courses for 100 Students from February 2010

December 15, 2009
In the last few months I am working as full-time consultant for the training initiatives in Telerik. It is really an exciting company and I really enjoy my job as manager of the technical training and university relations. I still can’t believe that Telerik is really perfectly organized company, beyond my expectations and even dreams.
image

NHibernate Lazy Loading BLOB column

November 30, 2009
For my last project we used Oracle 10g and NHibernate ORM framework (the project was started 4-5 yars ago, long before LINQ and ADO.NET Entity Framework). I had a database table which holds payment information along with scanned images of the payment documents. Usually such tables are mapped with a class fully corresponding to the
image

New Book: Introduction To Programming With C#

November 21, 2009
Today I with Vesko Kolev started a new project: writing a C# book in Bulgarian for beginners that covers the fundamental concepts of computer programming, data structures and algorithms as well as object-oriented concepts, high-quality programming code and problem solving. The book is titled “Introduction to Programming with C#” and will be based on its
image

Playing with the Scanner with WIA and C#

November 17, 2009
Last week I needed to implement a piece of software for scanning small documents (bank payment orders). The problem was to scan documents with specific size (less than A4) in 300 DPI and with normal brightness and contrast. I found that in C# there are two general approaches to this problem: Using the TWAIN interface