Top "Auto-generate" questions

The automation of the creation of classes, files, documentation, or anything else for which manual creation is costly.

sequential autogenerated Id with help of linq

I have a class Booking public class Booking { public int Id { get; set; } public string From { get; set; } public string …

c# linq sequence auto-generate
Auto generate get set methods for Doctrine

I am using Doctrine I have to make a lot of models, and it would be nice if I wouldnt …

php doctrine getter-setter auto-generate
Azure blob storage - auto generate unique blob name

I am writing a small web application for Windows Azure, which should use the blob storage for, obviously, storing blobs. …

azure naming azure-storage-blobs auto-generate
How do I generate a formatted Word report from multi-row/column Excel spreadsheet

I'm trying to auto-build a formatted Word report from an Excel template used by multiple teams. For example, if i …

excel vba ms-word auto-generate word-template