From the category archives:

Programming

New Asp.Net Website for Vacation Rentals

by Iulian March 21, 2010 Programming

As I mentioned in my about page, I am a self-taught programmer and my preferred language is C#. I created a few Windows Forms applications and libraries in the past, but lately I’ve been really working a lot on web development. Over the last two years my knowledge and experience grew exponentially and while learning I used a project as my own personal “lab”. So, here’s what I wanted to do: I wanted to create a site that has a clear focus and provides all the popular networking and community features that are available today. So, I need the site to be able to provide the following [...]

3 comments Read the full article →

.Net Encryption Wrapper

by Iulian March 21, 2010 Programming

Encryption is always one of those things that you know you need but you are not exactly sure where to get it and which one to select for your needs. Well, definitely .Net makes it much easier with the comprehensive System.Security.Cryptography namespace. But sometimes, you just want to be able to type Encrypt and get an encrypted string, or type Decrypt and get a decrypted string. Is that so much to ask? Not at all [...]

0 comments Read the full article →

Top 10 FireFox addons for Web Developers

by Iulian March 20, 2010 Programming

FireFox is an extremely popular browser and probably my personal favorite. One of the best features of FireFox its openness. The browser allows third party developers to create plugins, called add-ons in the FireFox world, which can then later be deployed by users in their own browser, enabled and disabled with ease and removed when no longer needed. This is a very powerful features which opened the doors to developers’ creativity and allowed them to share this creativity with the users of the browser [...]

5 comments Read the full article →