Note that there are some explanatory texts on larger screens.

plurals
  1. USNikola Markezic
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CODon't mistake the size of the "word" in processor architecture and the size of the byte. Byte is an unit, while "word" is consistent of number of bits, that can be different from one architecture to another. While in most cases size of the "word" is a byte, or 8 bits, but "word" can be consisted of 4 bits, or 16 bits ( i worked on several different processors that didn't have the word size of 8 bits, one of them was custom design and one was Motorola but i don't remember what model), but byte is a unit- you can have a "word" consisting of 2byte = 16 bits or half a byte 4 bits-byte is a unit!
      singulars
    2. COIf u have existing author and u select it, then u pass a id of that author and it is added to the book, and if you don't have an author and u select create new, you pass null instead of id, and then inside of your controller you check if the value is null, if value is null you go and create a new author and then add it to the book, if value is not null but an number (id of the existing author) then it means you have selected an existing author and you just go and add it to the book info.
      singulars
    3. COmy update target id is a div wrapping the whole form and i got it like this <div id="content"> <% Html.RenderPartial("PartialView",model); </div> then when i do post, return is a partial view, so you need to replace the old rendered partial view with the new one :D
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload