|
4/28/2010
|
How do I collapse all Projects in Visual Studio?
|
This is a common question I get asked a lot....
continue
by Jason Barry
|
|
4/2/2010
|
Defensive Programming in Microsoft C# .NET
|
The Microsoft .NET framework introduced many great concepts for managed...
continue
by Jason Barry
|
|
3/24/2010
|
jQuery AJAX in ASP.NET MVC $.getJSON, $get, $.post
|
This is some great information from Scott K irk land....
continue
by Jason Barry
|
|
3/19/2010
|
ASP.NET MVC Login complete Forms Authentication
|
I'm always trying to find a quick way to get...
continue
by Jason Barry
|
|
3/16/2010
|
Unable to open the Outlook window; MS solution bad
|
Microsoft has a knowledge base for fixing this error message...
continue
by Jason Barry
|
|
3/10/2010
|
C# - Writing your own .NET Compiler
|
This article provides a simple example of how to compile...
continue
by Jason Barry
|
|
3/9/2010
|
What is Microsoft .NET and How does it work?
|
.NET Managed code / CLR / IL...
continue
by Jason Barry
|
|
2/10/2010
|
How To enable Outlook autocomplete from Contacts
|
Outlook's auto-complete feature attempts to be helpful by suggesting email...
continue
by Jason Barry
|
|
1/24/2010
|
Coding against Abstractions vs Implementations, C#
|
The term “interface” is somewhat generic, so the first time...
continue
by Dwite Stevulak
|
|
10/21/2009
|
WCF getting 404.3 Error (Windows Communication)
|
After building, a WCF service in Windows Server 2003, I...
continue
by Jason Barry
|
|
8/28/2009
|
ASP.NET MVC advantages over WebForms
|
I would never shit on another technology. I love WebForms,...
continue
by Jason Barry
|
|
8/20/2009
|
JavaScript substr(), trim(), starts and endsWith()
|
I've gotten a lot into JavaScript and jQuery development lately.
I...
continue
by Jason Barry
|
|
7/13/2009
|
Trust relationship between workstation and domain
|
userIsInRole =
HttpContext.Current.User.IsInRole(windowsSecurityGroupName);
IPrincipal p = new GenericPrincipal(User.Identity.Name, string[] names);
protected void Application_AuthorizeRequest()
{
...
continue
by Jason Barry
|
|
7/6/2009
|
Mozilla Firefox "Save & Quit" doesn't work
|
I was running the latest version of Firefox 3. Whenever...
continue
by Jason Barry
|
|
7/5/2009
|
Microsoft Outlook 2007: Minimize to System Tray
|
Free up room on your Task Bar by minimizing your...
continue
by Jason Barry
|
|
6/29/2009
|
Windows Authentication Membership Provider
|
Windows Authentication Membership Provider - Errors
The default configuration for the...
continue
by Jason Barry
|
|
5/17/2009
|
Version Control Using Visual Source Safe
|
p.MsoNormal
{...
continue
by Mark Anderson
|
|
5/11/2009
|
HTML Web Color Codes and Names
|
Color Name...
continue
by Jason Barry
|
|
5/8/2009
|
Thread Synchronization lock, Monitor, Interlocked
|
I've been reading a lot about thread synchronization to understand...
continue
by Jason Barry
|
|
5/5/2009
|
ASP.NET HttpHandlers and HttpModules
|
Right now I'm reading about custom HttpHandlers. You may be...
continue
by Jason Barry
|
|
4/25/2009
|
Unit Testing with Dependency Injection
|
"Unit Testing". It's the buzzword in the I.T. field right...
continue
by Jason Barry
|
|
4/21/2009
|
ASP.NET MVC versus Web Forms vs Silverlight
|
I've started to look into the new ASP.NET MVC framework...
continue
by Jason Barry
|
|
1/15/2009
|
Build automation, Perforce, Visual Studio .NET
|
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
continue
by Terry Knowles
|
|
1/13/2009
|
Agile Development Methodologies History
|
Several methodologies were born in the 1990s as alternative approaches...
continue
by Terry Knowles
|
|
1/12/2009
|
Model Views: MVP, MVC, MVVM design patterns
|
A presenter calls methods of a view to update the...
continue
by Jason Barry
|
|
12/29/2008
|
Windows 7 - FAQ, features, and information
|
Windows "7" FAQ
With Windows Vista finally behind us, it's time...
continue
by Jason Barry
|
|
12/15/2008
|
How to Load Test in Visual Studio 2008 & Setup
|
Before I get to more detail, it is important to...
continue
by Terry Knowles
|
|
12/4/2008
|
Regular Expression Tutorial, Cheat Sheet, Samples
|
Sample usage in C# .NET, which can also be ported...
continue
by Terry Knowles
|
|
11/27/2008
|
Getting SQL Server table sizes
|
You can easily get Microsoft SQL Server database information to...
continue
by Mark Anderson
|
|
11/5/2008
|
Microsoft Excel alternating color rows / color ban
|
Let's say you have a table of data Starting in...
continue
by Terry Knowles
|
|
10/28/2008
|
ProJobbers launches job postings
|
We at ProJobbers.com are proud to announce aggregated job postings!...
continue
by Terry Knowles
|
|
10/7/2008
|
Extension Methods and Intellisense in VS 2008
|
Trying to create extension methods outside of the assembly. I...
continue
by Jason Barry
|
|
9/25/2008
|
LINQ: Writing Query Expressions in C# .NET
|
What does LINQ mean? .NET Language Integrated Query
Using LINQ to...
continue
by Terry Knowles
|
|
9/23/2008
|
Unit Testing Mocking: Mock Builders, NMock vs RhinoMock
|
I recently started getting pretty big into Unit Testing. I've...
continue
by Mark Anderson
|
|
9/16/2008
|
FTP files to website using Windows command prompt
|
Many software tools are available FTP file transfer. However, you...
continue
by Terry Knowles
|
|
9/12/2008
|
WCF Secure Services & Message Security Modes
|
WCF supports three types of Security. They are,...
continue
by Terry Knowles
|
|
9/11/2008
|
WCF Binding: BasicHttpBinding vs WsHttpBinding
|
WSHttpBinding messaging is based on SOAP 1.2 and WS-Addressing Specifications...
continue
by Mark Anderson
|
|
9/10/2008
|
.NET Entity Framework vs other ORM (LINQ-to-SQL or nHibernate)
|
Object Relational Mappers: Why? What about performance?
There are a number...
continue
by Terry Knowles
|
|
9/6/2008
|
NHibernate configuration issues and ASP.NET problems
|
Tutorial:
http://www.hibernate.org/362.html
"Could not find the dialect in the configuration"
First of all,...
continue
by Jason Barry
|
|
8/13/2008
|
Fundamentals of WCF Security
|
Fundamentals of WCF Security
Windows Communication Foundation (WCF) is a secure,...
continue
by Terry Knowles
|
|
7/13/2008
|
Email addresses for sending SMS text messages
|
Aliant (NBTel, MTT, NewTel, and Island Tel) (from: 11, msg:...
continue
by Jason Barry
|
|
7/7/2008
|
C#: How to Display object hierarchy in TreeView using reflection
|
How to recursivley load a WinForm treeView of an object...
continue
by Jason Barry
|
|
6/29/2008
|
Regular Expressions in ASP.NET
|
Regular Expressions in ASP.NET
A Crash Course
Steven A. Smith
March 2004
Applies to:
Microsoft®...
continue
by Terry Knowles
|
|
6/26/2008
|
ASCII Codes and special characters in HTML
|
ASCII Codes for use in HTML. A great reference for...
continue
by Terry Knowles
|
|
6/19/2008
|
Passing array/list to a Stored Procedure in SQL Server 2005
|
Arrays and Lists in SQL Server 2005
Introduction
This is an excellent...
continue
by Terry Knowles
|
|
6/3/2008
|
Request.ServerVariables collection for ASP.NET C#
|
This snippet of code in C# will display all the...
continue
by Jason Barry
|
|
6/2/2008
|
Unit Test succeeds, but Load Test always fails in VSTS 2008
|
I have been working with data-driven unit tests in Visual...
continue
by Terry Knowles
|
|
5/22/2008
|
New Forums and Blogs for Everyone!
|
We have been working to expand this site further and...
continue
by Mark Anderson
|
|
5/20/2008
|
TFS, Team Foundation Server Explorer error on VS 2008 always disconnects
|
Our network went down and when it finally was restored,...
continue
by Jason Barry
|
|
5/12/2008
|
LINQ to SQL Stored Procedures w/ Visual Studio 200
|
It's actually very easy to use LINQ. And let me...
continue
by Terry Knowles
|
|
5/8/2008
|
C# Xml Serialization to String & Deserialization
|
I wanted to make the XML text formatted as you...
continue
by Terry Knowles
|
|
5/4/2008
|
How to uninstall an instance of SQL Server 2005 ma
|
INTRODUCTION
This article describes how to uninstall a stand-alone...
continue
by Jason Barry
|
|
5/2/2008
|
String formatting in C# .NET and SQL Server
|
Strings
There really isn’t any formatting within a strong, beyond it’s...
continue
by Mark Anderson
|
|
5/1/2008
|
XML, XSD.exe, C# and WCF Data Contracts
|
I'm liking more and more XMLSpy. I still like reading...
continue
by Terry Knowles
|
|
4/29/2008
|
WCF: Contract first web services & Data Contract Serialization from XSD schema
|
Contract Generation from WSDL/XML Schema - DataContractSerializer vs. XmlSerializer
Working on...
continue
by Terry Knowles
|
|
4/28/2008
|
WCF: DataContractSerializer Schema Rules
|
Anyone who have tried to do contract/schema first design of...
continue
by Jason Barry
|
|
4/25/2008
|
Visual Studio and WCF Tips and Tricks
|
Visual Studio Step Through Code while Debugging in Debug Mode
DebuggerStepThrough()
WCF...
continue
by Terry Knowles
|
|
4/24/2008
|
VSLive 2008 for Visual Studio in Orlando
|
http://vslive.com/2008/orlando/default.aspx
continue
by Terry Knowles
|
|
4/23/2008
|
System.ServiceModel.CommunicationException: The un
|
System.ServiceModel.CommunicationException: The underlying connection was closed: The connection was closed...
continue
by Jason Barry
|
|
4/22/2008
|
XML & XSD traversing with XPath and XmlDocument
|
XPath does not seem to function if you are searching...
continue
by Terry Knowles
|
|
4/18/2008
|
Visual Studio 2008 : Get latest does not work in TFS
|
Get Latest Version may not work properly in some circumstances...
continue
by Terry Knowles
|
|
4/8/2008
|
Working on a new site
|
New Projects
I'm currently working on a new project for www.ISAllStars.com...
continue
by Terry Knowles
|
|
3/19/2008
|
Visual Studio 2008 and Unit Testing
|
I recently installed and started working with the RTM version...
continue
by Terry Knowles
|