Code Monkey home page Code Monkey logo

dmvcframeworktheofficialguide's People

Contributors

danieleteti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmvcframeworktheofficialguide's Issues

Line numbers in code part of PDF

Hi,
would it be possible to not have the line numbers in the code part ?
When you try to copy paste from the PDF file to follow the excercice you have them copied also and you have to remove them line by line.

MasterDetail MVCActiveRecord

Hi,
it would be nice to have an example of how to GET/POST a MasterDetail JSON DATA with MVCActiveRecord.
The GET is more or less done with the TEnumerable but how to post data (for instance all the books of an author and the author data itself in a same json structure).
Best regards
Armindo

error in compression Middleware

Page 199
How to use
Include MVCFramework.Middleware.CORS in the implementation section or the WebModule and add
the middleware instance to the TMVCEngine as shown below.

chapter 14 missing := in code

Chapter 14 page 271

example is missing :=

current example:

var lCount TMVCActiveRecord.Count(lRQL)

it should be:

var lCount := TMVCActiveRecord.Count(lRQL)

Regards

chapter 6 change in example code

page 119 chapter 6

current example:

ResponseCreated('api/customer...

it should be:

Render201Created('api/customer..

also please change to text below the code.

SSL Certificates

Hi Daniele,
thanks for releasing the book, very usefull.
Do you think you could add a chapter that show how to use certificates for making a server that work on https ?
No appache, no IIS just a simple application server.
I have made a Windows service that works in http but I'm quite sure when the product will be released some customers will ask for SSL.
Best regards
Armindo

Incomplete Match Text

On Page 23 the URL /products/books/3x2 would not be matched by the path attribute [MVCPath('/category/($category)/($offer)')] as it is missing the /category segment ie /products/category/books/3x2. Sorry if I am using the wrong terminology.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.