{"id":22594685,"url":"https://github.com/rajguptah/strolazer","last_synced_at":"2025-04-11T00:14:34.005Z","repository":{"id":65834076,"uuid":"590089511","full_name":"rajguptaH/StroLazer","owner":"rajguptaH","description":"Asp .net Core Web Api For Crud In Microsoft SQL Server","archived":false,"fork":false,"pushed_at":"2023-09-27T18:27:47.000Z","size":350,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T00:14:28.300Z","etag":null,"topics":["aspdotnet","crud","sqlserver","ssms","wbapi","web","webapicrud"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajguptaH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-17T16:27:30.000Z","updated_at":"2024-05-09T07:07:01.000Z","dependencies_parsed_at":"2023-09-28T00:21:47.456Z","dependency_job_id":null,"html_url":"https://github.com/rajguptaH/StroLazer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajguptaH%2FStroLazer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajguptaH%2FStroLazer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajguptaH%2FStroLazer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajguptaH%2FStroLazer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajguptaH","download_url":"https://codeload.github.com/rajguptaH/StroLazer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317730,"owners_count":21083530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspdotnet","crud","sqlserver","ssms","wbapi","web","webapicrud"],"created_at":"2024-12-08T10:07:07.128Z","updated_at":"2025-04-11T00:14:33.982Z","avatar_url":"https://github.com/rajguptaH.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StroLazer\n## You can sync with server with Asp .net Core Web Api\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://instagram.com/bug__developer)\n\n\n\n- This is Helpful For Learning How to Do Crud Operation In .net Core Web Api\n- Give A Like To This Repo If you Found Something Helpful\n- ✨RNG✨\n## Requirments\n- .net 6.0 or newest \n\n## Setup \n- Clone The Repository And Then Open This .sln Project File \n- Then Create A Database And Tables Using This Script\n```sql\nUSE [master]\nGO\n/****** Object:  Database [YourDatabaseName]    Script Date: 2/4/2023 6:21:03 PM ******/\nCREATE DATABASE [YourDatabaseName]\n\nALTER DATABASE [YourDatabaseName] SET QUERY_STORE = OFF\nGO\nUSE [YourDatabaseName]\nGO\n/****** Object:  Table [dbo].[Student]    Script Date: 2/4/2023 6:21:04 PM ******/\nSET ANSI_NULLS ON\nGO\nSET QUOTED_IDENTIFIER ON\nGO\nCREATE TABLE [dbo].[Student](\n\t[Id] [int] IDENTITY(1,1) NOT NULL,\n\t[Name] [varchar](50) NOT NULL,\n\t[Class] [varchar](50) NOT NULL,\n\t[RollNo] [int] NOT NULL,\n\t[Address] [varchar](100) NOT NULL,\n\t[IsDeleted] [bit] NOT NULL,\n CONSTRAINT [PK_Student] PRIMARY KEY CLUSTERED \n(\n\t[Id] ASC\n)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]\n) ON [PRIMARY]\n\nALTER TABLE [dbo].[Student] ADD  CONSTRAINT [DF_Student_IsDeleted]  DEFAULT ((0)) FOR [IsDeleted]\n\nUSE [master]\nGO\nALTER DATABASE [YourDatabaseName] SET  READ_WRITE \nGO\n```\n- Replace Server Name DbName UserName Password In AppSettings.Json File \n```json\n{\n  \"Logging\": {\n    \"LogLevel\": {\n      \"Default\": \"Information\",\n      \"Microsoft.AspNetCore\": \"Warning\"\n    }\n  },\n  \"ConnectionStrings\": {\n    \"Value\": \"Server=localhost;Database=YouDatabaseName; User ID=sa;Password=admin;\"\n  },\n  \"AllowedHosts\": \"*\"\n}\n```\n- And Then Just Save And Run This Using Swagger You Can Easily Navigate To HttpRequests😁\n## Thanks \n\n- I would Like To collaborate With Other Developers💛\n- Mail : Rajkumar00999.rk@gmail.com\n-  [Follow Us On Instagram]( https://instagram.com/raj__rr)\n- [![GitHub rajguptaH](https://img.shields.io/github/followers/rajguptaH?label=follow\u0026style=social)](https://github.com/rajguptaH)\n\n## License\n\nMIT\n\n**Free Software, Hell Yeah!**\n-\n![visitors](https://visitor-badge.glitch.me/badge?page_id=rajguptaH.StroLazer)\n## Mail Me Or Give a messege In Instagram If You Have Any Suggestion / Questions / Issues or Feel Free To Contribute\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajguptah%2Fstrolazer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajguptah%2Fstrolazer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajguptah%2Fstrolazer/lists"}