Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7682785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:38:54+00:00 2026-05-31T18:38:54+00:00

I successfully created database on my local server using Code First, migrated it to

  • 0

I successfully created database on my local server using Code First, migrated it to
Azure and now I want to connect to that database with using Azure connection string and my existing POCO clases.

My connection string:

<add name="CijenolomciContext" connectionString="Data Source=*.database.windows.net;Initial Catalog=NewCijenolomci;Persist Security Info=True;User ID=Bip*;Password=**;MultipleActiveResultSets=False&quot;" providerName="System.Data.EntityClient" />

but this section of code happens to do nothing on the server:

Item i = new Item();
            i.Name = "Cranberry";
            i.OldPrice = new decimal(25.99);
            i.NewPrice = new decimal(14.99);
            i.SaleStarts = DateTime.Parse("2012-01-21");
            i.CategoryID = 1;
            context.Items.Add(i);
            context.SaveChanges();

How to succesfully add it?

EDIT:
This approach happens to modify my local DB, not the Server one.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:38:55+00:00Added an answer on May 31, 2026 at 6:38 pm

    OK. Here it is. In DbContext i inherit base constructor:

     public CijenolomciContext()
            : base(*database name*)
        {
            //additional logic
        }
    

    and despite that i add my connection string in App.config he was always connecting to the local.

    I hardcoded Connection string and just add it in the constructor. Now it works! 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have successfully created a database and performed my first migration using: class CreateUsers
I have a web application that uses a local SQL Server Express database (a.k.a.
I have successfully created Web Services from MySQL Database using Netbeans tutorial . However,
I successfully created a project using Wicket quickstart and turned it into an Eclipse
I have successfully created an app that reads from a bundled .plist file and
I am trying to create an android project using eclipse IDE,its created successfully but
Using a VS2010 SP1 Data-tier application project, I created the simplest database I could:
I am a newbie in C#. I created a local database in VS2010(.sdf file).
I have successfully issued a Start-Backup request to my local RavenDB using an asynchronous
I'm creating a new table in a SQL Server 2008 database and I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.