rezaul.karim
-
SweetSp1
by: rezaul.karim- 813 total downloads
- last updated 4/21/2025
- Latest version: 1.2.3
1 <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="2.3.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.14" /> <PackageReference... More information -
SweetSp3
by: rezaul.karim- 527 total downloads
- last updated 4/21/2025
- Latest version: 1.2.5
[HttpPost] public async Task<IActionResult> Save(Customer customer, IFormFile? photo) { using var transaction = await _context.Database.BeginTransactionAsync(); try { if (photo != null &&... More information -
SweetL
by: rezaul.karim- 468 total downloads
- last updated 3/10/2025
- Latest version: 1.0.0
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - My ASP.NET Application</title> <link... More information -
- 353 total downloads
- last updated 12/16/2024
- Latest version: 1.2.3
1. Constraint public enum VehicleType { Personal=1, Family, Sports, Racing } 2. IInteriorDesign public interface IInteriorDesign { void AddInteriorDesign(params string[] design); string... More information -
- Deprecated
- 307 total downloads
- last updated 4/21/2025
- Latest version: 1.1.3
<h1 class="display-5 text-center text-primary">Customer Information Setup</h1> <hr /> <form id="customerForm" method="post" asp-action="Save" enctype="multipart/form-data"> <div class="d-flex... More information -
- Deprecated
- 258 total downloads
- last updated 1/14/2025
- Latest version: 3.6.9
<div class="main"> <ul> <li><a href="#">html</a></li> <li><a href="#">CSS</a></li> <li><a href="#">java</a></li> <li><a href="#">Paython</a></li>... More information -
SweetA
by: rezaul.karim- 249 total downloads
- last updated 3/10/2025
- Latest version: 1.2.3
_DbModels public class Product { [Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int PId { get; set; } public String PName { get; set; } public int Price { get; set; }... More information -
- 232 total downloads
- last updated 3/10/2025
- Latest version: 1.0.0
_Index @model IEnumerable<Evidance.Models.Product> @{ ViewBag.Title = "Index"; } <div class="d-flex justify-content-end"> @Html.ActionLink("Add New Product", "Create", null, new { @class = "btn... More information -
- 226 total downloads
- last updated 4/21/2025
- Latest version: 1.1.1
<h1 class="display-5 text-center text-primary">Customer Information Setup</h1> <hr /> <form id="customerForm" method="post" asp-action="Save" enctype="multipart/form-data"> <div class="d-flex... More information -
- 223 total downloads
- last updated 3/10/2025
- Latest version: 1.0.0
_Edit @model Evidance.Models.ViewModels.ProductVM @using (Html.BeginForm("Edit", "Products", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken() <div... More information -
- 222 total downloads
- last updated 4/23/2025
- Latest version: 1.1.1
https://paste.ubuntu.com/p/jXjwdsTYKR/ -
- 222 total downloads
- last updated 3/10/2025
- Latest version: 1.0.0
_Create @model Evidance.Models.ViewModels.ProductVM @using (Html.BeginForm("Create", "Products", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken() <div... More information -
- 222 total downloads
- last updated 4/21/2025
- Latest version: 1.1.4
let addressCount = 1; document.getElementById('btnAddDeliveryAddress').addEventListener('click', function () { const newRow = document.createElement('tr'); newRow.classList.add('deliveryAddressRow');... More information -
SweetSp2
by: rezaul.karim- 219 total downloads
- last updated 4/21/2025
- Latest version: 1.2.4
private readonly ApplicationDbContext _context; public CustomersController(ApplicationDbContext _context) { this._context = _context; } public async Task<IActionResult> Index() { var count = 0;... More information -
- 217 total downloads
- last updated 3/10/2025
- Latest version: 1.0.0
_Site .mcon { width: 100vw; height: 100vh; background-color: rgba(0,0,0,.2); position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center;... More information -
SweetP
by: rezaul.karim- 216 total downloads
- last updated 3/10/2025
- Latest version: 1.2.4
_Controller [HttpGet] public ActionResult Edit(int? id) { var product = db.Products.Find(id); var details = db.Details.Where(e => e.PId == product.PId).ToList(); var pobj = new ProductVM() {... More information -
- 211 total downloads
- last updated 4/21/2025
- Latest version: 1.1.2
@*Delivery Address Table Section*@ <h3 class="display-6">Customer Address Information</h3> <div class="d-flex justify-content-center"> <div class="col-10"> <table... More information -
- 211 total downloads
- last updated 4/21/2025
- Latest version: 1.1.5
let addressCount = 1; document.getElementById('btnAddDeliveryAddressEdit').addEventListener('click', function () { const newRow =... More information -
- 202 total downloads
- last updated 1/14/2025
- Latest version: 3.6.9
body { width: 100%; margin: auto; background-color: lightgray; font-size: 1em; } .menu ul { margin: 0; padding: 0; } .main ul li { float: left; border-right: 1px solid #ddd; list-style:... More information -
- 180 total downloads
- last updated 12/16/2024
- Latest version: 1.0.0
Vehicle protected Vehicle() { } protected Vehicle(string model, int yearMake, int CC, VehicleType vehicleType) { this.Model = model; this.YearMake = yearMake; this.CC = CC; this.vehicleType... More information
- Previous
- Next