Growing Rails Applications in Practice


Henning Koch - 2014
    

100 Bundt and Tube Pan Cake Recipes


Tera L. Davis - 2013
    Holidays such as Christmas, Thanksgiving and Easter are full of homemade cakes that family and friends look forward to every year. The smell of a cake baking in the oven brings back fond memories for most of us and gives children the comforting feeling of home.100 delicious recipes for cakes baked in Bundt pans or tube pansIncludes:Cakes with FruitChocolate CakesCoffee CakesPound CakesFruit CakesNut CakesHoliday Cakesand more!

Programming Entity Framework: Code First


Julia Lerman - 2011
    With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration.Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you’re working with an existing database or building one from scratch. If you work with Visual Studio and understand database management basics, this book is for you.Learn exactly what Code First does—and does not—enable you to doUnderstand how property attributes, relationships, and database mappings are inferred from your classes by Code FirstUse Data Annotations and the Fluent API to configure the Code First data modelPerform advanced techniques, such as controlling the database schema and overriding the default model cachingThis book is a continuation of author Julia Lerman’s Programming Entity Framework, widely recognized as the leading book on the topic.