Keith Barrows
Musings on Microsoft Technologies and other technical things
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ALT.NET
Announcements
Architecture
ASP.NET
ASP.NET Starter Kits
ASPInsider
Book Review
C# (Specific)
Caching
Communities
CS
CSK 2.0
Current Events
Diabetes
Education
Entity Framework
EntLib
Event
Extensions
fx 3.5
Generics
LINQ
Notes
Outlook
Personal
R&D
SQL
SQL Server
VBA
Virtualization
VS2005
XML
XML/RSS
News
Navigation
Home
Blogs
Archives
March 2011 (1)
January 2011 (2)
February 2010 (1)
October 2009 (1)
July 2009 (2)
October 2008 (1)
September 2008 (2)
August 2008 (2)
June 2008 (1)
May 2008 (1)
April 2008 (5)
March 2008 (1)
February 2008 (1)
January 2008 (12)
November 2007 (1)
October 2007 (7)
September 2007 (2)
August 2007 (2)
July 2007 (1)
May 2007 (1)
April 2007 (1)
June 2004 (3)
May 2004 (2)
April 2004 (17)
March 2004 (15)
November 2003 (2)
April 2003 (1)
March 2003 (2)
Affiliations
Community: C# Today
All Starter Kits
ASPInsiders
Microsoft MVP
Advice - ASP
Advice - SQL
Advice - XML
ASP.NET Site
Recent Posts
9
Comments
Entity Frameworks 4.1 on SQL Server–some gotchas
by
Keith Barrows
I am using MVC3, Visual Studio 2010 SP1 & Entity Framework 4.1. I was very excited to get my hands dirty with the Code First piece of the new Entity Frameworks. There are some great articles out there for getting started and a couple of my favorites...
Filed under:
SQL Server
,
Entity Framework
27
Comments
Some links of interest (varied)
by
Keith Barrows
Entity Framework FAQ (new) This is a collection of frequently asked questions (and answers) about the Entity Framework (a .Net-based Object-Relational Mapping framework from Microsoft). Mono for Android (blog entry) Mono for Android (install...
Filed under:
Notes
1
Comments
Utilizing Generics to make a Class structure more mutable…
by
Keith Barrows
While the ASP.NET GridView control supports automatic paging I found it faster to use custom paging in several situations. I found myself rewriting the same code over and over just to add the basic sorting capabilities to an ASP.NET GridView object...
Filed under:
C# (Specific)
,
ASP.NET
,
Generics
1
Comments
Extension Methods make life easier (C#)
by
Keith Barrows
I use extension methods when I remember they exist. I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier! Some great...
Filed under:
Extensions
35
Comments
Using LINQ to SQL Classes in VS2005
by
Keith Barrows
I am having a devil of a time setting up LINQ for SQL in VS2005. I have fx3.5 setup, have installed fx3.5SP1, etc, etc. What googling has shown me is when I want to add a LINQ to SQL Classes item to my project I should see something like the...
Filed under:
fx 3.5
,
LINQ
,
VS2005
0
Comments
Tidbits
by
Keith Barrows
From time to time I get a slew of links that may/should be useful to others than just myself. The quotes are from these web pages and are not of my manufacture. 40+ Essential Front End Web Developer Cheat Sheets Quote: Today more or less everyone can...
Filed under:
Notes
1
Comments
Blogging on ASP.NET Weblogs site again…
by
Keith Barrows
Just a quick blog to say I finally have Live Writer setup to post computer technology related posts to http://weblogs.asp.net/kbarrows now. I still have a few things to get setup like publishing images and files and such but that will fall in place...
Filed under:
Announcements
0
Comments
Missed my High School Reunion :(
by
Keith Barrows
Wish I had thought to google for this. Another classmate just left me a message on MySpace and the link to my HS Reunion site . <sigh/> With all of this technology at hand it is still hard to know when periodic events like this happen...
Filed under:
Personal
0
Comments
Loading XML with accented characters breaks System.XmlDocument.Load()
by
Keith Barrows
It took me a bit of time but I finally found a solution for loading a XML file that has accented characters (like áéíóúâä) into a UTF-8 format. I'm loading data for a client and it ended up having a name in it...
0
Comments
Managed Extensibility Framework (MEF) is on CodePlex
by
Keith Barrows
The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible...
Filed under:
Architecture
,
fx 3.5
,
Extensions
More Posts
Next page »