🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
  • Dmitri Mikhalev
    Dmitri Mikhalev
    4,462 Points

    SystemArgumentException

    Posted April 28, 2022 7:05pm by Dmitri Mikhalev
    Dmitri Mikhalev
    4,462 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    2 Answers

  • Amit Singh
    Amit Singh
    140 Points

    Please don't put these assignment in between the course, you may put this stuff in last to evaluate.

    Posted December 20, 2019 5:09pm by Amit Singh
    Amit Singh
    140 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    1 Answer

  • kevin hudson
    PLUS
    kevin hudson
    Courses Plus Student 11,987 Points

    The problem with this instruction is you can miss valuable info

    Posted May 5, 2019 1:50pm by kevin hudson
    kevin hudson
    Courses Plus Student 11,987 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    1 Answer

  • kevin hudson
    PLUS
    kevin hudson
    Courses Plus Student 11,987 Points

    Why wasn't this part of the first module Introducing Entity Framework?

    Posted May 4, 2019 6:57pm by kevin hudson
    kevin hudson
    Courses Plus Student 11,987 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Database Server Installation and Configuration

    0 Answers

  • Charlie Harcourt
    Charlie Harcourt
    8,046 Points

    Can't connect MSSQLLocalDB through Windows authentication

    Posted April 5, 2019 9:03am by Charlie Harcourt
    Charlie Harcourt
    8,046 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Where's Our Data?

    0 Answers

  • Ricardo Ferreira
    Ricardo Ferreira
    9,694 Points

    Do not see the ComicBookGalleryModel.Context database

    Posted August 13, 2018 10:00am by Ricardo Ferreira
    Ricardo Ferreira
    9,694 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Where's Our Data?

    5 Answers

  • olu adesina
    olu adesina
    23,007 Points

    where im i going wrong with Database.SetInitializer

    Posted June 24, 2018 5:46pm by olu adesina
    olu adesina
    23,007 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Controlling Database Generation

    1 Answer

  • Joel Brennan
    Joel Brennan
    18,300 Points

    Cannot drop database "" because it is currently in use.

    Posted September 12, 2017 10:49pm by Joel Brennan
    Joel Brennan
    18,300 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Controlling Database Generation

    2 Answers

  • David Lin
    David Lin
    35,864 Points

    connectionStrings for Context now needs providerName key

    Posted September 2, 2017 5:13pm by David Lin
    David Lin
    35,864 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    0 Answers

  • irem gürel
    irem gürel
    5,732 Points

    wrong answer

    Posted August 28, 2017 2:36pm by irem gürel
    irem gürel
    5,732 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Database Server Installation and Configuration

    1 Answer

  • irem gürel
    irem gürel
    5,732 Points

    DDL???

    Posted August 28, 2017 1:08pm by irem gürel
    irem gürel
    5,732 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Section Review

    1 Answer

  • purva mishra
    PLUS
    purva mishra
    Courses Plus Student 125 Points

    In App.config set the "Context" database connection string's Data Source value to the SQL Server LocalDB default instanc

    Posted June 29, 2017 3:06am by purva mishra
    purva mishra
    Courses Plus Student 125 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    3 Answers

  • Alexander Olson
    Alexander Olson
    13,067 Points

    Im trying to understand why my "Data Source=(localdb)\\MSSQLLocalDB; doesn't work for question 1

    Posted June 20, 2017 6:39pm by Alexander Olson
    Alexander Olson
    13,067 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    2 Answers

  • Joe Mackey
    Joe Mackey
    20,418 Points

    In Context.cs add a default constructor that sets the database initializer to an instance of the DropCreateDatabaseAlway

    Posted June 3, 2017 7:10pm by Joe Mackey
    Joe Mackey
    20,418 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Controlling Database Generation

    2 Answers

  • Joe Mackey
    Joe Mackey
    20,418 Points

    In Context.cs add a default constructor that sets the database initializer to an instance of the DropCreateDatabaseAlway

    Posted June 1, 2017 10:22pm by Joe Mackey
    Joe Mackey
    20,418 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Controlling Database Generation

    1 Answer

  • Frantyk Andrii
    Frantyk Andrii
    35,423 Points

    Entity framework: where's our data?

    Posted April 2, 2017 8:31pm by Frantyk Andrii
    Frantyk Andrii
    35,423 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Where's Our Data?

    1 Answer

  • Anders Lund
    Anders Lund
    4,155 Points

    Dont get any tables or any thing up in my Console window

    Posted March 21, 2017 4:36pm by Anders Lund
    Anders Lund
    4,155 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Where's Our Data?

    1 Answer

  • Jason Storm
    Jason Storm
    6,288 Points

    Entity Framework Basics: When I run the app it does not write line the series title.

    Posted February 28, 2017 3:22pm by Jason Storm
    Jason Storm
    6,288 Points
    • C#
    • Entity Framework Basics
    • Entity Framework and Databases
    • Changing the Database Name

    4 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.