consoleGuywab4136.hashnode.dev·May 14, 2024code annotation attributes in C#dalam EF Core , kita boleh set certain requirement dalam satu2 variable bagi setiap data type dalam code page. contoh namespace ShoppingCart.Models { public class Supervisor { public string ID { get; set; } public string Name { get; set; ...DiscussC#
Saruf Ratulsaruf.hashnode.dev·Oct 17, 2023Connecting your ASP.NET core application to a local instance of SQLServerIt is no news that one of the best databases to use for asp.net/.net development is SqlServer because of its smooth integration provided with .net(ASP.NET/UWP/Winforms/Xamarin) applications. Let's get to the process of integrating a local Instance of...Discuss·10 likes# aspnetcore # sqlserver # efcore