JustinF

Stories kicked by JustinF

What a developer needs from their manager(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. read more...

3 comments |category: |Views: 495

tags: another

Quick Tip: Use System.IO.Path.Combine instead of string concatenation(mattberseth.com)

submitted by mbersethmberseth(1385) 4 years, 11 months ago

System.IO.Path has a number of utility methods that are useful when you have to progamatically build a file path ... read more...

2 comments |category: |Views: 234

tags: another

Ascend.NET - Nice and FREE WinForms Controls(codeplex.com)

submitted by marcosmarcos(2779) 5 years, 7 months ago

The Ascend.NET controls are a collection of Windows Forms controls written in C# targeting Visual Studio 2005 and .NET 2.0. The intent is to provide controls that are flexible but easy to use that will hold up well under heavy usage. read more...

add a comment |category: |Views: 3807

tags: another

Where is .NET?(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 7 months ago

Today at Digg/programming, not one single topic involved .NET. There were a lot of PHP, Ruby and Java. So where is .NET? Why is .NET so under represented on the broader community sites? I don’t think it is because PHP or Java has a bigger user base or is better or worse than .NET. It must be something else. Maybe it is because .NET developers just don’t care about the other programming languages and platforms. That’s fair enough, but I don’t buy it. read more...

3 comments |category: |Views: 0

tags: another

CoreWeb :: Regular Expression Library(developer.coreweb.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

This library contains many useful regular expressions. read more...

add a comment |category: |Views: 40

tags: another

Introducing Regulazy: Point & Click Regular Expressions(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Roy Osherove has released a new Regular Expression (alpha) tool: "Regulazy is an attempt to build a small "Expert System" for creating .NET Regular Expressions. It lets the user create an expression based on a real life example of text they would like to parse. As the user interacts with Regulazy using the mouse, Regulazy offers the user possible expressions that would fit the currently selected text. As the user selects "rules" to apply on various parts of the text, a regular expression is built automatically in the lower application pane. The end result is a visual expression builder, that for most simple parsing operations, requires the user only to know what they would like to parse, and what the parsing rules should be - Regex Syntax is *not* needed." read more...

1 comment |category: |Views: 46

tags: another

Abstract Class vs Interface(geekswithblogs.net)

submitted by RobChappelRobChappel(2720) 5 years, 10 months ago

There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface, abstract class or normal class. This post points out a few considerations on which we can take decision about Interface vs Abstract class vs Class. read more...

add a comment |category: |Views: 79

tags: another

Fireball Framework - Free .NET Syntax Highlight Control and More(dotnetfireball.net)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Fireball Framework is project that aim to create the best controls and libraries for developer, the project already contains some control, CodeEditorControl with Syntax Highlight, Collections,Outlook Navigation bar and etc.. Here are some compiled examples: http://prdownloads.sourceforge.net/dotnetfireball/FireEdit_Bin.zip?download Simply Excellent !! read more...

add a comment |category: |Views: 1278

tags: another

.NET Format String 101(blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

A useful reference article on String.Format() read more...

1 comment |category: |Views: 57

tags: another