Skip to content

Updated project files, user controller, and web config#16

Open
github-cloudlabsuser-2073 wants to merge 14 commits into
CloudLabsAI-Azure:masterfrom
github-cloudlabsuser-2073:master
Open

Updated project files, user controller, and web config#16
github-cloudlabsuser-2073 wants to merge 14 commits into
CloudLabsAI-Azure:masterfrom
github-cloudlabsuser-2073:master

Conversation

@github-cloudlabsuser-2073
Copy link
Copy Markdown

Updated CRUD application 2.csproj to temporarily include and later remove a reference to Microsoft.CodeDom.Providers.DotNetCompilerPlatform. Removed a comment from the end of the file. Upgraded Visual Studio version from 16 to 17 in CRUD application 2.sln and added a new project reference to UnitTests with its configuration settings. Implemented methods for Index, Details, Create, Edit, and Delete actions in UserController.cs to handle user data in a static list. Updated the binding redirect for WebGrease in Web.config.

github-cloudlabsuser-2073 and others added 14 commits May 29, 2024 10:55
Updated `CRUD application 2.csproj` to temporarily include and later remove a reference to `Microsoft.CodeDom.Providers.DotNetCompilerPlatform`. Removed a comment from the end of the file. Upgraded Visual Studio version from 16 to 17 in `CRUD application 2.sln` and added a new project reference to `UnitTests` with its configuration settings. Implemented methods for Index, Details, Create, Edit, and Delete actions in `UserController.cs` to handle user data in a static list. Updated the binding redirect for `WebGrease` in `Web.config`.
Updated the `CRUD application 2.csproj` file to include `deploy.json` and `deploy.parameters.json`. The `deploy.json` file is an ARM template for defining the infrastructure and configuration of the project, specifically for creating a Web App and a Hosting Plan on Azure. The `deploy.parameters.json` file provides parameter values for the ARM template, including parameters like `appName`, `appServicePlanName`, `appServicePlanSku`, `sqlServerName`, and `sqlDatabaseName` to customize the deployment of the resources.
` `

`The "UnitTests" project and its configurations have been removed from the Microsoft Visual Studio Solution File for the "CRUD application 2" solution. This includes both Debug and Release configurations for the Any CPU platform. No new code or projects have been added to the solution.`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant