Browse by Tags

All Tags » ASP.NET » .NET (RSS)

ASP.NET - Ispod haube by Paki

Nakon predavanja koje sam održao na WebFfu 2007 bilo je dosta zainteresovanih za primere, tako da sam postavio zip arhivu koja sadrži sve primere i slide deck predavanja. Pozdrav!
Filed under: , , ,

Počelo je prijavljivanje na Web Fu! by Paki

Na http://www.web-fu-serbia.com/ se možete prijaviti na besplatan dogadjaj Web Fu koji će se održati 14.12.2007u Ateljeu sa početkom registracije u 8:300. Ideja je da na web fu predstavimo napredne tehnike i tehnologije koje čine ASP.NET stek. Vreme Predavanje...

How to check if current user is in local admins security group by Paki

You can check whether current user belongs to Local Admin Group like this 1. Get reference to current WindowsIdentity WindowsIdentity wi = WindowsIdentity.GetCurrent(); 2. Create WindowsPrincipal using current windows identity WindowsPrincipal wp = new...
Filed under: , ,
Powered by Community Server (Commercial Edition), by Telligent Systems