Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / generation

Generation

generation

Great Reads

by Simeon Sheye
Beyond basic unit tests, how do you choose your tests and when are you done?
by matalan44
Generation of POJO Classes is explained in this article
by Espen Harlinn
Use WMI to retrieve information about your system and genrate classes for easy WMI development.
by Espen Harlinn
A first take on code generation for WMI, and a bit of magic for the WPF DataGrid

Latest Articles

by Simeon Sheye
Beyond basic unit tests, how do you choose your tests and when are you done?
by matalan44
Generation of POJO Classes is explained in this article
by Espen Harlinn
Use WMI to retrieve information about your system and genrate classes for easy WMI development.
by Espen Harlinn
A first take on code generation for WMI, and a bit of magic for the WPF DataGrid

All Articles

Sort by Score

generation 

by Member 4206974
A PHP class that uses PDO for creating a table from JSON Objects
by Nowaki
Matrix, Quaternion and three Vector structures with IL generated at runtime to provide support for all number types.
by Shivprasad koirala
During testing phase you would like to generate range of test data so that you can test your application properly. Most of the times testers end up doing monkey testing or exploratory testing.