Directory Freebies VS CheatSheet Forum

RSS

Email

Translate

Home About Archive Privacy Contact Advertise Write for Dev102

We all know that Firefox has tons of plug-ins and add-on’s, but there are a few any web developer must know and use. The description and screenshots are taken from the Firefox add-ons site.

CSSMate: Inline CSS Editing Evolved. Originally a port of the fantastic EditCSS tool that I’ve been using for many months. I’ve gutted [...]


Continue Reading...
Posted by Shahar Y on Mar 30th, 2008 | Filed under Technology & Internet | 4 Comments

Adobe, creator of the desktop graphic editor Photoshop, launched a new online and free edition of Photoshop Express (Beta). Here is a quote from a post Create your Logos, Buttons and Icons for Free that was published a few weeks ago in this blog: “There are many graphic editor programs in the market. Whether those [...]


Continue Reading...
Posted by Amit on Mar 27th, 2008 | Filed under .Net, C# | 11 Comments

Lately I took part in several code reviews and I noticed that whenever people need to extract the month name from the datetime object many different solutions are presented. Some of the solutions were not very successful, so I decided to shed some light on this issue through an example.
These are the most common (and [...]


Continue Reading...
Posted by Amit on Mar 26th, 2008 | Filed under .Net, C# | 14 Comments

We all know the pattern to declare an event in C#, fairly easy, here is a remainder:
1: public class EventTest
2: {
3: public event EventHandler MyEvent;
[...]


Continue Reading...
Posted by Shahar Y on Mar 25th, 2008 | Filed under Misc., Technology & Internet | 4 Comments

Lotus Notes is an integrated desktop client option for accessing business e-mail, calendars and applications on [an] IBM Lotus Domino server. The Notes client is mainly used as an email client in large organizations, so some of us have to work with it. I, personally don’t like it because it is not user friendly (see [...]


Continue Reading...
Posted by Shahar Y on Mar 25th, 2008 | Filed under WPF | 13 Comments

WPF has a great feature for spell checking called SpellCheck, which is applied on TextBox and RichTextBox controls. In this post I will explain about it and how can it be customized. Lets go back to the start, to activate the spell checker just set SpellCheck.IsEnabled property to True. Easy, right?. Take a look at [...]


Continue Reading...
Posted by Amit on Mar 24th, 2008 | Filed under C#, WPF | 3 Comments

Here is an interesting thing that happened to me at work.
For various reasons the application i am working on has a Windows Form in its base, and most of the controls are WPF, part of them are WinForms. The weirdest thing happened to me as i was trying to open a WPF Window from one [...]


Continue Reading...
Posted by Shahar Y on Mar 23rd, 2008 | Filed under Technology & Internet | 1 Comment

There are many graphic editor programs in the market. Whether those products are commercial or free, their users are required to gain high skills in a specific tool, in order to achieve satisfying results. There are several sites in the web which makes it possible to create logos, button images and icons for free and [...]


Continue Reading...
Posted by Shahar A on Mar 22nd, 2008 | Filed under C#, Misc. | 15 Comments

An Identity column in SQL Server is used to auto number the rows. See this great post on Autonumbering & Identity Columns. When you delete rows from the table, the identity will not reset but you have few options of doing it yourself. The SQL Server Management Studio GUI doesn’t support this option…
1. DBCC CHECKIDENT
This [...]


Continue Reading...
Posted by Shahar Y on Mar 22nd, 2008 | Filed under C#, Visual Studio | 20 Comments

Like it or not, whoever wants to have a stable code, need to write unit tests. There are 2 main unit testing frameworks for .Net Environment: MBUnit and NUnit.  During this post, I am going to focus on NUnit and its integration with Visual Studio in particular.

Once we wrote our unit tests and compiled them, [...]


Continue Reading...
Write Article for Dev102

Write for Dev102!

We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution

Learn More