Jeremy

2,766
Reputation
387 views

Registered User

Name Jeremy
Member for 1 year
Seen 11 hours ago
Website
Location Kelowna
Age 32
Software Developer
1d
asked Import office documents into one-note
Nov
28
answered SQL Sever Management Studio for SQL Server 2000
Nov
28
asked SQL Server Management Studio solution vs Visual Studio Projects
Nov
27
asked Different Development environment than Test & Production environments?
Nov
27
answered C# and writing HTML - best way?
Nov
25
comment Serializable class inheriting from an Interface with a property of its own type
Does not appear to work. I also tried using the XmlInclude attribute with no luck either
Nov
25
revised Serializable class inheriting from an Interface with a property of its own type
added 43 characters in body
Nov
25
asked Serializable class inheriting from an Interface with a property of its own type
Nov
21
comment Is there a dictionary like collection that can use a property of its value as the key?
If you set the property of the object after you add it, it will be out of sync with the key in the collection.
Nov
20
asked Is there a dictionary like collection that can use a property of its value as the key?
Nov
19
answered C# Stream Design Question
Nov
19
answered (Conventions) C# Class names
Nov
19
answered Is this a clear use of goto?
Nov
19
answered Closing Open Files using C#
Nov
13
asked what is sqlserver database remark returned fom sp_databases?
Nov
13
comment Linq to Sql: Can I return the Identity_Scope after an insert?
It was way to obvious for me to see :) Thanks.
Nov
13
asked Linq to Sql: Can I return the Identity_Scope after an insert?
Nov
13
asked Linq to SQL insert/select foreign/primary records
Nov
11
awarded  Popular Question
Nov
11
answered Winform Textbox CanGrow ?
Nov
10
comment How do you set the command timeout in SSIS?
Yup, the OLE DB Source has a command timeout, but the DataReader Source does not!
Nov
10
comment How do you set the command timeout in SSIS?
it is sql2005..
Nov
10
comment How do you set the command timeout in SSIS?
This says its for the web service task, does it apply to the datareader source component too?
Nov
10
comment How do you set the command timeout in SSIS?
All I have for properties on the Custom Properties group is SqlCommand and UserComponentTypeName
Nov
10
asked How do you set the command timeout in SSIS?
Nov
9
revised LINQ to SQL classes to my own classes
deleted 1 characters in body
Nov
9
comment LINQ to SQL classes to my own classes
I tend to agree, it is somewhat of a two model hybrid, but how else do you suggest removing the underlying dependancies (linq to sql, or entity framework) from being passed up to the application?
Nov
9
comment LINQ to SQL classes to my own classes
I did not know this, and did some googling to find sources that backed up your comment. There were many the seemed to confirm your comment, but I did find this one that offered a little more insight. It appears that LINQ to SQL will not die outright, but will merge with the entity framework and continue evolving: infoq.com/news/2008/11/DLINQ-Future
Nov
9
comment Create a list of one object type from a list of another using Linq
Essentially they represent the same thing. In my actual case, A is a class generated by Linq to Sql when I created a Linq to Sql class and added a table to it. Because class A has Linq and Linq to Sql dependancies, I do not want to expose it to my applications, so I create class B, that has no dependancies. So I need to populate a list of class B instances from a list of class A instances.
Nov
9
answered LINQ to SQL classes to my own classes
Nov
9
asked Create a list of one object type from a list of another using Linq
Nov
8
asked LINQ to SQL classes to my own classes
Nov
8
asked Linq To SQL: Table relationships
Nov
7
answered C# - Remove spaces in HTML source in between markups?
Nov
6
comment reparenting hierarchyid values
Booya! I think that's exactly what I wanted to know. Thanks.
Nov
6
revised reparenting hierarchyid values
added 32 characters in body
Nov
6
asked reparenting hierarchyid values
Nov
3
comment Regex: How to Uppercase the first character of each word?
Didn't know about this. Could be a great solution for me. Thanks!
Nov
3
comment Regex: How to Uppercase the first character of each word?
I need to do this in SSIS, which uses VB.net
Nov
3
comment Regex: How to Uppercase the first character of each word?
I've never used PHP, but don't recall this method in other languages I've used, although I could have just not noticed it.
Nov
3
revised Regex: How to Uppercase the first character of each word?
added 47 characters in body; edited tags
Nov
3
asked Regex: How to Uppercase the first character of each word?
Nov
2
answered Converting from One Class to another Class using Xml Serialization in C#
Nov
2
answered What is the different of abstract class and interface in .NET?
Nov
2
comment Why .NET and Java on server side?
@steven, re: java is more OO than .net. Based on your comment, I don't think you understand what object oriented means.
Nov
2
comment algorithms to evaluate user responses
@erickson, yes I meant median, sorry thanks for the correction
Nov
1
answered algorithms to evaluate user responses
Nov
1
answered What is the difference between IFoo foo = new Foo() and Foo foo = new Foo()
Oct
31
awarded  Popular Question
Oct
29
asked Forbidden characters in xml