0
votes
2answers
39 views
UML Code generation tool in c#
Hi Friends,
Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin
to generate code from visualstudio.
My requirement is to have a code generat …
1
vote
2answers
34 views
Generating an XML path from a set of attributes
I have a set of XML documents that all share the same schema. (They're SAPI grammars with semantic tags, if that matters.) I can use the documents to match text strings, returnin …
0
votes
1answer
37 views
ADO.NET Entity Generation Wizard Taking Hours
Hello,
I'm currently working with Visual Studio 2008 and the ADO.NET Entity Data Model Wizard. I'm connecting to a MySQL database using the MySQL/Connector plug in available. I ha …
0
votes
0answers
15 views
Procedural Avatar Generation
I'd like to implement a system that generates unique NxN blocks when given a MD5 hash as an input, currently I'm splitting the MD5 into sub-strings and just using them as Hex colou …
2
votes
4answers
51 views
WCF use original domain object instead of proxy generated
I have a Client website, a WCF service and a library of domain objects (.cproj).
I want the client to use my library of domain objects directly, not the proxy generated version o …
1
vote
2answers
25 views
Generating Xcode projects by hand.
I know how to build an existing Xcode project using xcodebuild, but I also need to generate Xcode projects from maybe a Python/Shell script. Is there any document somewhere that de …
0
votes
2answers
29 views
Html generation: Xslt vs String.Replace
In the following scenario, you have a business object called Employee that contains all information about the Employee. The object exists in xml form as well as normal .Net object. …
1
vote
2answers
97 views
Automatic CRUD forms generation for .net Windows Forms Applications
Hi,
My question is about nHibernate, or any other ORM for .net that can do what I am looking for : for my web developements, I use Django Framework; the admin pages are automatica …
0
votes
4answers
45 views
how to read/parse dynamically generated web content?
I need to find a way to write a program (in any language) that will connect to a website and read dynamically generated data from the website.
Note that it's dynamically generated …
0
votes
4answers
94 views
APNS: Not receving any feedback for registerForRemoteNotificationTypes: neither +/-
Hi,
I have been trying to use the default code in the iPhone APNS documentation to generate a device token using registerForRemoteNotificationTypes() but without succes.
Neither th …
1
vote
2answers
133 views
headless xml generation from xsd with eclipse
In recent versions of the free and open source Eclipse IDE you can generate XML documents from DTD and XSD files. Right-click on a given *.dtd or *.xsd file and select "Generate -> …
0
votes
1answer
46 views
Is it possible to use both automapping and schema generation with Fluent NHibernate?
I'm using the following:
Fluently.Configure()
.Database(MsSqlConfiguration.MsSql2005.ConnectionString(connectionString))
.Mappings(m => m.AutoMappings.Add(AutoM …
23
votes
11answers
1k views
Tools for Generating Mock Data?
I'm looking for recommendations of a good, free tool for generating sample data for the purpose of loading into test databases. By analogy, something that produces "lorem ipsum" t …
1
vote
1answer
50 views
Do .NET XSL-FO document template designer controls exist?
Hi,
I'm currently investigating whether any .NET controls exist where I can design a document and generate an XSL-FO template from it?
I've seen syntax editors, but I'd rather ha …
3
votes
5answers
270 views
What algorithm to use to calculate a check digit?
What algorithm to use to calculate a check digit for a list of digits?
The length of the list is between 8 and 12 digits.
see also:
How to generate a verification code/number?
