<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create database connectionStrings in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-database-connectionStrings/m-p/2752779#M38467</link>
    <description>&lt;P&gt;Summarizing a little what I have, the app creates a sql database, if it is already created, it deletes it and recreates it.&lt;BR /&gt;I would like to understand the part of the code where it does this, which if I'm not mistaken is this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;public class ApplicationDbContext : IdentityDbContext&amp;lt;ApplicationUser&amp;gt;
    {
        public ApplicationDbContext()
            : base("DefaultConnection", throwIfV1Schema: false)
        {
            Database.SetInitializer(new IdentityDropCreateInitializer());
        }

        public static ApplicationDbContext Create()
        {
            return new ApplicationDbContext();
        }
    }&lt;/LI-CODE&gt;&lt;P&gt;Could you help me understand this part of code?&lt;BR /&gt;asp.net&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 09:49:03 GMT</pubDate>
    <dc:creator>apenaranda</dc:creator>
    <dc:date>2022-09-07T09:49:03Z</dc:date>
    <item>
      <title>Create database connectionStrings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-database-connectionStrings/m-p/2752779#M38467</link>
      <description>&lt;P&gt;Summarizing a little what I have, the app creates a sql database, if it is already created, it deletes it and recreates it.&lt;BR /&gt;I would like to understand the part of the code where it does this, which if I'm not mistaken is this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;public class ApplicationDbContext : IdentityDbContext&amp;lt;ApplicationUser&amp;gt;
    {
        public ApplicationDbContext()
            : base("DefaultConnection", throwIfV1Schema: false)
        {
            Database.SetInitializer(new IdentityDropCreateInitializer());
        }

        public static ApplicationDbContext Create()
        {
            return new ApplicationDbContext();
        }
    }&lt;/LI-CODE&gt;&lt;P&gt;Could you help me understand this part of code?&lt;BR /&gt;asp.net&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:49:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-database-connectionStrings/m-p/2752779#M38467</guid>
      <dc:creator>apenaranda</dc:creator>
      <dc:date>2022-09-07T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create database connectionStrings</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-database-connectionStrings/m-p/2754550#M38499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/371585"&gt;@apenaranda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can put your question here to get more help about asp.net.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/net/ct-p/dotnet?WT.mc_id=dotnet-35129-website" target="_blank"&gt;.NET - Microsoft Tech Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 07:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-database-connectionStrings/m-p/2754550#M38499</guid>
      <dc:creator>v-chenwuz-msft</dc:creator>
      <dc:date>2022-09-08T07:30:01Z</dc:date>
    </item>
  </channel>
</rss>

