Feeds:
Posts
Comments

Archive for June, 2008

In an earlier post I mentioned a useful link for Powershell users.  I am happy to say I used the cheat sheet today.
Sometimes you want to grab a property from an Active Directory entry.  I wanted to be able to do it from Powershell.
One of the cool things about PowerShell is that you can access [...]

Read Full Post »

Ever use Powershell?  I run into situations every once in a while where it is really useful but I always seem to forget the syntax.  I found a link to a really cool cheat sheet that I just tacked onto my wall so I won’t ever be lost again.
Check it here: http://blogs.msdn.com/powershell/attachment/1521595.ashx

Read Full Post »

I have a base of knowledge in Java and VB ,net but coming up in my school career is a class called “Problem Solving in C++” So where do you start learning a new language? The Hello World! program

Read Full Post »

Ever typed an email in Microsoft Outlook and went to put in the recipient and you were delighted to see that after you typed a few letters it had already guessed the right person?

Cool, ever reinstalled an OS or Office and went to do the same thing and Outlook did not finish your thoughts for [...]

Read Full Post »

In a website created using ASP .net there is a file called web.config . This file holds information about the website’s configuration.

Read Full Post »

So you are putting together a web page using Microsoft’s ASP .net. You are looking through forums and examples for help and people keep talking about the code-behind.

Read Full Post »

Books are your friend…

I am new to many things involved in the development world. Lucky for me I get to go to a job where they pay me to learn stuff, not just know it already. Many times I find myself turning to the web for information.

Read Full Post »

I know the title is fascinating but this little nugget of knowledge came in extremely useful. I was writing an web application that talked to Active Directory (using VB .net) for some of it’s info and found that there was a gigantic memory leak occurring.

Read Full Post »