Browse by Tags

All Tags » .NET (RSS)

Visual Studio 2010 Launch - Belgrade by Paki

Visual Studio 2010 Launch is taking place in UK Vuk (Bul. Kralja Aleksandra 77a, Belgrade) on April 27. You can register here - http://bit.ly/9Zqp0R And here is agenda 08:30 - 09:00 Registracija / Registrations 09:00 - 09:45 The New World of Code Pauza...

Raspevani programer by Paki

Ćao ljudi, htedoh da podelim sa vama dve pesme jednog našeg kolege čijem izvođenju sam imao čast da prisustvujem u Barseloni na Tech Ed-u 2007. Uživajte :):):) Roy Osherove singing 'Every Build You Brake' Roy Osherove's Reflection Song
Filed under: , , ,

New version of GhostDoc is published by Paki

GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g...

Pokretanje .NET User grupe u Beogradu by Paki

Već neko vreme planiramo pokretanje .NET User grupe u Beogradu. User Groups Serbia će okupljati .NET i SQL programere a cilj grupe je da obezbedi kontakte, razmenu znanja i iskustva i mesto okupljanja svih koji u praksi koriste .NET tehnologije ukljućujući...
Filed under: ,

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

UPDATED: Novi web sajt se nalazi na www.webfu.rs . Ovaj sajt će se koristiti za web-fu 2009 i za naredne Web Fu konferencije. 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...

Event Broker Implementation in C# - Full Source Code and Examples by Paki

Here is the full source code for Event Broker Implementation in C#. In zipped file you can find EventBroker with associated tests ans simple sample application that describes how loosely coupled objects can exchange data in any host....
Filed under: , , ,

Simple EventBroker Implementation in C# by Paki

Here is the simple implementation of EventBroker service. You can use in your aplications to implement communicationamong loosely connected components like plugins for example. EventBroker follows publisher / subscriber pattern. I am preparing pacakaged...
Filed under: , , ,

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