Giter Club home page Giter Club logo

skills-back-end-csharp's People

Contributors

ahotal01 avatar annahey avatar chrisbay avatar nicholascloud avatar seraries avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skills-back-end-csharp's Issues

typos

In "C# for Python Programmers", Main Method section, after the bullets the sentence starting with Disecting: dissecting is misspelled and ends with the words: "to far in too soon" which should read "too far in too soon.

Update Notes for Intro to ASP.NET Core MVC: Controllers to accomodate VS 2017

In doing the Prep Work for Class 3, I was trying to follow the Notes for Intro to ASP.NET Core MVC: Controllers. In step 3 it says:

3.  On the next screen, select Web Application for your template.

I am using Visual Studio 2017 and I believe that the template selections have changed in this version. There is a Web Application template, but I think if you choose that option in VS 2017, you will not get the Controllers, Models and Views folders that are mentioned in subsequent steps. I think that the user should select the template named Web Application (Model View Controller) in VS 2017 to follow along with the video more easily.

Test and update EF Core and dependency versions

Current instructions point to SqlServer v1.1.1, which isn't working for everyone. Everything seems to work as expected with v2.0.0 of this package.

Additionally:

  • Ensure the migration process is the same after upgrade
  • Look at upgrade to .NET Core v2.0

Link deficiency?

In "C# for Python Programmers", Namespace and Class Declarations section, second paragraph, C# naming conventions link page, the link "C#'s naming rules" leads to a page which states: "Visual Studio 2003 Retired Technical documentation" and "The content you requested has already been retired. It is available to download on this page." Is it expected to function this way?

Data Types, string operations table

It would be helpful to have the descriptions in the Python, C# string operations table be more precise for the first two rows. Currently, a character's ordinal position within a string is a bit conflated with its index value; since they are not the same, it creates some minor confusion. For example, in the first row, str[3]/str.Substring(3,1) returns the 4th character in a string, or the one in the 4th position, which is at index 3.

Thanks!

Labeling code examples

Maybe it's just me but I would like the code examples to be labeled (e.g. Example 3.11, 3.12). It would make it easier to understand which example you are referring to when you are talking about "the example up above." Instead of me searching to understand if its the example right above or a different example that happens to be up above.

Data Types section typos

also, in the C# tempconv code sample, "celsius" is mispelled as "celsuis". But it's correctly spelled in the explanations below the code snippet. and in the note under declaring variables, it says "having to explicitely compiling your code"

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.