casperOne

12,588
Reputation
758 views

Registered User

Name casperOne
Member for 11 months
Seen 2 days ago
Website
Location Forest Hills, NY
Age 34
Just popped my 10K rep cherry, NICE!
Nov
13
accepted Firefox addon: No update were found like message display in C#
Nov
2
accepted Automatically wrap unit tests in DB transaction?
Oct
23
awarded  Tumbleweed
Oct
17
answered what is the c# equivalent of Iterator in Java
Oct
17
revised Where does EF store the mapping view, in MetadataWorkspace, EntityConnection or in ObjectContext and is it worth it to pregenerate views?
Clarifiying observed behavior.
Oct
16
asked Where does EF store the mapping view, in MetadataWorkspace, EntityConnection or in ObjectContext and is it worth it to pregenerate views?
Sep
18
accepted Handling long running webrequest
Sep
11
accepted Buying Cluster/Grid/Cloud Time?
Sep
3
awarded  Good Answer
Aug
29
awarded  Nice Question
Aug
27
accepted Does WPF databinding make things more of a pain than it is worth?
Aug
26
accepted How to make sure redundant data is deleted in a many-to-many relationship
Aug
24
awarded  Enlightened
Aug
24
accepted What is the best way to populate a WPF combo box with all items from a given enum?
Aug
24
accepted Windows Form Controls and LINQ; What should I return?
Aug
23
accepted Trying to create some dynamic linq
Aug
20
accepted C# Anyway to detect if an object is locked.
Aug
19
revised C# equivalent of python slice operation
added 3128 characters in body
Aug
19
revised C# equivalent of python slice operation
added 17 characters in body
Aug
19
revised C# equivalent of python slice operation
added 2901 characters in body
Aug
19
answered How do I allow my app to have drag and drop toolboxes like Visual Studio?
Aug
19
answered C# equivalent of python slice operation
Aug
19
comment C# Multi Language Application - with Community Support ?
@shahjapan: Why not? Resource assemblies simply have to be dropped into the appropriate folder for the application. You only have to add one new assembly for each new language you support.
Aug
19
answered How can I create a form button that will partially function as web browser’s Page Back?
Aug
19
comment Windows Form Controls and LINQ; What should I return?
@Refracted Paladin: Wikipedia has a good entry on Data Transfer Objects here: en.wikipedia.org/wiki/Data_transfer_object and there is a good article in the August 2009 issue of MSDN title "Pros and Cons of Data Transfer Objects", located at: msdn.microsoft.com/en-us/magazine/…
Aug
19
revised How can I substitute a property during serialization with DataContractSerializer?
added 607 characters in body
Aug
19
answered Windows Form Controls and LINQ; What should I return?
Aug
19
comment How can I substitute a property during serialization with DataContractSerializer?
@Mel: But aren't all the objects that are changed connected to each other in the object graph? If so, I don't see the problem with sending only the objects which have changes in the graph among a list of objects. If you are talking about trying to send back only the parent and/or child, that's a different story, you will need a new container to send that information back in.
Aug
19
answered How can I substitute a property during serialization with DataContractSerializer?
Aug
19
comment Reverse sort a BindingList<T>
@Eric I don't see why it wouldn't keep the sort order, but it's easy enough to test.
Aug
19
answered C# Multi Language Application - with Community Support ?
Aug
19
answered C# Anyway to detect if an object is locked.
Aug
19
answered DataTable Column with Custom Data Type
Aug
6
accepted Windows Form Components Access
Aug
4
answered Windows Form Components Access
Aug
4
answered Reverse sort a BindingList<T>
Jul
15
accepted WIN32_Processor::Is ProcessorId Unique for all computers
Jul
14
accepted XElement and List<g>
Jul
14
answered XElement and List<g>
Jul
13
accepted Getting icons out of DLL
Jul
13
accepted WCF - service access address aliased
Jul
13
comment WCF - service access address aliased
@Gustavo Cavalcanti: If you have two servers, you have two deployments, so you need two config files, just make sure the one in deployment points to the other server.
Jul
13
answered WCF - service access address aliased
Jul
13
answered How to make a C# ‘grep’ more Functional using LINQ?
Jul
13
answered .Net C# DataTables and DataSets, How to relate tables
Jul
13
answered Getting icons out of DLL
Jul
13
answered How do I convert IEnumerable to a custom type in C#?
Jul
13
answered Finding out if a type implements a generic interface
Jul
13
accepted Winforms Databinding object containing a List<T>
Jul
13
accepted How can I insert binary file data into a binary SQL field using a simple insert statement?