Git Product home page Git Product logo

cs7dotnetcore's Issues

Ch08 Explicit Loading InvalidOperationException

In Chapter 8, in the section implementing explicit loading following the VS 2017 settings, I kept encountering
InvalidOperationException Exception: There is already an open DataReader associated with this Command which must be closed first.
anytime I tried confirming an explicit product load.

Seems to be solved by updating the connection string with MultipleActiveResultSets=True :
optionsBuilder.UseSqlServer(@"Data Source=(localdb)\mssqllocaldb;Initial Catalog=Northwind;Integrated Security=true;MultipleActiveResultSets=True;");

MainWindows.xaml.cs missing

Page 402, also referenced on page 398. There's no "MainWindows.xaml.cs" file. I have no idea where to program this event.

ExploreAngular - Ch16 - Page635 - TS2.7 - strictPropertyInitialization

TypeScript 2.7 introduced strictPropertyInitialization which breaks 'home.component.ts' in the ExporeAngular example in Ch16, page 635, as 'customers' generates this error: [ts] Property 'customers' has no initializer and is not definitely assigned in the constructor.

Fix: add: "strictPropertyInitialization": false, to tsconfig.json and restart VSCode.

Suggestion || Commenting all projects

As I'm going through the book I begin to understand that this repo is going to be a valid source of reference in the future. Would that be a possibility to comment everything professionally through a lens of a teacher? Maybe add some bonus insight that is not explicitly covered in the book?

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.