yetapb

712
reputation
30 views

Registered User

name yetapb
member for 1 year
seen 3 hours ago
website
location California
age 31
A programmer
4h
answered LINQ to SQL Table Extensibility Methods
Dec
19
answered ASP.Net MVC Error Validation
Dec
19
answered If I’m not going to be saving data into an SQL database, where should I be saving it?
Dec
19
comment Updating posting file with new data in C#
Can you simplify your question and make it more direct? It's a little vague to me. For example "I have 5 TB of text files on disk and I need to be able to search them in < 1 second. I have xyz so far. Where do I go from here?"
Dec
18
answered Autocomplete jQuery Plugin : Value of selected array index
Dec
18
revised WinForm Inheritance designer settings are copied to derived form.
edit2
Dec
18
comment WinForm Inheritance designer settings are copied to derived form.
What I mean is, the changes don't get copied until I build. Then the new property values are copied into the subclass again. Isn't that not what you wanted? I thought your issue was that changes were not copied from base -> derived after the initial time. editing answer for clarity...
Dec
15
revised C# Simple Image Resize : File Size Not Shrinking
reworked code to use OP's example more
Dec
15
answered C# Simple Image Resize : File Size Not Shrinking
Dec
15
revised What is python used for?
edited tags
Dec
15
revised C#: Subclass List<Something>?
added code; added 6 characters in body; added 150 characters in body
Dec
15
answered C#: Subclass List<Something>?
Dec
15
comment what does O(N) mean
"it takes at max N loops/iterations to insert an item" hmm.. N loops on problem size N = O(N * N) = O(N^2), unless I misunderstand what you were trying to say.
Dec
15
comment C#: Initializing a variable with “using”
@Dan: agreed! +1
Dec
15
answered GetGenericTypeDefinition returning false when looking for IEnumerable<T> in List<T>
Dec
15
revised Function in Scheme that checks whether the length of a list is even
edited tags
Dec
15
comment C# rijndael CryptoStream can I write to file bits and bits like the way textwriter does?
Sorry, I'm not sure if I follow. Are you asking if it is possible to write an encrypted file using a CryptoStream?
Dec
13
accepted Linq2SQL: “Transaction (Process ID 56) was deadlocked on lock resources with another”
Dec
11
awarded  Civic Duty
Dec
10
revised How to Execute 2 or more insert statements using CFQuery in coldfusion?
added 92 characters in body
Dec
10
answered How to Execute 2 or more insert statements using CFQuery in coldfusion?
Dec
10
answered Writing to a file
Dec
10
answered Drawing a custom created bitmap to screen
Dec
10
answered C# Regular Expression
Dec
10
revised SubSonic - Serializing Classes with Nullable types and collections?
added sample code
Dec
10
answered SubSonic - Serializing Classes with Nullable types and collections?
Dec
10
revised SubSonic - Serializing Classes with Nullable types and collections?
edited tags
Dec
10
comment Return value of stored procedure is correct but column values are all NULL
Linq only has one result set, how are you printing the linq results?
Dec
10
answered How to escape quotes “” characters in mysql and java
Dec
10
comment C# - How to print objects in an array using for/foreach?
the foreach loop looks fine, my inclination would be to step into Employee.ReadFromFile and see what it is doing.
Dec
10
answered How do I modify a form’s text box from a separate class?
Dec
9
answered Is there a place for well thought out, creative, clean, and tidy code in commercial software development?
Dec
9
answered How long should you focus on a programming language?
Dec
9
awarded  Organizer
Dec
9
comment Asp.net Membership - Accounts getting locked out
It is usually configured in web.config
Dec
9
accepted Asp.net Membership - Accounts getting locked out
Dec
9
answered Asp.net Membership - Accounts getting locked out
Dec
9
answered How to implement collision effects in a game ?
Dec
9
accepted String matching problem (can I prioritize?)
Dec
9
comment Recursive woes - reducing an input string
what Eric said and perhaps an example real input that has "strange results" and the results themselves
Dec
9
comment ActiveRecord hating a particular column? (Bizarre)
mark this as the answer even though you answered it yourself.
Dec
8
answered What is the complexity of matrix addition?
Dec
8
answered Linq2SQL: “Transaction (Process ID 56) was deadlocked on lock resources with another”
Dec
8
answered Cannot install Pex (Win XP - SP2, VS2010 Beta 2)
Dec
8
answered Developers checking in non-conforming code
Dec
7
comment Linq-To-SQL Legacy Relation Mapping
I don't any advice, but I do sympathize with you, I worked at a place that had that particular problem (notes tables with varchar type columns) spread all over dozens of applications and databases. Oh the (awful) memories....
Dec
7
answered Asp.Net Class - problem returning html string value
Dec
7
answered How to update GUI with backgroundworker?
Dec
7
answered Can you use visual studio professional with team foundation server 2008?
Dec
7
comment Which programming language is best for graphics programming?
should be a community wiki