├── jQuery Ajax CRUD
├── jQuery Ajax CRUD
│ ├── Views
│ │ ├── _ViewStart.cshtml
│ │ ├── _ViewImports.cshtml
│ │ ├── Home
│ │ │ ├── Privacy.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Shared
│ │ │ ├── _ValidationScriptsPartial.cshtml
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ └── Transaction
│ │ │ ├── Index.cshtml
│ │ │ ├── Details.cshtml
│ │ │ ├── Delete.cshtml
│ │ │ ├── Create.cshtml
│ │ │ ├── _ViewAll.cshtml
│ │ │ └── AddOrEdit.cshtml
│ ├── obj
│ │ ├── Debug
│ │ │ └── netcoreapp3.1
│ │ │ │ ├── jQuery Ajax CRUD.TagHelpers.input.cache
│ │ │ │ ├── jQuery Ajax CRUD.csproj.CopyComplete
│ │ │ │ ├── jQuery Ajax CRUD.MvcApplicationPartsAssemblyInfo.cache
│ │ │ │ ├── staticwebassets
│ │ │ │ ├── jQuery Ajax CRUD.StaticWebAssets.Manifest.cache
│ │ │ │ └── jQuery Ajax CRUD.StaticWebAssets.xml
│ │ │ │ ├── jQuery Ajax CRUD.RazorAssemblyInfo.cache
│ │ │ │ ├── jQuery Ajax CRUD.RazorCoreGenerate.cache
│ │ │ │ ├── jQuery Ajax CRUD.genruntimeconfig.cache
│ │ │ │ ├── jQuery Ajax CRUD.AssemblyInfoInputs.cache
│ │ │ │ ├── jQuery Ajax CRUD.RazorTargetAssemblyInfo.cache
│ │ │ │ ├── jQuery Ajax CRUD.csproj.CoreCompileInputs.cache
│ │ │ │ ├── jQuery Ajax CRUD.dll
│ │ │ │ ├── jQuery Ajax CRUD.exe
│ │ │ │ ├── jQuery Ajax CRUD.pdb
│ │ │ │ ├── jQuery Ajax CRUD.Views.dll
│ │ │ │ ├── jQuery Ajax CRUD.Views.pdb
│ │ │ │ ├── jQuery Ajax CRUD.assets.cache
│ │ │ │ ├── jQuery Ajax CRUD.csprojAssemblyReference.cache
│ │ │ │ ├── jQuery Ajax CRUD.RazorAssemblyInfo.cs
│ │ │ │ ├── jQuery Ajax CRUD.AssemblyInfo.cs
│ │ │ │ ├── jQuery Ajax CRUD.RazorTargetAssemblyInfo.cs
│ │ │ │ └── Razor
│ │ │ │ └── Views
│ │ │ │ ├── _ViewImports.cshtml.g.cs
│ │ │ │ ├── _ViewStart.cshtml.g.cs
│ │ │ │ ├── Home
│ │ │ │ ├── Index.cshtml.g.cs
│ │ │ │ └── Privacy.cshtml.g.cs
│ │ │ │ ├── Transaction
│ │ │ │ ├── Index.cshtml.g.cs
│ │ │ │ ├── Details.cshtml.g.cs
│ │ │ │ └── Delete.cshtml.g.cs
│ │ │ │ └── Shared
│ │ │ │ ├── Error.cshtml.g.cs
│ │ │ │ └── _ValidationScriptsPartial.cshtml.g.cs
│ │ ├── jQuery Ajax CRUD.csproj.nuget.g.targets
│ │ ├── jQuery Ajax CRUD.csproj.nuget.g.props
│ │ └── jQuery Ajax CRUD.csproj.nuget.dgspec.json
│ ├── libman.json
│ ├── bin
│ │ └── Debug
│ │ │ └── netcoreapp3.1
│ │ │ ├── libman.json
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── NuGet.Frameworks.dll
│ │ │ ├── SQLitePCLRaw.core.dll
│ │ │ ├── jQuery Ajax CRUD.dll
│ │ │ ├── jQuery Ajax CRUD.exe
│ │ │ ├── jQuery Ajax CRUD.pdb
│ │ │ ├── Microsoft.Bcl.HashCode.dll
│ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ ├── Microsoft.Data.Sqlite.dll
│ │ │ ├── System.Runtime.Caching.dll
│ │ │ ├── jQuery Ajax CRUD.Views.dll
│ │ │ ├── jQuery Ajax CRUD.Views.pdb
│ │ │ ├── Microsoft.Data.SqlClient.dll
│ │ │ ├── Microsoft.Identity.Client.dll
│ │ │ ├── SQLitePCLRaw.batteries_v2.dll
│ │ │ ├── SQLitePCLRaw.nativelibrary.dll
│ │ │ ├── System.Composition.Hosting.dll
│ │ │ ├── System.Composition.Runtime.dll
│ │ │ ├── runtimes
│ │ │ ├── win-x64
│ │ │ │ └── native
│ │ │ │ │ ├── sni.dll
│ │ │ │ │ └── e_sqlite3.dll
│ │ │ ├── win-x86
│ │ │ │ └── native
│ │ │ │ │ ├── sni.dll
│ │ │ │ │ └── e_sqlite3.dll
│ │ │ ├── win-arm64
│ │ │ │ └── native
│ │ │ │ │ ├── sni.dll
│ │ │ │ │ └── e_sqlite3.dll
│ │ │ ├── win-arm
│ │ │ │ └── native
│ │ │ │ │ └── e_sqlite3.dll
│ │ │ ├── linux-arm
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── linux-x64
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── linux-x86
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── alpine-x64
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── linux-arm64
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── linux-armel
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── osx-x64
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.dylib
│ │ │ ├── linux-musl-x64
│ │ │ │ └── native
│ │ │ │ │ └── libe_sqlite3.so
│ │ │ ├── unix
│ │ │ │ └── lib
│ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ └── System.Runtime.Caching.dll
│ │ │ │ │ └── netcoreapp2.1
│ │ │ │ │ └── Microsoft.Data.SqlClient.dll
│ │ │ └── win
│ │ │ │ └── lib
│ │ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Runtime.Caching.dll
│ │ │ │ ├── netcoreapp2.1
│ │ │ │ └── Microsoft.Data.SqlClient.dll
│ │ │ │ └── netstandard2.0
│ │ │ │ └── System.Security.Cryptography.ProtectedData.dll
│ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ ├── Microsoft.CodeAnalysis.Razor.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.dll
│ │ │ ├── Microsoft.Extensions.Logging.dll
│ │ │ ├── Microsoft.Extensions.Options.dll
│ │ │ ├── System.Composition.Convention.dll
│ │ │ ├── System.Composition.TypedParts.dll
│ │ │ ├── Microsoft.Extensions.Primitives.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.dll
│ │ │ ├── Microsoft.Extensions.Configuration.dll
│ │ │ ├── System.Composition.AttributedModel.dll
│ │ │ ├── appsettings.Development.json
│ │ │ ├── dotnet-aspnet-codegenerator-design.dll
│ │ │ ├── Microsoft.AspNetCore.Razor.Language.dll
│ │ │ ├── Microsoft.DotNet.PlatformAbstractions.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.Design.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│ │ │ ├── Microsoft.Extensions.Caching.Memory.dll
│ │ │ ├── Microsoft.Extensions.DependencyModel.dll
│ │ │ ├── SQLitePCLRaw.provider.dynamic_cdecl.dll
│ │ │ ├── cs
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── de
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── es
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── fr
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── it
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── ja
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── ko
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── pl
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── ru
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── tr
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll
│ │ │ ├── pt-BR
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│ │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll
│ │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll
│ │ │ ├── Microsoft.Extensions.Configuration.Binder.dll
│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.dll
│ │ │ ├── System.Configuration.ConfigurationManager.dll
│ │ │ ├── System.Security.Cryptography.ProtectedData.dll
│ │ │ ├── zh-Hans
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── zh-Hant
│ │ │ ├── Microsoft.CodeAnalysis.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ │ │ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
│ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
│ │ │ ├── jQuery Ajax CRUD.runtimeconfig.dev.json
│ │ │ ├── jQuery Ajax CRUD.runtimeconfig.json
│ │ │ ├── appsettings.json
│ │ │ └── Properties
│ │ │ └── launchSettings.json
│ ├── wwwroot
│ │ ├── favicon.ico
│ │ ├── lib
│ │ │ ├── jquery-validation-unobtrusive
│ │ │ │ ├── LICENSE.txt
│ │ │ │ └── jquery.validate.unobtrusive.min.js
│ │ │ ├── jquery-validation
│ │ │ │ └── LICENSE.md
│ │ │ ├── bootstrap
│ │ │ │ ├── LICENSE
│ │ │ │ └── dist
│ │ │ │ │ └── css
│ │ │ │ │ ├── bootstrap-reboot.min.css
│ │ │ │ │ └── bootstrap-reboot.css
│ │ │ └── jquery
│ │ │ │ └── LICENSE.txt
│ │ ├── js
│ │ │ └── site.js
│ │ └── css
│ │ │ └── site.css
│ ├── appsettings.Development.json
│ ├── Models
│ │ ├── ErrorViewModel.cs
│ │ ├── TransactionDbContext.cs
│ │ └── TransactionModel.cs
│ ├── appsettings.json
│ ├── Properties
│ │ └── launchSettings.json
│ ├── Program.cs
│ ├── jQuery Ajax CRUD.csproj
│ ├── Controllers
│ │ ├── HomeController.cs
│ │ └── TransactionController.cs
│ ├── jQuery Ajax CRUD.csproj.user
│ ├── Migrations
│ │ ├── 20200328040814_InitialCreate.cs
│ │ ├── TransactionDbContextModelSnapshot.cs
│ │ └── 20200328040814_InitialCreate.Designer.cs
│ ├── Startup.cs
│ └── Helper.cs
├── .vs
│ └── jQuery Ajax CRUD
│ │ ├── v16
│ │ └── .suo
│ │ └── DesignTimeBuild
│ │ └── .dtbcache.v2
└── jQuery Ajax CRUD.sln
└── README.md
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/_ViewStart.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = "_Layout";
3 | }
4 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.TagHelpers.input.cache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.csproj.CopyComplete:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.MvcApplicationPartsAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/staticwebassets/jQuery Ajax CRUD.StaticWebAssets.Manifest.cache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/libman.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "1.0",
3 | "defaultProvider": "cdnjs",
4 | "libraries": []
5 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.RazorAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 | b5aa0d90e7719f888c3ab13ad2d2815e10f50148
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.RazorCoreGenerate.cache:
--------------------------------------------------------------------------------
1 | 57ed71715038c84f337f58cda68415a9f422b0e2
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.genruntimeconfig.cache:
--------------------------------------------------------------------------------
1 | 86c8e15dd33445635927cfaf398408205fd11473
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/staticwebassets/jQuery Ajax CRUD.StaticWebAssets.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 4c6081417c28aca182bd302f2b146397a81f0b36
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.RazorTargetAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 | 4337e58642fb1d2cfbb67790a8fc1909897576b0
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 2e8e2324f688f9cf961166bc3f00dccad8acb07a
2 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/libman.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "1.0",
3 | "defaultProvider": "cdnjs",
4 | "libraries": []
5 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/_ViewImports.cshtml:
--------------------------------------------------------------------------------
1 | @using jQuery_Ajax_CRUD
2 | @using jQuery_Ajax_CRUD.Models
3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
4 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/.vs/jQuery Ajax CRUD/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/.vs/jQuery Ajax CRUD/v16/.suo
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/favicon.ico
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Home/Privacy.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Privacy Policy";
3 | }
4 |
@ViewData["Title"]
5 |
6 | Use this page to detail your site's privacy policy.
7 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/.vs/jQuery Ajax CRUD/DesignTimeBuild/.dtbcache.v2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/.vs/jQuery Ajax CRUD/DesignTimeBuild/.dtbcache.v2
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Shared/_ValidationScriptsPartial.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.core.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.exe
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.pdb
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.exe
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.pdb
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft": "Warning",
6 | "Microsoft.Hosting.Lifetime": "Information"
7 | }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Data.Sqlite.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Data.Sqlite.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.pdb
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.Views.pdb
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.batteries_v2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.batteries_v2.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.nativelibrary.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.nativelibrary.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Hosting.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Hosting.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Runtime.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.assets.cache
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Razor.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Convention.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.Convention.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.TypedParts.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.TypedParts.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.AttributedModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Composition.AttributedModel.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft": "Warning",
6 | "Microsoft.Hosting.Lifetime": "Information"
7 | }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.Razor.Language.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.Razor.Language.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.DotNet.PlatformAbstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.DotNet.PlatformAbstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Sqlite.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Sqlite.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyModel.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.provider.dynamic_cdecl.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/SQLitePCLRaw.provider.dynamic_cdecl.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-arm/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-arm/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-x64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-x64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-x86/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-x86/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/alpine-x64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/alpine-x64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-arm64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-arm64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-armel/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-armel/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/osx-x64/native/libe_sqlite3.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/osx-x64/native/libe_sqlite3.dylib
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-musl-x64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/linux-musl-x64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Home/Index.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Home Page";
3 | }
4 |
5 |
9 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Models/ErrorViewModel.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace jQuery_Ajax_CRUD.Models
4 | {
5 | public class ErrorViewModel
6 | {
7 | public string RequestId { get; set; }
8 |
9 | public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.runtimeconfig.dev.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "additionalProbingPaths": [
4 | "C:\\Users\\Shamseer\\.dotnet\\store\\|arch|\\|tfm|",
5 | "C:\\Users\\Shamseer\\.nuget\\packages",
6 | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
7 | ]
8 | }
9 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/jQuery Ajax CRUD.runtimeconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "tfm": "netcoreapp3.1",
4 | "framework": {
5 | "name": "Microsoft.AspNetCore.App",
6 | "version": "3.1.0"
7 | },
8 | "configProperties": {
9 | "System.GC.Server": true
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp/HEAD/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/jQuery Ajax CRUD.csproj.nuget.g.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
5 |
6 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft": "Warning",
6 | "Microsoft.Hosting.Lifetime": "Information"
7 | }
8 | },
9 | "AllowedHosts": "*",
10 | "ConnectionStrings": {
11 | "DevConnection": "Server=(local)\\sqlexpress;Database=jQueryAjaxMVCDB;Trusted_Connection=True;MultipleActiveResultSets=True;"
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft": "Warning",
6 | "Microsoft.Hosting.Lifetime": "Information"
7 | }
8 | },
9 | "AllowedHosts": "*",
10 | "ConnectionStrings": {
11 | "DevConnection": "Server=(local)\\sqlexpress;Database=jQueryAjaxMVCDB;Trusted_Connection=True;MultipleActiveResultSets=True;"
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Models/TransactionDbContext.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.EntityFrameworkCore;
2 | using System;
3 | using System.Collections.Generic;
4 | using System.Linq;
5 | using System.Threading.Tasks;
6 |
7 | namespace jQuery_Ajax_CRUD.Models
8 | {
9 | public class TransactionDbContext:DbContext
10 | {
11 | public TransactionDbContext(DbContextOptions options) : base(options)
12 | { }
13 |
14 | public DbSet Transactions { get; set; }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) .NET Foundation. All rights reserved.
2 |
3 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4 | these files except in compliance with the License. You may obtain a copy of the
5 | License at
6 |
7 | http://www.apache.org/licenses/LICENSE-2.0
8 |
9 | Unless required by applicable law or agreed to in writing, software distributed
10 | under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11 | CONDITIONS OF ANY KIND, either express or implied. See the License for the
12 | specific language governing permissions and limitations under the License.
13 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.RazorAssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("jQuery Ajax CRUD.Views")]
15 |
16 | // Generated by the MSBuild WriteCodeFragment class.
17 |
18 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Properties/launchSettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "iisSettings": {
3 | "windowsAuthentication": false,
4 | "anonymousAuthentication": true,
5 | "iisExpress": {
6 | "applicationUrl": "http://localhost:51966",
7 | "sslPort": 0
8 | }
9 | },
10 | "profiles": {
11 | "IIS Express": {
12 | "commandName": "IISExpress",
13 | "launchBrowser": true,
14 | "environmentVariables": {
15 | "ASPNETCORE_ENVIRONMENT": "Development"
16 | }
17 | },
18 | "jQuery_Ajax_CRUD": {
19 | "commandName": "Project",
20 | "launchBrowser": true,
21 | "applicationUrl": "http://localhost:5000",
22 | "environmentVariables": {
23 | "ASPNETCORE_ENVIRONMENT": "Development"
24 | }
25 | }
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/bin/Debug/netcoreapp3.1/Properties/launchSettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "iisSettings": {
3 | "windowsAuthentication": false,
4 | "anonymousAuthentication": true,
5 | "iisExpress": {
6 | "applicationUrl": "http://localhost:51966",
7 | "sslPort": 0
8 | }
9 | },
10 | "profiles": {
11 | "IIS Express": {
12 | "commandName": "IISExpress",
13 | "launchBrowser": true,
14 | "environmentVariables": {
15 | "ASPNETCORE_ENVIRONMENT": "Development"
16 | }
17 | },
18 | "jQuery_Ajax_CRUD": {
19 | "commandName": "Project",
20 | "launchBrowser": true,
21 | "applicationUrl": "http://localhost:5000",
22 | "environmentVariables": {
23 | "ASPNETCORE_ENVIRONMENT": "Development"
24 | }
25 | }
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Program.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Threading.Tasks;
5 | using Microsoft.AspNetCore.Hosting;
6 | using Microsoft.Extensions.Configuration;
7 | using Microsoft.Extensions.Hosting;
8 | using Microsoft.Extensions.Logging;
9 |
10 | namespace jQuery_Ajax_CRUD
11 | {
12 | public class Program
13 | {
14 | public static void Main(string[] args)
15 | {
16 | CreateHostBuilder(args).Build().Run();
17 | }
18 |
19 | public static IHostBuilder CreateHostBuilder(string[] args) =>
20 | Host.CreateDefaultBuilder(args)
21 | .ConfigureWebHostDefaults(webBuilder =>
22 | {
23 | webBuilder.UseStartup();
24 | });
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/Index.cshtml:
--------------------------------------------------------------------------------
1 | @model IEnumerable
2 |
3 | @{
4 | ViewData["Title"] = "Index";
5 | }
6 |
7 |
8 |
9 | @await Html.PartialAsync("_ViewAll", Model)
10 |
11 |
12 |
27 |
28 |
29 | @section Scripts{
30 | @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
31 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Shared/Error.cshtml:
--------------------------------------------------------------------------------
1 | @model ErrorViewModel
2 | @{
3 | ViewData["Title"] = "Error";
4 | }
5 |
6 | Error.
7 | An error occurred while processing your request.
8 |
9 | @if (Model.ShowRequestId)
10 | {
11 |
12 | Request ID: @Model.RequestId
13 |
14 | }
15 |
16 | Development Mode
17 |
18 | Swapping to Development environment will display more detailed information about the error that occurred.
19 |
20 |
21 | The Development environment shouldn't be enabled for deployed applications.
22 | It can result in displaying sensitive information from exceptions to end users.
23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development
24 | and restarting the app.
25 |
26 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/jQuery Ajax CRUD.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | netcoreapp3.1
5 | jQuery_Ajax_CRUD
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | all
14 | runtime; build; native; contentfiles; analyzers; buildtransitive
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Controllers/HomeController.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Diagnostics;
4 | using System.Linq;
5 | using System.Threading.Tasks;
6 | using Microsoft.AspNetCore.Mvc;
7 | using Microsoft.Extensions.Logging;
8 | using jQuery_Ajax_CRUD.Models;
9 |
10 | namespace jQuery_Ajax_CRUD.Controllers
11 | {
12 | public class HomeController : Controller
13 | {
14 | private readonly ILogger _logger;
15 |
16 | public HomeController(ILogger logger)
17 | {
18 | _logger = logger;
19 | }
20 |
21 | public IActionResult Index()
22 | {
23 | return View();
24 | }
25 |
26 | public IActionResult Privacy()
27 | {
28 | return View();
29 | }
30 |
31 | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
32 | public IActionResult Error()
33 | {
34 | return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
35 | }
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: System.Reflection.AssemblyCompanyAttribute("jQuery Ajax CRUD")]
15 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18 | [assembly: System.Reflection.AssemblyProductAttribute("jQuery Ajax CRUD")]
19 | [assembly: System.Reflection.AssemblyTitleAttribute("jQuery Ajax CRUD")]
20 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21 |
22 | // Generated by the MSBuild WriteCodeFragment class.
23 |
24 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/jquery-validation/LICENSE.md:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 | =====================
3 |
4 | Copyright Jörn Zaefferer
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 | THE SOFTWARE.
23 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 16
4 | VisualStudioVersion = 16.0.29911.84
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jQuery Ajax CRUD", "jQuery Ajax CRUD\jQuery Ajax CRUD.csproj", "{DBE00DB6-D519-455D-8C3B-C016118DA85A}"
7 | EndProject
8 | Global
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 | Debug|Any CPU = Debug|Any CPU
11 | Release|Any CPU = Release|Any CPU
12 | EndGlobalSection
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 | {DBE00DB6-D519-455D-8C3B-C016118DA85A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 | {DBE00DB6-D519-455D-8C3B-C016118DA85A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 | {DBE00DB6-D519-455D-8C3B-C016118DA85A}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 | {DBE00DB6-D519-455D-8C3B-C016118DA85A}.Release|Any CPU.Build.0 = Release|Any CPU
18 | EndGlobalSection
19 | GlobalSection(SolutionProperties) = preSolution
20 | HideSolutionNode = FALSE
21 | EndGlobalSection
22 | GlobalSection(ExtensibilityGlobals) = postSolution
23 | SolutionGuid = {76158DED-27A3-4BEC-8F02-80288152562F}
24 | EndGlobalSection
25 | EndGlobal
26 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/bootstrap/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2011-2018 Twitter, Inc.
4 | Copyright (c) 2011-2018 The Bootstrap Authors
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 | THE SOFTWARE.
23 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/jQuery Ajax CRUD.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | MvcControllerWithContextScaffolder
5 | root/Controller
6 | 600
7 | False
8 | True
9 | False
10 | jQuery_Ajax_CRUD.Models.TransactionDbContext
11 | False
12 | True
13 | 600
14 |
15 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/jQuery Ajax CRUD.RazorTargetAssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
15 | "tory, Microsoft.AspNetCore.Mvc.Razor")]
16 | [assembly: System.Reflection.AssemblyCompanyAttribute("jQuery Ajax CRUD")]
17 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
18 | [assembly: System.Reflection.AssemblyProductAttribute("jQuery Ajax CRUD")]
19 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
20 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
21 | [assembly: System.Reflection.AssemblyTitleAttribute("jQuery Ajax CRUD.Views")]
22 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
23 |
24 | // Generated by the MSBuild WriteCodeFragment class.
25 |
26 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Migrations/20200328040814_InitialCreate.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using Microsoft.EntityFrameworkCore.Migrations;
3 |
4 | namespace jQuery_Ajax_CRUD.Migrations
5 | {
6 | public partial class InitialCreate : Migration
7 | {
8 | protected override void Up(MigrationBuilder migrationBuilder)
9 | {
10 | migrationBuilder.CreateTable(
11 | name: "Transactions",
12 | columns: table => new
13 | {
14 | TransactionId = table.Column(nullable: false)
15 | .Annotation("SqlServer:Identity", "1, 1"),
16 | AccountNumber = table.Column(type: "nvarchar(12)", maxLength: 12, nullable: false),
17 | BeneficiaryName = table.Column(type: "nvarchar(100)", nullable: false),
18 | BankName = table.Column(type: "nvarchar(100)", nullable: false),
19 | SWIFTCode = table.Column(type: "nvarchar(11)", maxLength: 11, nullable: false),
20 | Amount = table.Column(nullable: false),
21 | Date = table.Column(nullable: false)
22 | },
23 | constraints: table =>
24 | {
25 | table.PrimaryKey("PK_Transactions", x => x.TransactionId);
26 | });
27 | }
28 |
29 | protected override void Down(MigrationBuilder migrationBuilder)
30 | {
31 | migrationBuilder.DropTable(
32 | name: "Transactions");
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Models/TransactionModel.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.ComponentModel;
4 | using System.ComponentModel.DataAnnotations;
5 | using System.ComponentModel.DataAnnotations.Schema;
6 | using System.Linq;
7 | using System.Threading.Tasks;
8 |
9 | namespace jQuery_Ajax_CRUD.Models
10 | {
11 | public class TransactionModel
12 | {
13 | [Key]
14 | public int TransactionId { get; set; }
15 |
16 | [Column(TypeName = "nvarchar(12)")]
17 | [DisplayName("Account Number")]
18 | [Required(ErrorMessage = "This Field is required.")]
19 | [MaxLength(12, ErrorMessage = "Maximum 12 characters only")]
20 | public string AccountNumber { get; set; }
21 |
22 | [Column(TypeName = "nvarchar(100)")]
23 | [DisplayName("Beneficiary Name")]
24 | [Required(ErrorMessage = "This Field is required.")]
25 | public string BeneficiaryName { get; set; }
26 |
27 | [Column(TypeName = "nvarchar(100)")]
28 | [DisplayName("Bank Name")]
29 | [Required(ErrorMessage = "This Field is required.")]
30 | public string BankName { get; set; }
31 |
32 | [Column(TypeName = "nvarchar(11)")]
33 | [DisplayName("SWIFT Code")]
34 | [Required(ErrorMessage = "This Field is required.")]
35 | [MaxLength(11)]
36 | public string SWIFTCode { get; set; }
37 |
38 | [DisplayName("Amount")]
39 | [Required(ErrorMessage = "This Field is required.")]
40 | public int Amount { get; set; }
41 |
42 | [DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]
43 | public DateTime Date { get; set; }
44 | }
45 | }
46 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/jquery/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Copyright JS Foundation and other contributors, https://js.foundation/
2 |
3 | This software consists of voluntary contributions made by many
4 | individuals. For exact contribution history, see the revision history
5 | available at https://github.com/jquery/jquery
6 |
7 | The following license applies to all parts of this software except as
8 | documented below:
9 |
10 | ====
11 |
12 | Permission is hereby granted, free of charge, to any person obtaining
13 | a copy of this software and associated documentation files (the
14 | "Software"), to deal in the Software without restriction, including
15 | without limitation the rights to use, copy, modify, merge, publish,
16 | distribute, sublicense, and/or sell copies of the Software, and to
17 | permit persons to whom the Software is furnished to do so, subject to
18 | the following conditions:
19 |
20 | The above copyright notice and this permission notice shall be
21 | included in all copies or substantial portions of the Software.
22 |
23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 |
31 | ====
32 |
33 | All files located in the node_modules and external directories are
34 | externally maintained libraries used by this software which have their
35 | own licenses; we recommend you read them, as their terms may differ from
36 | the terms above.
37 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/Details.cshtml:
--------------------------------------------------------------------------------
1 | @model jQuery_Ajax_CRUD.Models.TransactionModel
2 |
3 | @{
4 | ViewData["Title"] = "Details";
5 | }
6 |
7 | Details
8 |
9 |
10 |
TransactionModel
11 |
12 |
13 |
14 | @Html.DisplayNameFor(model => model.AccountNumber)
15 |
16 |
17 | @Html.DisplayFor(model => model.AccountNumber)
18 |
19 |
20 | @Html.DisplayNameFor(model => model.BeneficiaryName)
21 |
22 |
23 | @Html.DisplayFor(model => model.BeneficiaryName)
24 |
25 |
26 | @Html.DisplayNameFor(model => model.BankName)
27 |
28 |
29 | @Html.DisplayFor(model => model.BankName)
30 |
31 |
32 | @Html.DisplayNameFor(model => model.SWIFTCode)
33 |
34 |
35 | @Html.DisplayFor(model => model.SWIFTCode)
36 |
37 |
38 | @Html.DisplayNameFor(model => model.Amount)
39 |
40 |
41 | @Html.DisplayFor(model => model.Amount)
42 |
43 |
44 | @Html.DisplayNameFor(model => model.Date)
45 |
46 |
47 | @Html.DisplayFor(model => model.Date)
48 |
49 |
50 |
51 |
55 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/Delete.cshtml:
--------------------------------------------------------------------------------
1 | @model jQuery_Ajax_CRUD.Models.TransactionModel
2 |
3 | @{
4 | ViewData["Title"] = "Delete";
5 | }
6 |
7 | Delete
8 |
9 | Are you sure you want to delete this?
10 |
11 |
TransactionModel
12 |
13 |
14 |
15 | @Html.DisplayNameFor(model => model.AccountNumber)
16 |
17 |
18 | @Html.DisplayFor(model => model.AccountNumber)
19 |
20 |
21 | @Html.DisplayNameFor(model => model.BeneficiaryName)
22 |
23 |
24 | @Html.DisplayFor(model => model.BeneficiaryName)
25 |
26 |
27 | @Html.DisplayNameFor(model => model.BankName)
28 |
29 |
30 | @Html.DisplayFor(model => model.BankName)
31 |
32 |
33 | @Html.DisplayNameFor(model => model.SWIFTCode)
34 |
35 |
36 | @Html.DisplayFor(model => model.SWIFTCode)
37 |
38 |
39 | @Html.DisplayNameFor(model => model.Amount)
40 |
41 |
42 | @Html.DisplayFor(model => model.Amount)
43 |
44 |
45 | @Html.DisplayNameFor(model => model.Date)
46 |
47 |
48 | @Html.DisplayFor(model => model.Date)
49 |
50 |
51 |
52 |
57 |
58 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Startup.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Threading.Tasks;
5 | using jQuery_Ajax_CRUD.Models;
6 | using Microsoft.AspNetCore.Builder;
7 | using Microsoft.AspNetCore.Hosting;
8 | using Microsoft.EntityFrameworkCore;
9 | using Microsoft.Extensions.Configuration;
10 | using Microsoft.Extensions.DependencyInjection;
11 | using Microsoft.Extensions.Hosting;
12 |
13 | namespace jQuery_Ajax_CRUD
14 | {
15 | public class Startup
16 | {
17 | public Startup(IConfiguration configuration)
18 | {
19 | Configuration = configuration;
20 | }
21 |
22 | public IConfiguration Configuration { get; }
23 |
24 | // This method gets called by the runtime. Use this method to add services to the container.
25 | public void ConfigureServices(IServiceCollection services)
26 | {
27 | services.AddControllersWithViews();
28 |
29 | services.AddDbContext(options =>
30 | options.UseSqlServer(Configuration.GetConnectionString("DevConnection")));
31 | }
32 |
33 | // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
34 | public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
35 | {
36 | if (env.IsDevelopment())
37 | {
38 | app.UseDeveloperExceptionPage();
39 | }
40 | else
41 | {
42 | app.UseExceptionHandler("/Home/Error");
43 | }
44 | app.UseStaticFiles();
45 |
46 | app.UseRouting();
47 |
48 | app.UseAuthorization();
49 |
50 | app.UseEndpoints(endpoints =>
51 | {
52 | endpoints.MapControllerRoute(
53 | name: "default",
54 | pattern: "{controller=Transaction}/{action=Index}/{id?}");
55 | });
56 | }
57 | }
58 | }
59 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # jQuery Ajax CRUD Operations with Asp.NET Core Mvc
2 |
3 | ## How it works?
4 | Text Article : https://bit.ly/3e1oXpQ
5 | Video Tutorial : https://youtu.be/3r6RfShv8m8
6 |
7 |
10 |
11 |
12 |
13 | | :bar_chart: | List of Tutorials | | :moneybag: | Support Us |
14 | |--------------------------:|:---------------------|---|---------------------:|:-------------------------------------|
15 | | Angular |http://bit.ly/2KQN9xF | |Paypal | https://goo.gl/bPcyXW |
16 | | Asp.Net Core |http://bit.ly/30fPDMg | |Amazon Affiliate | https://geni.us/JDzpE |
17 | | React |http://bit.ly/325temF | |
18 | | Python |http://bit.ly/2ws4utg | | :point_right: | Follow Us |
19 | | Node.js |https://goo.gl/viJcFs | |Website |http://www.codaffection.com |
20 | | Asp.Net MVC |https://goo.gl/gvjUJ7 | |YouTube |https://www.youtube.com/codaffection |
21 | | Flutter |https://bit.ly/3ggmmJz| |Facebook |https://www.facebook.com/codaffection |
22 | | Web API |https://goo.gl/itVayJ | |Twitter |https://twitter.com/CodAffection |
23 | | MEAN Stack |https://goo.gl/YJPPAH | |
24 | | C# Tutorial |https://goo.gl/s1zJxo | |
25 | | Asp.Net WebForm |https://goo.gl/GXC2aJ | |
26 | | C# WinForm |https://goo.gl/vHS9Hd | |
27 | | MS SQL |https://goo.gl/MLYS9e | |
28 | | Crystal Report |https://goo.gl/5Vou7t | |
29 | | CG Exercises in C Program |https://goo.gl/qEWJCs | |
30 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/jQuery Ajax CRUD.csproj.nuget.g.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | True
5 | NuGet
6 | $(MSBuildThisFileDirectory)project.assets.json
7 | $(UserProfile)\.nuget\packages\
8 | C:\Users\Shamseer\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
9 | PackageReference
10 | 5.5.0
11 |
12 |
13 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
14 |
15 |
16 |
17 |
18 |
19 | C:\Users\Shamseer\.nuget\packages\microsoft.codeanalysis.analyzers\2.9.4
20 | C:\Users\Shamseer\.nuget\packages\microsoft.entityframeworkcore.tools\3.1.3
21 |
22 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Helper.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.AspNetCore.Http;
2 | using Microsoft.AspNetCore.Mvc;
3 | using Microsoft.AspNetCore.Mvc.Filters;
4 | using Microsoft.AspNetCore.Mvc.Rendering;
5 | using Microsoft.AspNetCore.Mvc.ViewEngines;
6 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
7 | using System;
8 | using System.Collections.Generic;
9 | using System.IO;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 |
13 | namespace jQuery_Ajax_CRUD
14 | {
15 | public class Helper
16 | {
17 |
18 | public static string RenderRazorViewToString(Controller controller, string viewName, object model = null)
19 | {
20 | controller.ViewData.Model = model;
21 | using (var sw = new StringWriter())
22 | {
23 | IViewEngine viewEngine = controller.HttpContext.RequestServices.GetService(typeof(ICompositeViewEngine)) as ICompositeViewEngine;
24 | ViewEngineResult viewResult = viewEngine.FindView(controller.ControllerContext, viewName, false);
25 |
26 | ViewContext viewContext = new ViewContext(
27 | controller.ControllerContext,
28 | viewResult.View,
29 | controller.ViewData,
30 | controller.TempData,
31 | sw,
32 | new HtmlHelperOptions()
33 | );
34 | viewResult.View.RenderAsync(viewContext);
35 | return sw.GetStringBuilder().ToString();
36 | }
37 | }
38 |
39 | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
40 | public class NoDirectAccessAttribute : ActionFilterAttribute
41 | {
42 | public override void OnActionExecuting(ActionExecutingContext filterContext)
43 | {
44 | if (filterContext.HttpContext.Request.GetTypedHeaders().Referer == null ||
45 | filterContext.HttpContext.Request.GetTypedHeaders().Host.Host.ToString() != filterContext.HttpContext.Request.GetTypedHeaders().Referer.Host.ToString())
46 | {
47 | filterContext.HttpContext.Response.Redirect("/");
48 | }
49 | }
50 | }
51 |
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Migrations/TransactionDbContextModelSnapshot.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using Microsoft.EntityFrameworkCore;
4 | using Microsoft.EntityFrameworkCore.Infrastructure;
5 | using Microsoft.EntityFrameworkCore.Metadata;
6 | using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
7 | using jQuery_Ajax_CRUD.Models;
8 |
9 | namespace jQuery_Ajax_CRUD.Migrations
10 | {
11 | [DbContext(typeof(TransactionDbContext))]
12 | partial class TransactionDbContextModelSnapshot : ModelSnapshot
13 | {
14 | protected override void BuildModel(ModelBuilder modelBuilder)
15 | {
16 | #pragma warning disable 612, 618
17 | modelBuilder
18 | .HasAnnotation("ProductVersion", "3.1.3")
19 | .HasAnnotation("Relational:MaxIdentifierLength", 128)
20 | .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
21 |
22 | modelBuilder.Entity("jQuery_Ajax_CRUD.Models.TransactionModel", b =>
23 | {
24 | b.Property("TransactionId")
25 | .ValueGeneratedOnAdd()
26 | .HasColumnType("int")
27 | .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
28 |
29 | b.Property("AccountNumber")
30 | .IsRequired()
31 | .HasColumnType("nvarchar(12)")
32 | .HasMaxLength(12);
33 |
34 | b.Property("Amount")
35 | .HasColumnType("int");
36 |
37 | b.Property("BankName")
38 | .IsRequired()
39 | .HasColumnType("nvarchar(100)");
40 |
41 | b.Property("BeneficiaryName")
42 | .IsRequired()
43 | .HasColumnType("nvarchar(100)");
44 |
45 | b.Property("Date")
46 | .HasColumnType("datetime2");
47 |
48 | b.Property("SWIFTCode")
49 | .IsRequired()
50 | .HasColumnType("nvarchar(11)")
51 | .HasMaxLength(11);
52 |
53 | b.HasKey("TransactionId");
54 |
55 | b.ToTable("Transactions");
56 | });
57 | #pragma warning restore 612, 618
58 | }
59 | }
60 | }
61 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/Create.cshtml:
--------------------------------------------------------------------------------
1 | @model jQuery_Ajax_CRUD.Models.TransactionModel
2 |
3 | @{
4 | ViewData["Title"] = "Create";
5 | }
6 |
7 | Create
8 |
9 | TransactionModel
10 |
11 |
51 |
52 |
55 |
56 | @section Scripts {
57 | @{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
58 | }
59 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Migrations/20200328040814_InitialCreate.Designer.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using Microsoft.EntityFrameworkCore;
4 | using Microsoft.EntityFrameworkCore.Infrastructure;
5 | using Microsoft.EntityFrameworkCore.Metadata;
6 | using Microsoft.EntityFrameworkCore.Migrations;
7 | using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
8 | using jQuery_Ajax_CRUD.Models;
9 |
10 | namespace jQuery_Ajax_CRUD.Migrations
11 | {
12 | [DbContext(typeof(TransactionDbContext))]
13 | [Migration("20200328040814_InitialCreate")]
14 | partial class InitialCreate
15 | {
16 | protected override void BuildTargetModel(ModelBuilder modelBuilder)
17 | {
18 | #pragma warning disable 612, 618
19 | modelBuilder
20 | .HasAnnotation("ProductVersion", "3.1.3")
21 | .HasAnnotation("Relational:MaxIdentifierLength", 128)
22 | .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
23 |
24 | modelBuilder.Entity("jQuery_Ajax_CRUD.Models.TransactionModel", b =>
25 | {
26 | b.Property("TransactionId")
27 | .ValueGeneratedOnAdd()
28 | .HasColumnType("int")
29 | .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
30 |
31 | b.Property("AccountNumber")
32 | .IsRequired()
33 | .HasColumnType("nvarchar(12)")
34 | .HasMaxLength(12);
35 |
36 | b.Property("Amount")
37 | .HasColumnType("int");
38 |
39 | b.Property("BankName")
40 | .IsRequired()
41 | .HasColumnType("nvarchar(100)");
42 |
43 | b.Property("BeneficiaryName")
44 | .IsRequired()
45 | .HasColumnType("nvarchar(100)");
46 |
47 | b.Property("Date")
48 | .HasColumnType("datetime2");
49 |
50 | b.Property("SWIFTCode")
51 | .IsRequired()
52 | .HasColumnType("nvarchar(11)")
53 | .HasMaxLength(11);
54 |
55 | b.HasKey("TransactionId");
56 |
57 | b.ToTable("Transactions");
58 | });
59 | #pragma warning restore 612, 618
60 | }
61 | }
62 | }
63 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/js/site.js:
--------------------------------------------------------------------------------
1 | // Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | // for details on configuring this project to bundle and minify static web assets.
3 |
4 | // Write your JavaScript code.
5 |
6 | $(function () {
7 | $("#loaderbody").addClass('hide');
8 |
9 | $(document).bind('ajaxStart', function () {
10 | $("#loaderbody").removeClass('hide');
11 | }).bind('ajaxStop', function () {
12 | $("#loaderbody").addClass('hide');
13 | });
14 | });
15 |
16 | showInPopup = (url, title) => {
17 | $.ajax({
18 | type: 'GET',
19 | url: url,
20 | success: function (res) {
21 | $('#form-modal .modal-body').html(res);
22 | $('#form-modal .modal-title').html(title);
23 | $('#form-modal').modal('show');
24 | // to make popup draggable
25 | $('.modal-dialog').draggable({
26 | handle: ".modal-header"
27 | });
28 | }
29 | })
30 | }
31 |
32 | jQueryAjaxPost = form => {
33 | try {
34 | $.ajax({
35 | type: 'POST',
36 | url: form.action,
37 | data: new FormData(form),
38 | contentType: false,
39 | processData: false,
40 | success: function (res) {
41 | if (res.isValid) {
42 | $('#view-all').html(res.html)
43 | $('#form-modal .modal-body').html('');
44 | $('#form-modal .modal-title').html('');
45 | $('#form-modal').modal('hide');
46 | }
47 | else
48 | $('#form-modal .modal-body').html(res.html);
49 | },
50 | error: function (err) {
51 | console.log(err)
52 | }
53 | })
54 | //to prevent default form submit event
55 | return false;
56 | } catch (ex) {
57 | console.log(ex)
58 | }
59 | }
60 |
61 | jQueryAjaxDelete = form => {
62 | if (confirm('Are you sure to delete this record ?')) {
63 | try {
64 | $.ajax({
65 | type: 'POST',
66 | url: form.action,
67 | data: new FormData(form),
68 | contentType: false,
69 | processData: false,
70 | success: function (res) {
71 | $('#view-all').html(res.html);
72 | },
73 | error: function (err) {
74 | console.log(err)
75 | }
76 | })
77 | } catch (ex) {
78 | console.log(ex)
79 | }
80 | }
81 |
82 | //prevent default form submit event
83 | return false;
84 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/css/site.css:
--------------------------------------------------------------------------------
1 | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | for details on configuring this project to bundle and minify static web assets. */
3 |
4 | a.navbar-brand {
5 | white-space: normal;
6 | text-align: center;
7 | word-break: break-all;
8 | }
9 |
10 | /* Provide sufficient contrast against white background */
11 | a {
12 | color: #0366d6;
13 | }
14 |
15 | .btn-primary {
16 | color: #fff;
17 | background-color: #1b6ec2;
18 | border-color: #1861ac;
19 | }
20 |
21 | .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
22 | color: #fff;
23 | background-color: #1b6ec2;
24 | border-color: #1861ac;
25 | }
26 |
27 | /* Sticky footer styles
28 | -------------------------------------------------- */
29 | html {
30 | font-size: 14px;
31 | }
32 | @media (min-width: 768px) {
33 | html {
34 | font-size: 16px;
35 | }
36 | }
37 |
38 | .border-top {
39 | border-top: 1px solid #e5e5e5;
40 | }
41 | .border-bottom {
42 | border-bottom: 1px solid #e5e5e5;
43 | }
44 |
45 | .box-shadow {
46 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
47 | }
48 |
49 | button.accept-policy {
50 | font-size: 1rem;
51 | line-height: inherit;
52 | }
53 |
54 | /* Sticky footer styles
55 | -------------------------------------------------- */
56 | html {
57 | position: relative;
58 | min-height: 100%;
59 | }
60 |
61 | body {
62 | /* Margin bottom by footer height */
63 | margin-bottom: 60px;
64 | font-family: 'Roboto', sans-serif;
65 | }
66 | .footer {
67 | position: absolute;
68 | bottom: 0;
69 | width: 100%;
70 | white-space: nowrap;
71 | line-height: 60px; /* Vertically center the text there */
72 | }
73 |
74 |
75 | /* Change input control border color */
76 | .form-control, .input-group-text {
77 | border: 1px solid #0080ff;
78 | }
79 |
80 | a.btn:hover {
81 | cursor: pointer !important;
82 | }
83 |
84 | /*loader*/
85 | .loaderbody {
86 | width: 100%;
87 | height: 100%;
88 | left: 0px;
89 | top: 0px;
90 | position: absolute;
91 | background-color: rgba(128,128,128,0.2);
92 | z-index: 2147483647;
93 | }
94 |
95 | .loader {
96 | border: 16px solid #f3f3f3; /* Light grey */
97 | border-top: 16px solid #3498db; /* Blue */
98 | border-radius: 50%;
99 | width: 80px;
100 | height: 80px;
101 | animation: spin 2s linear infinite;
102 | position: fixed;
103 | top: 45%;
104 | left: 40%;
105 | }
106 |
107 | @keyframes spin {
108 | 0% {
109 | transform: rotate(0deg);
110 | }
111 |
112 | 100% {
113 | transform: rotate(360deg);
114 | }
115 | }
116 |
117 | .hide {
118 | display: none;
119 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/_ViewAll.cshtml:
--------------------------------------------------------------------------------
1 | @model IEnumerable
2 |
3 |
4 |
5 |
Transaction History
6 |
7 |
8 |
9 |
10 |
11 |
12 | @Html.DisplayNameFor(model => model.AccountNumber)
13 |
14 |
15 | @Html.DisplayNameFor(model => model.BeneficiaryName)
16 |
17 |
18 | @Html.DisplayNameFor(model => model.Date)
19 |
20 |
21 | @Html.DisplayNameFor(model => model.Amount)
22 |
23 |
24 | New Transaction
25 |
26 |
27 |
28 |
29 | @foreach (var item in Model)
30 | {
31 |
32 |
33 | @Html.DisplayFor(modelItem => item.AccountNumber)
34 |
35 |
36 | @Html.DisplayFor(modelItem => item.BeneficiaryName)
37 |
38 |
39 | @Html.DisplayFor(modelItem => item.Date)
40 |
41 |
42 | @Html.DisplayFor(modelItem => item.Amount)
43 |
44 |
45 |
52 |
53 |
54 | }
55 |
56 |
57 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/_ViewImports.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "52bec9d83afcb5539e378718737d97ddfe8526c7"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views__ViewImports), @"mvc.1.0.view", @"/Views/_ViewImports.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
30 | public class Views__ViewImports : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
31 | {
32 | #pragma warning disable 1998
33 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
34 | {
35 | }
36 | #pragma warning restore 1998
37 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
38 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
39 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
40 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
41 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
42 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
43 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
44 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
45 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
46 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
47 | }
48 | }
49 | #pragma warning restore 1591
50 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/_ViewStart.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewStart.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7091c65830b0329e613be026ede8a57552863778"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views__ViewStart), @"mvc.1.0.view", @"/Views/_ViewStart.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"7091c65830b0329e613be026ede8a57552863778", @"/Views/_ViewStart.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views__ViewStart : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | #pragma warning disable 1998
34 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
35 | {
36 | #nullable restore
37 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewStart.cshtml"
38 |
39 | Layout = "_Layout";
40 |
41 | #line default
42 | #line hidden
43 | #nullable disable
44 | }
45 | #pragma warning restore 1998
46 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
47 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
48 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
49 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
50 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
51 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
52 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
53 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
54 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
55 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
56 | }
57 | }
58 | #pragma warning restore 1591
59 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Transaction/AddOrEdit.cshtml:
--------------------------------------------------------------------------------
1 | @model jQuery_Ajax_CRUD.Models.TransactionModel
2 |
3 | @{ Layout = null; }
4 |
5 |
68 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Views/Shared/_Layout.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @ViewData["Title"] - jQuery_Ajax_CRUD
7 |
8 |
9 |
10 |
11 |
12 |
13 |
34 |
35 |
36 | @RenderBody()
37 |
38 |
39 |
40 |
41 |
42 |
57 |
58 |
61 |
62 |
67 |
68 |
71 |
72 |
73 | @RenderSection("Scripts", required: false)
74 |
75 |
76 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Home/Index.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Home\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99464617055fdb505bb0bb7fd91f9b14f7b0d030"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Index), @"mvc.1.0.view", @"/Views/Home/Index.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"99464617055fdb505bb0bb7fd91f9b14f7b0d030", @"/Views/Home/Index.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Home_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | #pragma warning disable 1998
34 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
35 | {
36 | #nullable restore
37 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Home\Index.cshtml"
38 |
39 | ViewData["Title"] = "Home Page";
40 |
41 | #line default
42 | #line hidden
43 | #nullable disable
44 | WriteLiteral("\r\n\r\n");
45 | }
46 | #pragma warning restore 1998
47 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
48 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
49 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
50 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
51 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
52 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
53 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
54 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
55 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
56 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
57 | }
58 | }
59 | #pragma warning restore 1591
60 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Home/Privacy.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Home\Privacy.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d8ddb6bffa5a9b264bf8f89038bf03c234083fd3"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Privacy), @"mvc.1.0.view", @"/Views/Home/Privacy.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"d8ddb6bffa5a9b264bf8f89038bf03c234083fd3", @"/Views/Home/Privacy.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Home_Privacy : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | #pragma warning disable 1998
34 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
35 | {
36 | #nullable restore
37 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Home\Privacy.cshtml"
38 |
39 | ViewData["Title"] = "Privacy Policy";
40 |
41 | #line default
42 | #line hidden
43 | #nullable disable
44 | WriteLiteral("");
45 | #nullable restore
46 | #line 4 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Home\Privacy.cshtml"
47 | Write(ViewData["Title"]);
48 |
49 | #line default
50 | #line hidden
51 | #nullable disable
52 | WriteLiteral(" \r\n\r\nUse this page to detail your site\'s privacy policy.
\r\n");
53 | }
54 | #pragma warning restore 1998
55 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
56 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
57 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
58 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
59 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
60 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
61 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
62 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
63 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
64 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
65 | }
66 | }
67 | #pragma warning restore 1591
68 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3 | * Copyright 2011-2019 The Bootstrap Authors
4 | * Copyright 2011-2019 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/jQuery Ajax CRUD.csproj.nuget.dgspec.json:
--------------------------------------------------------------------------------
1 | {
2 | "format": 1,
3 | "restore": {
4 | "F:\\profession\\CodAffection Blog\\Asp.Net Core\\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\\Project\\jQuery Ajax CRUD\\jQuery Ajax CRUD\\jQuery Ajax CRUD.csproj": {}
5 | },
6 | "projects": {
7 | "F:\\profession\\CodAffection Blog\\Asp.Net Core\\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\\Project\\jQuery Ajax CRUD\\jQuery Ajax CRUD\\jQuery Ajax CRUD.csproj": {
8 | "version": "1.0.0",
9 | "restore": {
10 | "projectUniqueName": "F:\\profession\\CodAffection Blog\\Asp.Net Core\\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\\Project\\jQuery Ajax CRUD\\jQuery Ajax CRUD\\jQuery Ajax CRUD.csproj",
11 | "projectName": "jQuery Ajax CRUD",
12 | "projectPath": "F:\\profession\\CodAffection Blog\\Asp.Net Core\\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\\Project\\jQuery Ajax CRUD\\jQuery Ajax CRUD\\jQuery Ajax CRUD.csproj",
13 | "packagesPath": "C:\\Users\\Shamseer\\.nuget\\packages\\",
14 | "outputPath": "F:\\profession\\CodAffection Blog\\Asp.Net Core\\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\\Project\\jQuery Ajax CRUD\\jQuery Ajax CRUD\\obj\\",
15 | "projectStyle": "PackageReference",
16 | "fallbackFolders": [
17 | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
18 | ],
19 | "configFilePaths": [
20 | "C:\\Users\\Shamseer\\AppData\\Roaming\\NuGet\\NuGet.Config",
21 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
22 | ],
23 | "originalTargetFrameworks": [
24 | "netcoreapp3.1"
25 | ],
26 | "sources": {
27 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
28 | "https://api.nuget.org/v3/index.json": {}
29 | },
30 | "frameworks": {
31 | "netcoreapp3.1": {
32 | "projectReferences": {}
33 | }
34 | },
35 | "warningProperties": {
36 | "warnAsError": [
37 | "NU1605"
38 | ]
39 | }
40 | },
41 | "frameworks": {
42 | "netcoreapp3.1": {
43 | "dependencies": {
44 | "Microsoft.EntityFrameworkCore": {
45 | "target": "Package",
46 | "version": "[3.1.3, )"
47 | },
48 | "Microsoft.EntityFrameworkCore.SqlServer": {
49 | "target": "Package",
50 | "version": "[3.1.3, )"
51 | },
52 | "Microsoft.EntityFrameworkCore.Sqlite": {
53 | "target": "Package",
54 | "version": "[3.1.1, )"
55 | },
56 | "Microsoft.EntityFrameworkCore.Tools": {
57 | "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
58 | "suppressParent": "All",
59 | "target": "Package",
60 | "version": "[3.1.3, )"
61 | },
62 | "Microsoft.VisualStudio.Web.CodeGeneration.Design": {
63 | "target": "Package",
64 | "version": "[3.1.1, )"
65 | },
66 | "Microsoft.VisualStudio.Web.CodeGeneration.Utils": {
67 | "target": "Package",
68 | "version": "[3.1.1, )"
69 | }
70 | },
71 | "imports": [
72 | "net461",
73 | "net462",
74 | "net47",
75 | "net471",
76 | "net472",
77 | "net48"
78 | ],
79 | "assetTargetFallback": true,
80 | "warn": true,
81 | "frameworkReferences": {
82 | "Microsoft.AspNetCore.App": {
83 | "privateAssets": "none"
84 | },
85 | "Microsoft.NETCore.App": {
86 | "privateAssets": "all"
87 | }
88 | },
89 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.200\\RuntimeIdentifierGraph.json"
90 | }
91 | }
92 | }
93 | }
94 | }
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/Controllers/TransactionController.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Threading.Tasks;
5 | using Microsoft.AspNetCore.Mvc;
6 | using Microsoft.AspNetCore.Mvc.Rendering;
7 | using Microsoft.EntityFrameworkCore;
8 | using jQuery_Ajax_CRUD.Models;
9 | using static jQuery_Ajax_CRUD.Helper;
10 |
11 | namespace jQuery_Ajax_CRUD.Controllers
12 | {
13 | public class TransactionController : Controller
14 | {
15 | private readonly TransactionDbContext _context;
16 |
17 | public TransactionController(TransactionDbContext context)
18 | {
19 | _context = context;
20 | }
21 |
22 | // GET: Transaction
23 | public async Task Index()
24 | {
25 | return View(await _context.Transactions.ToListAsync());
26 | }
27 |
28 | // GET: Transaction/AddOrEdit(Insert)
29 | // GET: Transaction/AddOrEdit/5(Update)
30 | [NoDirectAccess]
31 | public async Task AddOrEdit(int id = 0)
32 | {
33 | if (id == 0)
34 | return View(new TransactionModel());
35 | else
36 | {
37 | var transactionModel = await _context.Transactions.FindAsync(id);
38 | if (transactionModel == null)
39 | {
40 | return NotFound();
41 | }
42 | return View(transactionModel);
43 | }
44 | }
45 |
46 | [HttpPost]
47 | [ValidateAntiForgeryToken]
48 | public async Task AddOrEdit(int id, [Bind("TransactionId,AccountNumber,BeneficiaryName,BankName,SWIFTCode,Amount,Date")] TransactionModel transactionModel)
49 | {
50 | if (ModelState.IsValid)
51 | {
52 | //Insert
53 | if (id == 0)
54 | {
55 | transactionModel.Date = DateTime.Now;
56 | _context.Add(transactionModel);
57 | await _context.SaveChangesAsync();
58 |
59 | }
60 | //Update
61 | else
62 | {
63 | try
64 | {
65 | _context.Update(transactionModel);
66 | await _context.SaveChangesAsync();
67 | }
68 | catch (DbUpdateConcurrencyException)
69 | {
70 | if (!TransactionModelExists(transactionModel.TransactionId))
71 | { return NotFound(); }
72 | else
73 | { throw; }
74 | }
75 | }
76 | return Json(new { isValid = true, html = Helper.RenderRazorViewToString(this, "_ViewAll", _context.Transactions.ToList()) });
77 | }
78 | return Json(new { isValid = false, html = Helper.RenderRazorViewToString(this, "AddOrEdit", transactionModel) });
79 | }
80 |
81 | // GET: Transaction/Delete/5
82 | public async Task Delete(int? id)
83 | {
84 | if (id == null)
85 | {
86 | return NotFound();
87 | }
88 |
89 | var transactionModel = await _context.Transactions
90 | .FirstOrDefaultAsync(m => m.TransactionId == id);
91 | if (transactionModel == null)
92 | {
93 | return NotFound();
94 | }
95 |
96 | return View(transactionModel);
97 | }
98 |
99 | // POST: Transaction/Delete/5
100 | [HttpPost, ActionName("Delete")]
101 | [ValidateAntiForgeryToken]
102 | public async Task DeleteConfirmed(int id)
103 | {
104 | var transactionModel = await _context.Transactions.FindAsync(id);
105 | _context.Transactions.Remove(transactionModel);
106 | await _context.SaveChangesAsync();
107 | return Json(new { html = Helper.RenderRazorViewToString(this, "_ViewAll", _context.Transactions.ToList()) });
108 | }
109 |
110 | private bool TransactionModelExists(int id)
111 | {
112 | return _context.Transactions.Any(e => e.TransactionId == id);
113 | }
114 | }
115 | }
116 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Transaction/Index.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "28038084f3741aacc2b45ea664c1b5ef44435ce3"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Transaction_Index), @"mvc.1.0.view", @"/Views/Transaction/Index.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"28038084f3741aacc2b45ea664c1b5ef44435ce3", @"/Views/Transaction/Index.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Transaction_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage>
32 | {
33 | #pragma warning disable 1998
34 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
35 | {
36 | WriteLiteral("\r\n");
37 | #nullable restore
38 | #line 3 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Index.cshtml"
39 |
40 | ViewData["Title"] = "Index";
41 |
42 | #line default
43 | #line hidden
44 | #nullable disable
45 | WriteLiteral("\r\n\r\n\r\n ");
46 | #nullable restore
47 | #line 9 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Index.cshtml"
48 | Write(await Html.PartialAsync("_ViewAll", Model));
49 |
50 | #line default
51 | #line hidden
52 | #nullable disable
53 | WriteLiteral(@"
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 | ×
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 | ");
74 | DefineSection("Scripts", async() => {
75 | WriteLiteral("\r\n");
76 | #nullable restore
77 | #line 30 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Index.cshtml"
78 | await Html.RenderPartialAsync("_ValidationScriptsPartial");
79 |
80 | #line default
81 | #line hidden
82 | #nullable disable
83 | }
84 | );
85 | }
86 | #pragma warning restore 1998
87 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
88 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
89 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
90 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
91 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
92 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
93 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
94 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
95 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
96 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper> Html { get; private set; }
97 | }
98 | }
99 | #pragma warning restore 1591
100 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Shared/Error.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\Error.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d6a5625cc8fb4476f348b0fe9041c550465d8bf9"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared_Error), @"mvc.1.0.view", @"/Views/Shared/Error.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"d6a5625cc8fb4476f348b0fe9041c550465d8bf9", @"/Views/Shared/Error.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Shared_Error : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | #pragma warning disable 1998
34 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
35 | {
36 | #nullable restore
37 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\Error.cshtml"
38 |
39 | ViewData["Title"] = "Error";
40 |
41 | #line default
42 | #line hidden
43 | #nullable disable
44 | WriteLiteral("\r\nError. \r\nAn error occurred while processing your request. \r\n\r\n");
45 | #nullable restore
46 | #line 9 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\Error.cshtml"
47 | if (Model.ShowRequestId)
48 | {
49 |
50 | #line default
51 | #line hidden
52 | #nullable disable
53 | WriteLiteral(" \r\n Request ID: ");
54 | #nullable restore
55 | #line 12 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\Error.cshtml"
56 | Write(Model.RequestId);
57 |
58 | #line default
59 | #line hidden
60 | #nullable disable
61 | WriteLiteral("\r\n
\r\n");
62 | #nullable restore
63 | #line 14 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\Error.cshtml"
64 | }
65 |
66 | #line default
67 | #line hidden
68 | #nullable disable
69 | WriteLiteral(@"
70 | Development Mode
71 |
72 | Swapping to Development environment will display more detailed information about the error that occurred.
73 |
74 |
75 | The Development environment shouldn't be enabled for deployed applications.
76 | It can result in displaying sensitive information from exceptions to end users.
77 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development
78 | and restarting the app.
79 |
80 | ");
81 | }
82 | #pragma warning restore 1998
83 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
84 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
85 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
86 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
87 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
88 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
89 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
90 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
91 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
92 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
93 | }
94 | }
95 | #pragma warning restore 1591
96 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js:
--------------------------------------------------------------------------------
1 | // Unobtrusive validation support library for jQuery and jQuery Validate
2 | // Copyright (c) .NET Foundation. All rights reserved.
3 | // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
4 | // @version v3.2.11
5 | !function(a){"function"==typeof define&&define.amd?define("jquery.validate.unobtrusive",["jquery-validation"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery-validation")):jQuery.validator.unobtrusive=a(jQuery)}(function(a){function e(a,e,n){a.rules[e]=n,a.message&&(a.messages[e]=a.message)}function n(a){return a.replace(/^\s+|\s+$/g,"").split(/\s*,\s*/g)}function t(a){return a.replace(/([!"#$%&'()*+,.\/:;<=>?@\[\\\]^`{|}~])/g,"\\$1")}function r(a){return a.substr(0,a.lastIndexOf(".")+1)}function i(a,e){return 0===a.indexOf("*.")&&(a=a.replace("*.",e)),a}function o(e,n){var r=a(this).find("[data-valmsg-for='"+t(n[0].name)+"']"),i=r.attr("data-valmsg-replace"),o=i?a.parseJSON(i)!==!1:null;r.removeClass("field-validation-valid").addClass("field-validation-error"),e.data("unobtrusiveContainer",r),o?(r.empty(),e.removeClass("input-validation-error").appendTo(r)):e.hide()}function d(e,n){var t=a(this).find("[data-valmsg-summary=true]"),r=t.find("ul");r&&r.length&&n.errorList.length&&(r.empty(),t.addClass("validation-summary-errors").removeClass("validation-summary-valid"),a.each(n.errorList,function(){a(" ").html(this.message).appendTo(r)}))}function s(e){var n=e.data("unobtrusiveContainer");if(n){var t=n.attr("data-valmsg-replace"),r=t?a.parseJSON(t):null;n.addClass("field-validation-valid").removeClass("field-validation-error"),e.removeData("unobtrusiveContainer"),r&&n.empty()}}function l(e){var n=a(this),t="__jquery_unobtrusive_validation_form_reset";if(!n.data(t)){n.data(t,!0);try{n.data("validator").resetForm()}finally{n.removeData(t)}n.find(".validation-summary-errors").addClass("validation-summary-valid").removeClass("validation-summary-errors"),n.find(".field-validation-error").addClass("field-validation-valid").removeClass("field-validation-error").removeData("unobtrusiveContainer").find(">*").removeData("unobtrusiveContainer")}}function u(e){var n=a(e),t=n.data(v),r=a.proxy(l,e),i=f.unobtrusive.options||{},u=function(n,t){var r=i[n];r&&a.isFunction(r)&&r.apply(e,t)};return t||(t={options:{errorClass:i.errorClass||"input-validation-error",errorElement:i.errorElement||"span",errorPlacement:function(){o.apply(e,arguments),u("errorPlacement",arguments)},invalidHandler:function(){d.apply(e,arguments),u("invalidHandler",arguments)},messages:{},rules:{},success:function(){s.apply(e,arguments),u("success",arguments)}},attachValidation:function(){n.off("reset."+v,r).on("reset."+v,r).validate(this.options)},validate:function(){return n.validate(),n.valid()}},n.data(v,t)),t}var m,f=a.validator,v="unobtrusiveValidation";return f.unobtrusive={adapters:[],parseElement:function(e,n){var t,r,i,o=a(e),d=o.parents("form")[0];d&&(t=u(d),t.options.rules[e.name]=r={},t.options.messages[e.name]=i={},a.each(this.adapters,function(){var n="data-val-"+this.name,t=o.attr(n),s={};void 0!==t&&(n+="-",a.each(this.params,function(){s[this]=o.attr(n+this)}),this.adapt({element:e,form:d,message:t,params:s,rules:r,messages:i}))}),a.extend(r,{__dummy__:!0}),n||t.attachValidation())},parse:function(e){var n=a(e),t=n.parents().addBack().filter("form").add(n.find("form")).has("[data-val=true]");n.find("[data-val=true]").each(function(){f.unobtrusive.parseElement(this,!0)}),t.each(function(){var a=u(this);a&&a.attachValidation()})}},m=f.unobtrusive.adapters,m.add=function(a,e,n){return n||(n=e,e=[]),this.push({name:a,params:e,adapt:n}),this},m.addBool=function(a,n){return this.add(a,function(t){e(t,n||a,!0)})},m.addMinMax=function(a,n,t,r,i,o){return this.add(a,[i||"min",o||"max"],function(a){var i=a.params.min,o=a.params.max;i&&o?e(a,r,[i,o]):i?e(a,n,i):o&&e(a,t,o)})},m.addSingleVal=function(a,n,t){return this.add(a,[n||"val"],function(r){e(r,t||a,r.params[n])})},f.addMethod("__dummy__",function(a,e,n){return!0}),f.addMethod("regex",function(a,e,n){var t;return!!this.optional(e)||(t=new RegExp(n).exec(a),t&&0===t.index&&t[0].length===a.length)}),f.addMethod("nonalphamin",function(a,e,n){var t;return n&&(t=a.match(/\W/g),t=t&&t.length>=n),t}),f.methods.extension?(m.addSingleVal("accept","mimtype"),m.addSingleVal("extension","extension")):m.addSingleVal("extension","extension","accept"),m.addSingleVal("regex","pattern"),m.addBool("creditcard").addBool("date").addBool("digits").addBool("email").addBool("number").addBool("url"),m.addMinMax("length","minlength","maxlength","rangelength").addMinMax("range","min","max","range"),m.addMinMax("minlength","minlength").addMinMax("maxlength","minlength","maxlength"),m.add("equalto",["other"],function(n){var o=r(n.element.name),d=n.params.other,s=i(d,o),l=a(n.form).find(":input").filter("[name='"+t(s)+"']")[0];e(n,"equalTo",l)}),m.add("required",function(a){"INPUT"===a.element.tagName.toUpperCase()&&"CHECKBOX"===a.element.type.toUpperCase()||e(a,"required",!0)}),m.add("remote",["url","type","additionalfields"],function(o){var d={url:o.params.url,type:o.params.type||"GET",data:{}},s=r(o.element.name);a.each(n(o.params.additionalfields||o.element.name),function(e,n){var r=i(n,s);d.data[r]=function(){var e=a(o.form).find(":input").filter("[name='"+t(r)+"']");return e.is(":checkbox")?e.filter(":checked").val()||e.filter(":hidden").val()||"":e.is(":radio")?e.filter(":checked").val()||"":e.val()}}),e(o,"remote",d)}),m.add("password",["min","nonalphamin","regex"],function(a){a.params.min&&e(a,"minlength",a.params.min),a.params.nonalphamin&&e(a,"nonalphamin",a.params.nonalphamin),a.params.regex&&e(a,"regex",a.params.regex)}),m.add("fileextensions",["extensions"],function(a){e(a,"extension",a.params.extensions)}),a(function(){f.unobtrusive.parse(document)}),f.unobtrusive});
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3 | * Copyright 2011-2019 The Bootstrap Authors
4 | * Copyright 2011-2019 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */
8 | *,
9 | *::before,
10 | *::after {
11 | box-sizing: border-box;
12 | }
13 |
14 | html {
15 | font-family: sans-serif;
16 | line-height: 1.15;
17 | -webkit-text-size-adjust: 100%;
18 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19 | }
20 |
21 | article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
22 | display: block;
23 | }
24 |
25 | body {
26 | margin: 0;
27 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28 | font-size: 1rem;
29 | font-weight: 400;
30 | line-height: 1.5;
31 | color: #212529;
32 | text-align: left;
33 | background-color: #fff;
34 | }
35 |
36 | [tabindex="-1"]:focus {
37 | outline: 0 !important;
38 | }
39 |
40 | hr {
41 | box-sizing: content-box;
42 | height: 0;
43 | overflow: visible;
44 | }
45 |
46 | h1, h2, h3, h4, h5, h6 {
47 | margin-top: 0;
48 | margin-bottom: 0.5rem;
49 | }
50 |
51 | p {
52 | margin-top: 0;
53 | margin-bottom: 1rem;
54 | }
55 |
56 | abbr[title],
57 | abbr[data-original-title] {
58 | text-decoration: underline;
59 | -webkit-text-decoration: underline dotted;
60 | text-decoration: underline dotted;
61 | cursor: help;
62 | border-bottom: 0;
63 | -webkit-text-decoration-skip-ink: none;
64 | text-decoration-skip-ink: none;
65 | }
66 |
67 | address {
68 | margin-bottom: 1rem;
69 | font-style: normal;
70 | line-height: inherit;
71 | }
72 |
73 | ol,
74 | ul,
75 | dl {
76 | margin-top: 0;
77 | margin-bottom: 1rem;
78 | }
79 |
80 | ol ol,
81 | ul ul,
82 | ol ul,
83 | ul ol {
84 | margin-bottom: 0;
85 | }
86 |
87 | dt {
88 | font-weight: 700;
89 | }
90 |
91 | dd {
92 | margin-bottom: .5rem;
93 | margin-left: 0;
94 | }
95 |
96 | blockquote {
97 | margin: 0 0 1rem;
98 | }
99 |
100 | b,
101 | strong {
102 | font-weight: bolder;
103 | }
104 |
105 | small {
106 | font-size: 80%;
107 | }
108 |
109 | sub,
110 | sup {
111 | position: relative;
112 | font-size: 75%;
113 | line-height: 0;
114 | vertical-align: baseline;
115 | }
116 |
117 | sub {
118 | bottom: -.25em;
119 | }
120 |
121 | sup {
122 | top: -.5em;
123 | }
124 |
125 | a {
126 | color: #007bff;
127 | text-decoration: none;
128 | background-color: transparent;
129 | }
130 |
131 | a:hover {
132 | color: #0056b3;
133 | text-decoration: underline;
134 | }
135 |
136 | a:not([href]):not([tabindex]) {
137 | color: inherit;
138 | text-decoration: none;
139 | }
140 |
141 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
142 | color: inherit;
143 | text-decoration: none;
144 | }
145 |
146 | a:not([href]):not([tabindex]):focus {
147 | outline: 0;
148 | }
149 |
150 | pre,
151 | code,
152 | kbd,
153 | samp {
154 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
155 | font-size: 1em;
156 | }
157 |
158 | pre {
159 | margin-top: 0;
160 | margin-bottom: 1rem;
161 | overflow: auto;
162 | }
163 |
164 | figure {
165 | margin: 0 0 1rem;
166 | }
167 |
168 | img {
169 | vertical-align: middle;
170 | border-style: none;
171 | }
172 |
173 | svg {
174 | overflow: hidden;
175 | vertical-align: middle;
176 | }
177 |
178 | table {
179 | border-collapse: collapse;
180 | }
181 |
182 | caption {
183 | padding-top: 0.75rem;
184 | padding-bottom: 0.75rem;
185 | color: #6c757d;
186 | text-align: left;
187 | caption-side: bottom;
188 | }
189 |
190 | th {
191 | text-align: inherit;
192 | }
193 |
194 | label {
195 | display: inline-block;
196 | margin-bottom: 0.5rem;
197 | }
198 |
199 | button {
200 | border-radius: 0;
201 | }
202 |
203 | button:focus {
204 | outline: 1px dotted;
205 | outline: 5px auto -webkit-focus-ring-color;
206 | }
207 |
208 | input,
209 | button,
210 | select,
211 | optgroup,
212 | textarea {
213 | margin: 0;
214 | font-family: inherit;
215 | font-size: inherit;
216 | line-height: inherit;
217 | }
218 |
219 | button,
220 | input {
221 | overflow: visible;
222 | }
223 |
224 | button,
225 | select {
226 | text-transform: none;
227 | }
228 |
229 | select {
230 | word-wrap: normal;
231 | }
232 |
233 | button,
234 | [type="button"],
235 | [type="reset"],
236 | [type="submit"] {
237 | -webkit-appearance: button;
238 | }
239 |
240 | button:not(:disabled),
241 | [type="button"]:not(:disabled),
242 | [type="reset"]:not(:disabled),
243 | [type="submit"]:not(:disabled) {
244 | cursor: pointer;
245 | }
246 |
247 | button::-moz-focus-inner,
248 | [type="button"]::-moz-focus-inner,
249 | [type="reset"]::-moz-focus-inner,
250 | [type="submit"]::-moz-focus-inner {
251 | padding: 0;
252 | border-style: none;
253 | }
254 |
255 | input[type="radio"],
256 | input[type="checkbox"] {
257 | box-sizing: border-box;
258 | padding: 0;
259 | }
260 |
261 | input[type="date"],
262 | input[type="time"],
263 | input[type="datetime-local"],
264 | input[type="month"] {
265 | -webkit-appearance: listbox;
266 | }
267 |
268 | textarea {
269 | overflow: auto;
270 | resize: vertical;
271 | }
272 |
273 | fieldset {
274 | min-width: 0;
275 | padding: 0;
276 | margin: 0;
277 | border: 0;
278 | }
279 |
280 | legend {
281 | display: block;
282 | width: 100%;
283 | max-width: 100%;
284 | padding: 0;
285 | margin-bottom: .5rem;
286 | font-size: 1.5rem;
287 | line-height: inherit;
288 | color: inherit;
289 | white-space: normal;
290 | }
291 |
292 | progress {
293 | vertical-align: baseline;
294 | }
295 |
296 | [type="number"]::-webkit-inner-spin-button,
297 | [type="number"]::-webkit-outer-spin-button {
298 | height: auto;
299 | }
300 |
301 | [type="search"] {
302 | outline-offset: -2px;
303 | -webkit-appearance: none;
304 | }
305 |
306 | [type="search"]::-webkit-search-decoration {
307 | -webkit-appearance: none;
308 | }
309 |
310 | ::-webkit-file-upload-button {
311 | font: inherit;
312 | -webkit-appearance: button;
313 | }
314 |
315 | output {
316 | display: inline-block;
317 | }
318 |
319 | summary {
320 | display: list-item;
321 | cursor: pointer;
322 | }
323 |
324 | template {
325 | display: none;
326 | }
327 |
328 | [hidden] {
329 | display: none !important;
330 | }
331 | /*# sourceMappingURL=bootstrap-reboot.css.map */
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_ValidationScriptsPartial.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Shared\_ValidationScriptsPartial.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4b5e5ef4ebf7354cc35c7dacddd6bc3068f19a47"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared__ValidationScriptsPartial), @"mvc.1.0.view", @"/Views/Shared/_ValidationScriptsPartial.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4b5e5ef4ebf7354cc35c7dacddd6bc3068f19a47", @"/Views/Shared/_ValidationScriptsPartial.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Shared__ValidationScriptsPartial : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src", new global::Microsoft.AspNetCore.Html.HtmlString("~/lib/jquery-validation/dist/jquery.validate.min.js"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
34 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src", new global::Microsoft.AspNetCore.Html.HtmlString("~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
35 | #line hidden
36 | #pragma warning disable 0649
37 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
38 | #pragma warning restore 0649
39 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
40 | #pragma warning disable 0169
41 | private string __tagHelperStringValueBuffer;
42 | #pragma warning restore 0169
43 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
44 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
45 | {
46 | get
47 | {
48 | if (__backed__tagHelperScopeManager == null)
49 | {
50 | __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
51 | }
52 | return __backed__tagHelperScopeManager;
53 | }
54 | }
55 | private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
56 | #pragma warning disable 1998
57 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
58 | {
59 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4b5e5ef4ebf7354cc35c7dacddd6bc3068f19a474214", async() => {
60 | }
61 | );
62 | __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper();
63 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
64 | __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
65 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
66 | if (!__tagHelperExecutionContext.Output.IsContentModified)
67 | {
68 | await __tagHelperExecutionContext.SetOutputContentAsync();
69 | }
70 | Write(__tagHelperExecutionContext.Output);
71 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
72 | WriteLiteral("\r\n");
73 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4b5e5ef4ebf7354cc35c7dacddd6bc3068f19a475253", async() => {
74 | }
75 | );
76 | __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper();
77 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
78 | __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
79 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
80 | if (!__tagHelperExecutionContext.Output.IsContentModified)
81 | {
82 | await __tagHelperExecutionContext.SetOutputContentAsync();
83 | }
84 | Write(__tagHelperExecutionContext.Output);
85 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
86 | WriteLiteral("\r\n");
87 | }
88 | #pragma warning restore 1998
89 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
90 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
91 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
92 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
93 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
94 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
95 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
96 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
97 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
98 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
99 | }
100 | }
101 | #pragma warning restore 1591
102 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Transaction/Details.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6c5fb3c39b94aba7d262f184bf5a0cc5696ff130"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Transaction_Details), @"mvc.1.0.view", @"/Views/Transaction/Details.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"6c5fb3c39b94aba7d262f184bf5a0cc5696ff130", @"/Views/Transaction/Details.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Transaction_Details : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("asp-action", "Edit", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
34 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("asp-action", "Index", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
35 | #line hidden
36 | #pragma warning disable 0649
37 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
38 | #pragma warning restore 0649
39 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
40 | #pragma warning disable 0169
41 | private string __tagHelperStringValueBuffer;
42 | #pragma warning restore 0169
43 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
44 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
45 | {
46 | get
47 | {
48 | if (__backed__tagHelperScopeManager == null)
49 | {
50 | __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
51 | }
52 | return __backed__tagHelperScopeManager;
53 | }
54 | }
55 | private global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper;
56 | #pragma warning disable 1998
57 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
58 | {
59 | WriteLiteral("\r\n");
60 | #nullable restore
61 | #line 3 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
62 |
63 | ViewData["Title"] = "Details";
64 |
65 | #line default
66 | #line hidden
67 | #nullable disable
68 | WriteLiteral("\r\nDetails \r\n\r\n\r\n
TransactionModel \r\n
\r\n
\r\n \r\n ");
69 | #nullable restore
70 | #line 14 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
71 | Write(Html.DisplayNameFor(model => model.AccountNumber));
72 |
73 | #line default
74 | #line hidden
75 | #nullable disable
76 | WriteLiteral("\r\n \r\n \r\n ");
77 | #nullable restore
78 | #line 17 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
79 | Write(Html.DisplayFor(model => model.AccountNumber));
80 |
81 | #line default
82 | #line hidden
83 | #nullable disable
84 | WriteLiteral("\r\n \r\n \r\n ");
85 | #nullable restore
86 | #line 20 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
87 | Write(Html.DisplayNameFor(model => model.BeneficiaryName));
88 |
89 | #line default
90 | #line hidden
91 | #nullable disable
92 | WriteLiteral("\r\n \r\n \r\n ");
93 | #nullable restore
94 | #line 23 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
95 | Write(Html.DisplayFor(model => model.BeneficiaryName));
96 |
97 | #line default
98 | #line hidden
99 | #nullable disable
100 | WriteLiteral("\r\n \r\n \r\n ");
101 | #nullable restore
102 | #line 26 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
103 | Write(Html.DisplayNameFor(model => model.BankName));
104 |
105 | #line default
106 | #line hidden
107 | #nullable disable
108 | WriteLiteral("\r\n \r\n \r\n ");
109 | #nullable restore
110 | #line 29 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
111 | Write(Html.DisplayFor(model => model.BankName));
112 |
113 | #line default
114 | #line hidden
115 | #nullable disable
116 | WriteLiteral("\r\n \r\n \r\n ");
117 | #nullable restore
118 | #line 32 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
119 | Write(Html.DisplayNameFor(model => model.SWIFTCode));
120 |
121 | #line default
122 | #line hidden
123 | #nullable disable
124 | WriteLiteral("\r\n \r\n \r\n ");
125 | #nullable restore
126 | #line 35 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
127 | Write(Html.DisplayFor(model => model.SWIFTCode));
128 |
129 | #line default
130 | #line hidden
131 | #nullable disable
132 | WriteLiteral("\r\n \r\n \r\n ");
133 | #nullable restore
134 | #line 38 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
135 | Write(Html.DisplayNameFor(model => model.Amount));
136 |
137 | #line default
138 | #line hidden
139 | #nullable disable
140 | WriteLiteral("\r\n \r\n \r\n ");
141 | #nullable restore
142 | #line 41 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
143 | Write(Html.DisplayFor(model => model.Amount));
144 |
145 | #line default
146 | #line hidden
147 | #nullable disable
148 | WriteLiteral("\r\n \r\n \r\n ");
149 | #nullable restore
150 | #line 44 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
151 | Write(Html.DisplayNameFor(model => model.Date));
152 |
153 | #line default
154 | #line hidden
155 | #nullable disable
156 | WriteLiteral("\r\n \r\n \r\n ");
157 | #nullable restore
158 | #line 47 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
159 | Write(Html.DisplayFor(model => model.Date));
160 |
161 | #line default
162 | #line hidden
163 | #nullable disable
164 | WriteLiteral("\r\n \r\n \r\n
\r\n\r\n ");
165 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6c5fb3c39b94aba7d262f184bf5a0cc5696ff1309386", async() => {
166 | WriteLiteral("Edit");
167 | }
168 | );
169 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper();
170 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
171 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
172 | __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
173 | if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
174 | {
175 | throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
176 | }
177 | BeginWriteTagHelperAttribute();
178 | #nullable restore
179 | #line 52 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Details.cshtml"
180 | WriteLiteral(Model.TransactionId);
181 |
182 | #line default
183 | #line hidden
184 | #nullable disable
185 | __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
186 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
187 | __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
188 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
189 | if (!__tagHelperExecutionContext.Output.IsContentModified)
190 | {
191 | await __tagHelperExecutionContext.SetOutputContentAsync();
192 | }
193 | Write(__tagHelperExecutionContext.Output);
194 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
195 | WriteLiteral(" |\r\n ");
196 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6c5fb3c39b94aba7d262f184bf5a0cc5696ff13011627", async() => {
197 | WriteLiteral("Back to List");
198 | }
199 | );
200 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper();
201 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
202 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_1.Value;
203 | __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
204 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
205 | if (!__tagHelperExecutionContext.Output.IsContentModified)
206 | {
207 | await __tagHelperExecutionContext.SetOutputContentAsync();
208 | }
209 | Write(__tagHelperExecutionContext.Output);
210 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
211 | WriteLiteral("\r\n
\r\n");
212 | }
213 | #pragma warning restore 1998
214 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
215 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
216 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
217 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
218 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
219 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
220 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
221 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
222 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
223 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
224 | }
225 | }
226 | #pragma warning restore 1591
227 |
--------------------------------------------------------------------------------
/jQuery Ajax CRUD/jQuery Ajax CRUD/obj/Debug/netcoreapp3.1/Razor/Views/Transaction/Delete.cshtml.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ef3676f210f4a4a352531d0a2a5e936135f7f5b2"
2 | //
3 | #pragma warning disable 1591
4 | [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Transaction_Delete), @"mvc.1.0.view", @"/Views/Transaction/Delete.cshtml")]
5 | namespace AspNetCore
6 | {
7 | #line hidden
8 | using System;
9 | using System.Collections.Generic;
10 | using System.Linq;
11 | using System.Threading.Tasks;
12 | using Microsoft.AspNetCore.Mvc;
13 | using Microsoft.AspNetCore.Mvc.Rendering;
14 | using Microsoft.AspNetCore.Mvc.ViewFeatures;
15 | #nullable restore
16 | #line 1 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
17 | using jQuery_Ajax_CRUD;
18 |
19 | #line default
20 | #line hidden
21 | #nullable disable
22 | #nullable restore
23 | #line 2 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\_ViewImports.cshtml"
24 | using jQuery_Ajax_CRUD.Models;
25 |
26 | #line default
27 | #line hidden
28 | #nullable disable
29 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"ef3676f210f4a4a352531d0a2a5e936135f7f5b2", @"/Views/Transaction/Delete.cshtml")]
30 | [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"52bec9d83afcb5539e378718737d97ddfe8526c7", @"/Views/_ViewImports.cshtml")]
31 | public class Views_Transaction_Delete : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage
32 | {
33 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("type", "hidden", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
34 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("asp-action", "Index", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
35 | private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("asp-action", "Delete", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
36 | #line hidden
37 | #pragma warning disable 0649
38 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
39 | #pragma warning restore 0649
40 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
41 | #pragma warning disable 0169
42 | private string __tagHelperStringValueBuffer;
43 | #pragma warning restore 0169
44 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
45 | private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
46 | {
47 | get
48 | {
49 | if (__backed__tagHelperScopeManager == null)
50 | {
51 | __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
52 | }
53 | return __backed__tagHelperScopeManager;
54 | }
55 | }
56 | private global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper;
57 | private global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper;
58 | private global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper;
59 | private global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper;
60 | #pragma warning disable 1998
61 | public async override global::System.Threading.Tasks.Task ExecuteAsync()
62 | {
63 | WriteLiteral("\r\n");
64 | #nullable restore
65 | #line 3 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
66 |
67 | ViewData["Title"] = "Delete";
68 |
69 | #line default
70 | #line hidden
71 | #nullable disable
72 | WriteLiteral("\r\nDelete \r\n\r\nAre you sure you want to delete this? \r\n\r\n
TransactionModel \r\n
\r\n
\r\n \r\n ");
73 | #nullable restore
74 | #line 15 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
75 | Write(Html.DisplayNameFor(model => model.AccountNumber));
76 |
77 | #line default
78 | #line hidden
79 | #nullable disable
80 | WriteLiteral("\r\n \r\n \r\n ");
81 | #nullable restore
82 | #line 18 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
83 | Write(Html.DisplayFor(model => model.AccountNumber));
84 |
85 | #line default
86 | #line hidden
87 | #nullable disable
88 | WriteLiteral("\r\n \r\n \r\n ");
89 | #nullable restore
90 | #line 21 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
91 | Write(Html.DisplayNameFor(model => model.BeneficiaryName));
92 |
93 | #line default
94 | #line hidden
95 | #nullable disable
96 | WriteLiteral("\r\n \r\n \r\n ");
97 | #nullable restore
98 | #line 24 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
99 | Write(Html.DisplayFor(model => model.BeneficiaryName));
100 |
101 | #line default
102 | #line hidden
103 | #nullable disable
104 | WriteLiteral("\r\n \r\n \r\n ");
105 | #nullable restore
106 | #line 27 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
107 | Write(Html.DisplayNameFor(model => model.BankName));
108 |
109 | #line default
110 | #line hidden
111 | #nullable disable
112 | WriteLiteral("\r\n \r\n \r\n ");
113 | #nullable restore
114 | #line 30 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
115 | Write(Html.DisplayFor(model => model.BankName));
116 |
117 | #line default
118 | #line hidden
119 | #nullable disable
120 | WriteLiteral("\r\n \r\n \r\n ");
121 | #nullable restore
122 | #line 33 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
123 | Write(Html.DisplayNameFor(model => model.SWIFTCode));
124 |
125 | #line default
126 | #line hidden
127 | #nullable disable
128 | WriteLiteral("\r\n \r\n \r\n ");
129 | #nullable restore
130 | #line 36 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
131 | Write(Html.DisplayFor(model => model.SWIFTCode));
132 |
133 | #line default
134 | #line hidden
135 | #nullable disable
136 | WriteLiteral("\r\n \r\n \r\n ");
137 | #nullable restore
138 | #line 39 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
139 | Write(Html.DisplayNameFor(model => model.Amount));
140 |
141 | #line default
142 | #line hidden
143 | #nullable disable
144 | WriteLiteral("\r\n \r\n \r\n ");
145 | #nullable restore
146 | #line 42 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
147 | Write(Html.DisplayFor(model => model.Amount));
148 |
149 | #line default
150 | #line hidden
151 | #nullable disable
152 | WriteLiteral("\r\n \r\n \r\n ");
153 | #nullable restore
154 | #line 45 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
155 | Write(Html.DisplayNameFor(model => model.Date));
156 |
157 | #line default
158 | #line hidden
159 | #nullable disable
160 | WriteLiteral("\r\n \r\n \r\n ");
161 | #nullable restore
162 | #line 48 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
163 | Write(Html.DisplayFor(model => model.Date));
164 |
165 | #line default
166 | #line hidden
167 | #nullable disable
168 | WriteLiteral("\r\n \r\n \r\n \r\n ");
169 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ef3676f210f4a4a352531d0a2a5e936135f7f5b210114", async() => {
170 | WriteLiteral("\r\n ");
171 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "ef3676f210f4a4a352531d0a2a5e936135f7f5b210381", async() => {
172 | }
173 | );
174 | __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper
();
175 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
176 | __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_0.Value;
177 | __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
178 | #nullable restore
179 | #line 53 "F:\profession\CodAffection Blog\Asp.Net Core\MVC jQuery Ajax CRUD with Bootstrap Modal Popup\Project\jQuery Ajax CRUD\jQuery Ajax CRUD\Views\Transaction\Delete.cshtml"
180 | __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.TransactionId);
181 |
182 | #line default
183 | #line hidden
184 | #nullable disable
185 | __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
186 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
187 | if (!__tagHelperExecutionContext.Output.IsContentModified)
188 | {
189 | await __tagHelperExecutionContext.SetOutputContentAsync();
190 | }
191 | Write(__tagHelperExecutionContext.Output);
192 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
193 | WriteLiteral("\r\n |\r\n ");
194 | __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ef3676f210f4a4a352531d0a2a5e936135f7f5b212266", async() => {
195 | WriteLiteral("Back to List");
196 | }
197 | );
198 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper();
199 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
200 | __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_1.Value;
201 | __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
202 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
203 | if (!__tagHelperExecutionContext.Output.IsContentModified)
204 | {
205 | await __tagHelperExecutionContext.SetOutputContentAsync();
206 | }
207 | Write(__tagHelperExecutionContext.Output);
208 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
209 | WriteLiteral("\r\n ");
210 | }
211 | );
212 | __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper();
213 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
214 | __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper();
215 | __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
216 | __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
217 | __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
218 | await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
219 | if (!__tagHelperExecutionContext.Output.IsContentModified)
220 | {
221 | await __tagHelperExecutionContext.SetOutputContentAsync();
222 | }
223 | Write(__tagHelperExecutionContext.Output);
224 | __tagHelperExecutionContext = __tagHelperScopeManager.End();
225 | WriteLiteral("\r\n \r\n");
226 | }
227 | #pragma warning restore 1998
228 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
229 | public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
230 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
231 | public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
232 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
233 | public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
234 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
235 | public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
236 | [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
237 | public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; }
238 | }
239 | }
240 | #pragma warning restore 1591
241 |
--------------------------------------------------------------------------------