Browse by Tags
Technorati Tags: Unit Test , LINQ , XML In Part 1 , we talked about creating LINQ objects and getting data. This time, we are going to show how to use XML with LINQ to test a SQL database. This part is really not difficult, we
Read More...
I am currently writing a service using WCF. One of the things that I need to expose is a container that wraps my results to provide counts. I came up with the below implementations. One of the things that becomes a problem is the resulting
Read More...
So, I am going to talk about LINQ. There are a lot of great resources out there on LINQ. I am going to have a series of articles on building an application utilizing LINQ, WCF and other technologies. Some of the things that I want to show
Read More...
I have been busy with my work @ Microsoft. Just in case you have not hear of what I am working on. My team is responsible for the new forums that Expressions is using. http://forums.expression.microsoft.com/en/forums Try it out
Read More...
After building, a WCF service in Windows Server 2003, I thought no big deal, for Windows Server 2008. I deployed the service on my Windows Server 2008 machine and started getting 404.3 errors only with my WCF service. After checking that I
Read More...
I came across the situation, where I needed to use an embedded resource file in a class library file. After spending much time, scratching my head trying to figure out how to get to the embedded resource. This is what I found. First, you will need to
Read More...
I am a bit late, but because of how busy I have been, I forgot to mention that ASP.NET AJAX has been released. Scott Guthrie has a great post with some great resources about what is new and resources to help you get started. Links: http://weblogs.asp.net/scottgu/archive/2007/01/23/asp-net-ajax-1-0-released.aspx
Read More...
I say this cartoon, and I said "That is my dog!!". Link to Get Fuzzy Technorati tags: Funny , Dog , Pet
Read More...
The ASP.NET AJAX Beta is now live. This release includes a number of significant changes: 1) An update to http://www.asp.net/ and http://Ajax.asp.net/ to support the release 2) A comprehensive whitepaper detailing changes between the CTP’s and Beta 3)
Read More...
Wow, you have got to look at this!! The WPF team is making this training available free till the lauch of .NET Framework 3.0. More Context: Collection 5134: Developing Rich Experiences with Microsoft® .NET Framework 3.0 and Visual Studio® 2005 This collection
Read More...
Well, in my current project, this question appeared very early on. Since, I am doing Test-Driven Development, I need to test my web service data layer, but I don’t need it all of the time. I used a pattern called Constructor based Dependency Injection
Read More...
Technorati Profile
Read More...
I would like to share some useful functions for you to use. This is part of an application that I will eventually share when I get it completed. In my last post, I showed how to create a FlowDocument from HTML, well I put that code into a function. The
Read More...
Well, I have been playing with Avalon for a bit. One of the things that I have been playing with is a RSS viewer, just a little hobby. Viewing blogs were not difficult, but the displaying of the HTML from the RSS is where the problems start. But what
Read More...
Well, everyone it has been a while since I have blogged. I have not forgotten how. I just have been extremely busy. Have you gone out to the http://www.codeplex.com site? That was a project that I was working on. The is part of the reason for not blogging
Read More...