generation

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 of the domain objects. Is there a simple way of doing this? ...

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 the didRegisterForRemoteNotificationsWithDeviceToken or the didFailToRegisterForRemoteNotificationsWithError is called. I had placed a UIAlert in both these meth...

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 -> XML File...". You can choose which root element to generate and whether optional attributes and elements should be generated. Can i use this headless (witho...

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(AutoMap.AssemblyOf<Incident>() .Where(t => t.Namespace.StartsWith("EDA.DomainModel.POCO")))) .ExposeConfiguration(BuildSchema) .BuildSessionFac...

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. If would like to know which of the following methods are faster: Using xslt stylesheet to transform Employee's xml to html or Using something like a html ...

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--it's not enough to get the source html, because the data I'm interested in is generated via javascript that references back-end code. So when i view the webp...

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 automatically generated, so that you can do the CRUD operations through a GUI -- web interface -- right after having created your model. I wonder if nHibernate (or any ...

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 describes the process? ...

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 colour-codes, does anyone have any good ideas on systems I could use to generate these images? I've considered using the values as the constants in a Lorenz attrac...

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, returning a set of attributes with known values. My problem is that I'd like to take a set of attribute values and generate a string from the grammar that (when sub...

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 generation tool for c#. ...

java webservice generated proxy problem in c#.

Hi. I create the webservice from netbean as java webservice. when i Applying the web reference to my asp.net web application. it generate proxy . but i found that the methods also convert in classes.Also i found the method as methods in class that i define in web service...I have web method that have the return type int (in java). but i...

. NET Creating Excel Files

Hi, In my application, I need to generate excel files on the fly. I have an option of using Excel library. But it is mandatory to have excel installed on the machine. Is there any other .NET API to generate excel files at runtime which doesn't require excel. Thanks, Mahesh ...

fiiling data base randomly

i need to generate my sql server 2005 database for testing a multithreaded application. it must be morre than 3 gb at least, what should i do ...

C# / .NET : Caching forms or speeding up form generation

I have a zoomable form-interface like MS Word. The form contains +70 controls (Richtextbox, checkbox, etc) that are positioned all over the form. The problem is that generating the form takes 2.5 seconds. Adding the 70 controls with panel.Controls.Add( ctrl) alone takes 1 second. (16 ms per call). Is there a way to cache the whole blan...

Cross-platform library for generting pure sound with adjustable level of volume/dB written in C or C++

Hi, I'm looking for a Cross-platform library for generting pure sound with adjustable level of power/voltage written in C or C++. It must not be GPL. Please share if you know any. Thanks. ...

Best lightning generation\simulation algorithm?

So I need some algorithm for programing lightning path generation. Which one is fastest and at the same time realistic? ...

How to generate barcode from a string using c#?

Hai guys, Is it possible to generate barcode from a string using c#? Is there any builtin classes for generating barcodes in asp.net? Is it possible to detect a barcode printer connected with a system? ...

What API's provide Nokia for Sound to text and text to sound transformation?

What API's provide Nokia for Sound to text and text to sound transformation for Java or C++ programmer? What do I need? Links to best API's of your choise Links to best Blog Articles/Tutorials on topic ...

Is there any Algorithm for converting Image histograms into original image?

So we have Histograms... Is there any algorithm to generate original image from them? ...