Entries for the ‘.NET’ Category

Busy Busy Busy

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

Busy at work doing cross-platform application development in Mono/.NET using Monodevelop and GTK#.  Mmmmmmm……. We loves it.
 

Visual Studio 2008 “Themes”

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

For the record, I’m not like some big Microsoft fanboy…. However, I work in the I.T. field, and thus dealing with Microsoft products is simply inescapable.  They [...]

CBNetTools underway!

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

As a systems engineer/software engineer, I enjoy writing code for a living. To be honest, I really don’t care if it’s just writing logon scripts for Group [...]

Our Server is FAIL. It has a bad.

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

So I get into work today only to find our primary server (PDC, AD, DHCP, DNS, Exchange, and File Services) took a dump. The mirror broke, [...]

Get the RootDSE in C#

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

As you may already know, you can use the following to the domain name of the currently logged in user:

Environment.UserDomainName();

But what if you want the whole (fully [...]

Get Active Directory Object Category in C#

function fbs_click() {
u=location.href;
t=document.title;
window.open(“http://www.facebook.com/sharer.php?u=”+encodeURIComponent(u)+”&t=”+encodeURIComponent(t),”sharer”,”toolbar=0,status=0,width=626,height=436″);
return false;
}

html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share

This is another one of those “out of necessity” scenarios.  I’m currently building an Active Directory-aware application that impliments an Active Directory helper class I wrote to [...]