Brain.WriteLine();
Ivan Pavlović, MVP For Visual C#
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
AJAX Toolkit
Arhitektura
ASP.NET
C#
Component Services
GhostDoc
Haba Haba!
Live Witer
MS Community
MS DTC
MVP Summit
Orcas
PageFlow
Plug In
Sinergija
Source Safe
Sql Server
TDD
Tech Ed
Vista
Visual Studio
Web 2.0
Web Fu 2007
Windows Workflow
Community
Home
Blogs
Media
Forums
Groups
Archives
October 2008 (3)
September 2008 (1)
June 2008 (1)
April 2008 (5)
March 2008 (5)
February 2008 (1)
January 2008 (2)
December 2007 (5)
November 2007 (4)
October 2007 (6)
July 2007 (1)
May 2007 (1)
February 2007 (4)
January 2007 (2)
Blogroll
Janko's Blog
Erik Sink Weblog
Anton Delsink Blog
The online journal of Rob Howard
Contagious Curiosity
Tomislav Bronzin
Bethesda's blog
Dissident Voice
Quan Ju De
Browse by Tags
All Tags
»
.NET
(
RSS
)
Arhitektura
ASP.NET
C#
GhostDoc
Haba Haba!
MS Community
Plug In
Tech Ed
Visual Studio
Web Fu 2007
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:
C#
,
Haba Haba!
,
.NET
,
Tech Ed
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...
Filed under:
Visual Studio
,
Plug In
,
.NET
,
GhostDoc
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:
MS Community
,
.NET
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:
C#
,
ASP.NET
,
.NET
,
Web Fu 2007
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...
Filed under:
ASP.NET
,
MS Community
,
.NET
,
Web Fu 2007
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:
C#
,
Arhitektura
,
Plug In
,
.NET
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:
C#
,
Arhitektura
,
Plug In
,
.NET
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:
C#
,
ASP.NET
,
.NET