Kategori: Genel

Eylül 16, 2018

Mvc toplu silme

<input type=”checkbox” name=”idler” id=”@item.EmployeeId” value=”@item.EmployeeId”/> <input id=”Submit1″ type=”submit” value=”Sil” /> [HttpPost] public ActionResult ListedeDelete(IEnumerable<int> idler) { var sm = new sampleEntities(); sm.employeeTB.Where(a=> idler.Contains(a.EmployeeId)).ToList().ForEach(b=>sm.employeeTB.Remove(b)); sm.SaveChanges(); return RedirectToAction(“Listele”); } kaynak:http://www.fcakiroglu.com/asp-net-mvc-toplu-silmepratik-bir-sekilde.html

Haziran 19, 2018

excel şifre aç

Sub SifreAc() Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As Integer, i2 As Integer, i3 As Integer Dim i4 As Integer, i5 As Integer, i6 As Integer On Error Resume […]

Ekim 30, 2017

form güvenliği Mvc

https://www.codeproject.com/Articles/1116318/Points-to-Secure-Your-ASP-NET-MVC-Applications