Giter Site home page Giter Site logo

controlflow's Introduction

I am a student from Nashville Software School (Cohort 43)

  • ๐ŸŒฑ I am learning all about C#, .Net, SQL, and React.js!
  • ๐Ÿ’ฌ Feel free to ask about any of my repositories! I love talking about my Front End Capstone: Paranormal-Apptivity ๐Ÿ‘ป
  • ๐Ÿ“ซ You may contact me through email [email protected] or by my Linkedln.
  • โšก I'm in the process of completing my personal website, check it out! Click Here (Kindly run on desktop)


Github Stats

controlflow's People

Contributors

laceywalkerr avatar

Watchers

 avatar

controlflow's Issues

Code Review

It seems that you wrote code for the Roommate project by trying to follow the pattern created by the code that was given to you. This is usually a good strategy, HOWEVER, the code you wrote does not work. In fact, it would not compile. This suggests that you didn't test it. You must test your code as you go. You should write as little code as possible before testing it.

The Room property of a Roommate is not a string. This code doesn't look like it would compile. You should fix errors like this before moving onto writing more code.

Roommate Gus = new Roommate
{
Firstname = "Gus",
Lastname = "Herring",
RentPortion = 500,
MovedInDate = 090920,
Room = "GuestRoom"
};

This is invalid SQL

cmd.CommandText = "SELECT Id Firstname Lastname RentPortion MovedInDate Room FROM Roommate";

The Room property is not a string

string RoomValueValue = reader.GetString(RoomValueColumnPosition);

This is invalid SQL

cmd.CommandText = "SELECT Firstname Lastname RentPortion MovedInDate Room FROM Roommate WHERE Id = @id";

The Room property is not a string

Room = reader.GetString(reader.GetOrdinal("LastName")),

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.