The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

Calendar

««Sep 2010»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
2627282930

Mailing List

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Computers Blogs - Blog Top Sites

Site Hits

Total: 5,627,442
since: 19 Jan 2005

Latest tagged entries for 'DOTNET'



ASP.NET 4.0 Unleashed is Ready to Go!

Thu 03 Jun 10 3:30 P GMT-05
Nate Dudek and I have finally finished the first round of content for the ASP.NET 4.0 Unleashed book!

Windows Phone 7 Series, Initial Developer Impressions

Thu 18 Mar 10 9:08 A GMT-05
With MIX 2010 just barely a few hours behind us, I've decide to share my thoughts on the new WP7 from a development perspective of someone who has been writing iPhone apps for the last 6 months.

What is .NET RIA Services and why should you care?

Sun 22 Mar 09 9:50 P GMT-05
.NET RIA services is one of the new toolsets made available during MIX 2009. In this blog post I talk about what it is and why you should care (trust me, you'll care)

Walkthrough: Creating an Out-of-Browser Application in Silverlight 3

Sat 21 Mar 09 4:45 P GMT-05
In this blog post I walk through the process of creating an out-of-browser application using the new Silverlight 3 features.

Implementing the Weak Event Pattern in CLINQ v2.0

Mon 13 Oct 08 10:04 A GMT-05
CLINQ v1.x had an implementation of the weak event pattern, but it was custom and difficult to maintain. CLINQ v2.0 uses the weak event pattern implementations that are available to all .NET developers. I discuss this pattern in this blog post.

Smart, Deep Property Notifications in CLINQ v2.0

Tue 07 Oct 08 8:15 A GMT-05
I haven't said much about CLINQ lately but that's mostly because we've been trying to get v2.0 ready to ship. We're nearly there, so I thought I would start by talking about one of the new features - smart property notifications

Microsoft's Lofty Direction

Sun 05 Oct 08 9:30 A GMT-05
With the PDC coming up shortly and Microsoft's trickled announcements of Visual Studio 2010 and the .NET Framework 4.0, what is Microsoft's direction, and will it work for them?

Choosing the right Mobile SDK and Platform for your Application

Sun 28 Sep 08 12:46 P GMT-05
Lately the decision as to which mobile devices to target and which mobile SDK to use for building your application has become much less clear. This blog post takes a look at some of the current options for building mobile apps; their pros and cons

It's alive!!! VS 2008 SP1 is up and running!

Thu 28 Aug 08 7:05 A GMT-05
Just when I thought I was at the point of no return and was looking for my Vista media to reformat my drive, Microsoft fixed the issue!

MobileMe vs. Live Mesh Throwdown - Round 1

Wed 16 Jul 08 5:33 A GMT-05
To someone in my position, who follows both Microsoft (.NET) news and Apple (Cocoa) news, the comparing and contrasting between MobileMe and Live Mesh as developer platforms is inevitable. Here's my first stab at a comparison

Another Microsoft Developer Falls Victim to Framework Myopia

Tue 08 Jul 08 7:16 A GMT-05
Recently a Microsoft developer posted a blog entry detailing a very negative experience he had with the iPhone SDK, Cocoa, and Xcode. MS developers allowing their first impression to taint their view of Mac programming is common, but easily corrected

Consuming an ASP.NET MVC POX Service from Cocoa

Mon 30 Jun 08 9:39 A GMT-05
In this blog post I'll take a look at the Objective-C/Cocoa code required to consume a POX service hosted by an ASP.NET MVC application.

Friday WWDC Session: iPhone App Dev from the .NET Perspective

Wed 11 Jun 08 11:00 A GMT-05
If you happen to be at WWDC this week, be sure to stop in for my Friday lunch session: iPhone Application Development from the .NET Perspective

One Framework to Rule them All

Mon 25 Feb 08 1:49 P GMT-05
It seems lately that the .NET Framework is gaining foothold everywhere, and the ability for developers to target multiple platforms with maximally reusable code is bigger than ever before

C# 2005 Unleashed gets published in Chinese!

Fri 18 Jan 08 8:45 P GMT-05
A book I wrote some time ago, Visual C# 2005 Unleashed, which covers everything from ASP.NET to ADO.NET, has been republished in Chinese!

Continuous LINQ: Extending LINQ's Reach to Streaming Data

Thu 17 Jan 08 3:05 P GMT-05
If you are in the NYC area, then you might want to attend my CLINQ session on Feburary 21st.

Using .NET to Parse Non-Arabic Numerals is Problematic

Thu 27 Dec 07 10:05 A GMT-05
Someone posted in a comment on my WPF globalization post that they couldn't parse chinese numbers. I ran a quick code demo and sure enough, TryParse fails when trying to parse Japanese Kanji as well.

Microsoft is releasing the source code to the .NET Framework - my cynical reaction

Thu 04 Oct 07 7:17 A GMT-05
While everyone else is jumping up and down with joy, I've got mixed feelings about Microsoft releasing the source code to the .NET Framework, including ASP.NET, WPF, and WinForms

Instantiating and Manipulating Classes at Runtime in C# and Objective-C

Thu 26 Jul 07 8:16 A GMT-05
I've been working on some code where I needed to create an instance of a class at runtime based on the string name of the class. I knew how to do it in .NET, so I tried it out in Cocoa and I was pleasantly surprised.

Threading on Multiple Cores in the .NET Framework

Tue 26 Jun 07 1:20 P GMT-05
Recently I decided that I wanted to see if creating new managed threads actually distributed my work across multiple cores and/or multiple processors. I was surprised by the results!

My Little Pony .NET Unleashed 2007

Fri 30 Mar 07 8:59 A GMT-05
In this sick and twisted blog post, I explore one way I might get my daughter to learn about programming...by corrupting one of her favorite genres :)

Purpose-Driven Development Environments vs. Capability-Driven Development Environments

Fri 23 Mar 07 2:29 P GMT-05
Having been a C# developer for more than 6 years, and starting to explore the world of Cocoa programming with Objective-C 2.0, I've discovered a fundamental difference in Developer Experience philosophy.

Authorness

Thu 15 Mar 07 8:44 A GMT-05
Just some musings on having spent the last 6 years of my life writing books about the .NET Framework

Setting up your SharePoint 2007 Development Environment

Tue 09 Jan 07 7:54 A GMT-05
SharePoint developers have traditionally had huge difficulty in setting up development environments. There's good news and bad news - its easier with SharePoint 2007, but its still not perfect

Using Ruby as the driving script for my game server?

Mon 02 Oct 06 7:34 A GMT-05
So the other day I was thinking about how I was going to design the schema for the Ulysses Agenda game's server-side database, and then I had a revalation! I wanted pizza! But after I had that revalation, something else dawned on me!