hectorsosajr

2,108
reputation
190 views

Registered User

name hectorsosajr
member for 1 year
seen 9 hours ago
website
location Springville, UT, US
age 42
Puertorrican .NET and database developer living in Utah. Still missing the sandy beaches and the coconut trees...
Dec
8
awarded  Nice Answer
Dec
6
awarded  Mortarboard
Nov
29
comment Managing Contractors with SVN on Projects
mfeingold, yes you are correct. Managing patches is a lot easier and takes less time than managing merges. I've done both, and that's given me insight on how hard/easy these things are.
Nov
28
answered Managing Contractors with SVN on Projects
Nov
25
comment Creating Custom MMC SnapIn with VB.Net or C#
Of course, it is. Which part of "commercial" didn't you get?
Nov
13
answered diff/merge tool for TortoiseSVN within Visual Studio
Nov
12
accepted How do I avoid Complicated Merges in Subversion?
Nov
12
answered How do I avoid Complicated Merges in Subversion?
Oct
8
accepted Can you use the asp.net membership provider in a windows application?
Sep
17
awarded  Yearling
Sep
2
comment Good .NET based CMS?
I have been a DotNetNuke user for about 4 years and Mika's post is very accurate.
Sep
2
revised Good .NET based CMS?
fixed spelling error
Sep
2
comment DTS - Manual step excution gives different results than just hitting “Run”
Wow, that's an eye opener. Little stuff like is what drives me crazy about DTS packages.
Sep
1
answered DTS - Manual step excution gives different results than just hitting “Run”
Aug
23
accepted Are there any known issues of VS 2003/2005 and 2008 coexisting?
Aug
12
answered Simple, linq-able, file based database
Aug
12
comment Plugins / modules for my C# program
Using CodeDom for simple plugins is braindead easy. However things get a lot more complicated when you are trying to unload and/or replace an already loaded plugin. This mostly involved loading the assemblies in a different appdomain. Anything beyond that was a hassle for me. I wanted to build a MUD not a whole plugin framework, hence my comment.
Aug
12
answered Plugins / modules for my C# program
Aug
10
answered Drag and Drop a Groupwise Email to C# Winform.
Aug
6
accepted SubSonic and app.config in Windows Form
Aug
4
comment Showing help for a command-line utility
The issue is that the program is not an actual console application. It is a winform app that can take command-line arguments without showing the form. In order to do what I want, it needs to be a Console Application as Marc suggested. So one part of the program is a Winform app, and the other part a Console app.
Jul
31
answered permanent public hosted SCM for not open source things
Jul
25
answered What are the good certifications for .NET developers?
Jul
21
awarded  
Jul
20
answered Fast string comparison with list
Jul
16
answered Fastest SQL Server protocol?
Jul
9
answered SVN vs VSS vs CVS Comparing HELP