What I have is a serialized object (given to me serialized from another language). I would like to generate c# code for this and use it in JSON.Net or similar. I have just started looking at JSON.Net
I just started to use LINQ-to-SQL, so my problem may be trivial. We have a central database running on SQL Server 2005. There are distributed desktop .NET 4 applications which save measurement data i
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current fo开发者_运维知识库r
I hate writing repetitive code.... In my current project I need to write properties that looks the same in each class, but different from class to class.
Some explanation here. This is for converting arbitrary javascript code to code suitable for bookmarklets.
Say I have a python module foo.py which contains: class Foo(object): def __init__(self): pass I next want to parse this script and inject a method in each of it\'s classes, re-writing it to somethi
Here is the scenario: I\'m writing a data loader which accepts binary data from certain DB2 catalog tables. I created POCOs for the DB2 table structures and am using Code First to create the SQLServe
This is a Haskell question, but I\'d also be interested in answers about other languages. Is there a way to automatically translate purely functional code, written to process either lists or immutable
I get several Datasets listed in a single xml File. I have to extract each dataset and do some operations depending on their values (not changing the content of the xml file).
I know about various technique (but not knowledge) Like Code Generator, ORMs etc, I want to know which is the best approach where the schema of database can be changed (big changes) during development