|
April 28, 2010
|
|
This is a common question I get asked a lot....
|
|
April 2, 2010
|
|
The Microsoft .NET framework introduced many great concepts for managed...
|
|
March 24, 2010
|
|
This is some great information from Scott K irk land....
|
|
March 19, 2010
|
|
I'm always trying to find a quick way to get...
|
|
March 16, 2010
|
|
Microsoft has a knowledge base for fixing this error message...
|
|
March 10, 2010
|
|
This article provides a simple example of how to compile...
|
|
March 9, 2010
|
|
.NET Managed code / CLR / IL...
|
|
February 10, 2010
|
|
Outlook's auto-complete feature attempts to be helpful by suggesting email...
|
|
January 24, 2010
|
|
The term “interface” is somewhat generic, so the first time...
|
|
October 21, 2009
|
|
After building, a WCF service in Windows Server 2003, I...
|
|
August 28, 2009
|
|
I would never shit on another technology. I love WebForms,...
|
|
August 28, 2009
|
|
I would never shit on another technology. I love WebForms,...
|
|
August 20, 2009
|
|
I've gotten a lot into JavaScript and jQuery development lately.
I...
|
|
July 13, 2009
|
|
userIsInRole =
HttpContext.Current.User.IsInRole(windowsSecurityGroupName);
IPrincipal p = new GenericPrincipal(User.Identity.Name, string[] names);
protected void Application_AuthorizeRequest()
{
...
|
|
July 6, 2009
|
|
I was running the latest version of Firefox 3. Whenever...
|
|
July 5, 2009
|
|
Free up room on your Task Bar by minimizing your...
|
|
June 29, 2009
|
|
Windows Authentication Membership Provider - Errors
The default configuration for the...
|
|
May 17, 2009
|
|
p.MsoNormal
{...
|
|
May 11, 2009
|
|
Color Name...
|
|
May 8, 2009
|
|
I've been reading a lot about thread synchronization to understand...
|
|
May 5, 2009
|
|
Right now I'm reading about custom HttpHandlers. You may be...
|
|
April 25, 2009
|
|
"Unit Testing". It's the buzzword in the I.T. field right...
|
|
April 21, 2009
|
|
I've started to look into the new ASP.NET MVC framework...
|
|
January 15, 2009
|
|
Great Video on ElectricCommander and Perforce integration:
http://www.electric-cloud.com/downloads/EC-MV_P4.html
Other great videos:
http://www.visualstudiogallery.com/videos.aspx
|
|
January 13, 2009
|
|
Several methodologies were born in the 1990s as alternative approaches...
|
|
January 12, 2009
|
|
A presenter calls methods of a view to update the...
|
|
December 29, 2008
|
|
Windows "7" FAQ
With Windows Vista finally behind us, it's time...
|
|
December 15, 2008
|
|
Before I get to more detail, it is important to...
|
|
December 4, 2008
|
|
Sample usage in C# .NET, which can also be ported...
|
|
November 27, 2008
|
|
You can easily get Microsoft SQL Server database information to...
|
|
November 5, 2008
|
|
Let's say you have a table of data Starting in...
|
|
October 28, 2008
|
|
We at ProJobbers.com are proud to announce aggregated job postings!...
|
|
October 7, 2008
|
|
Trying to create extension methods outside of the assembly. I...
|
|
September 25, 2008
|
|
What does LINQ mean? .NET Language Integrated Query
Using LINQ to...
|
|
September 23, 2008
|
|
I recently started getting pretty big into Unit Testing. I've...
|
|
September 16, 2008
|
|
Many software tools are available FTP file transfer. However, you...
|
|
September 12, 2008
|
|
WCF supports three types of Security. They are,...
|
|
September 11, 2008
|
|
WSHttpBinding messaging is based on SOAP 1.2 and WS-Addressing Specifications...
|
|
September 10, 2008
|
|
Object Relational Mappers: Why? What about performance?
There are a number...
|
|
September 6, 2008
|
|
Tutorial:
http://www.hibernate.org/362.html
"Could not find the dialect in the configuration"
First of all,...
|
|
August 13, 2008
|
|
Fundamentals of WCF Security
Windows Communication Foundation (WCF) is a secure,...
|
|
July 13, 2008
|
|
Aliant (NBTel, MTT, NewTel, and Island Tel) (from: 11, msg:...
|
|
July 7, 2008
|
|
How to recursivley load a WinForm treeView of an object...
|
|
June 29, 2008
|
|
Regular Expressions in ASP.NET
A Crash Course
Steven A. Smith
March 2004
Applies to:
Microsoft®...
|
|
June 26, 2008
|
|
ASCII Codes for use in HTML. A great reference for...
|
|
June 19, 2008
|
|
Arrays and Lists in SQL Server 2005
Introduction
This is an excellent...
|
|
June 3, 2008
|
|
This snippet of code in C# will display all the...
|
|
June 2, 2008
|
|
I have been working with data-driven unit tests in Visual...
|
|
May 22, 2008
|
|
We have been working to expand this site further and...
|
|
May 20, 2008
|
|
Our network went down and when it finally was restored,...
|
|
May 12, 2008
|
|
It's actually very easy to use LINQ. And let me...
|
|
May 8, 2008
|
|
I wanted to make the XML text formatted as you...
|
|
May 4, 2008
|
|
INTRODUCTION
This article describes how to uninstall a stand-alone...
|
|
May 2, 2008
|
|
Strings
There really isn’t any formatting within a strong, beyond it’s...
|
|
May 1, 2008
|
|
I'm liking more and more XMLSpy. I still like reading...
|
|
April 29, 2008
|
|
Contract Generation from WSDL/XML Schema - DataContractSerializer vs. XmlSerializer
Working on...
|
|
April 28, 2008
|
|
Anyone who have tried to do contract/schema first design of...
|
|
April 25, 2008
|
|
Visual Studio Step Through Code while Debugging in Debug Mode
DebuggerStepThrough()
WCF...
|
|
April 24, 2008
|
|
http://vslive.com/2008/orlando/default.aspx
|
|
April 23, 2008
|
|
System.ServiceModel.CommunicationException: The underlying connection was closed: The connection was closed...
|
|
April 22, 2008
|
|
XPath does not seem to function if you are searching...
|
|
April 18, 2008
|
|
Get Latest Version may not work properly in some circumstances...
|
|
April 8, 2008
|
|
New Projects
I'm currently working on a new project for www.ISAllStars.com...
|
|
March 19, 2008
|
|
I recently installed and started working with the RTM version...
|