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
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
Web Fu 2007
Windows Workflow
Community
Home
Blogs
Media
Forums
Groups
Archives
December 2008 (1)
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
»
C#
(
RSS
)
Arhitektura
ASP.NET
Haba Haba!
Plug In
Tech Ed
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
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
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