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

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,741,920
since: 19 Jan 2005

Latest tagged entries for 'PROGRAMMING'



So I'm in the LA Times ;)

Wed 27 Aug 08 9:51 A GMT-05
The LA Times recently ran an article covering the slant that the iPhone SDK NDA is hampering development and stifling programmers. I was quoted in the article

NYC SharePoint Developer Needed

Mon 12 May 08 7:09 A GMT-05
Are you hopelessly addicted to programming in SharePoint? Do you think that everything in the world can be fixed using a custom list, some duct tape, the BDC and chewing gum? If so, read this post!

Want to learn how to write iPhone Applications? Get a WWDC Ticket!

Thu 03 Apr 08 11:42 A GMT-05
This year's WWDC is bound to be one of the coolest, most amazing and knowledge-packed ever. They have an entire track devoted to the iPhone - read the post for more details!

Core Data - Almost too Easy?

Wed 18 Apr 07 9:23 A GMT-05
Recently I tried to do some binding of data in a table view to Core Data entities, and found the experience extremely pleasant. Start to finish took me 18 minutes.

Will Silverlight be DOA?

Mon 16 Apr 07 3:02 P GMT-05
Microsoft's WPF/E, which is now called Silverlight, is a cross-platform, cross-browser platform for RIA (Rich Interactive Application). Question is: will anyone use it??

Distributed Objects and Bonjour : It's like Peanut Butter and Chocolate!

Fri 13 Apr 07 11:05 A GMT-05
The combination of using Distributed Objects and Bonjour in Cocoa is as sweet as combining Peanut Butter and Chocolate. A peanut butter cup of coding joy.

The Greener Pastures Effect on IDEs and Programming Environments

Mon 09 Apr 07 10:28 A GMT-05
I've been using Visual Studio since back in the days when it was used as the sole development tool for ASP/VBScript web applications.. I've been using Xcode for a few weeks, yet something drastic has happened.

Orchestrating a WPF App using MVC and Windows Workflow Foundation

Tue 03 Apr 07 9:42 A GMT-05
This blog entry contains a summary of some of my experiences in using state machine workflows to control the flow and logic of a complex WPF application

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 :)

Does Objective-C need Namespaces?

Wed 28 Mar 07 10:03 A GMT-05
In writing the small amount of Objective-C code that I have written so far, one thing has struck me as missing : namespaces.

An experience with the Leopard beta

Mon 26 Mar 07 2:45 P GMT-05
I've had experience beta testing every single .NET Framework release, as well as Vista, Longhorn (before it was Vista), and Win2k3 "R2", and now i've had an incredible experience beta testing OSX Leopard.

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.

Batch observing an entire array of objects in Cocoa (or - how I learned to love Categories)

Wed 21 Mar 07 7:33 A GMT-05
I was recently working with a sample in Aaron Hillegass' book that used an enumerator and, with the help of another reader, made some improvements to adding an observer to an array of objects

How I learned to love NSUndoManager

Mon 19 Mar 07 10:22 A GMT-05
While exploring various aspects of Cocoa and Objective-C, I stumbled upon the NSUndoManager, which is quite possibly one of my favorite features of Cocoa

Leopardizing Hillegass' Book - Chapter 6 "Bindings and NSController"

Sat 17 Mar 07 9:59 P GMT-05
I've been convering the code samples in Aaron's books from Tiger to Leopard with stunning results. This is a description of one of the samples in chapter 6, "Bindings and NSController"

Double-Click and Code Syndrome (DCACS)

Fri 16 Mar 07 9:57 P GMT-05
After having spent a little bit of time creating rudimentary interfaces in interface builder, I'm noticing some horrible habits I've developed in Visual Studio.

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

A NYC .NET Developer in Steve Jobs' Court - Day 2 (Core Data)

Mon 05 Feb 07 7:51 A GMT-05
Last night I finally got the nerve to go past the relative safety and comfort of "Hello World" and do some work with Core Data.

A NYC .NET Developer in Steve Jobs' Court - Day 1

Wed 31 Jan 07 7:30 P GMT-05
The first in a series of blog posts chronicling my attempt to learn as much about Cocoa and Mac OS X programming as I know about .NET programming. This blog post covers my first Cocoa application - the Currency Converter sample application.

Visual Studio Extensions for WSS v3.0

Wed 13 Dec 06 9:51 A GMT-05
In November, Microsoft released a CTP of Visual Studio extensions that purport to make the life of SharePoint developers easier. As a SharePoint developer and author of a SharePoint book I can vouch for that - these tools should be REQUIRED.

Application Authentication on a Peer Network using WCF

Fri 08 Dec 06 2:59 P GMT-05
I've been expanding on the basic network framework for the Ulysses Agenda game and I've got a working authentication service up and running - and uses the "SOA on an ESB" pattern

Ulysses Agenda: Modeling SOA over an ESB for tons of acronym-based fun!!

Thu 07 Dec 06 2:40 P GMT-05
Some of you may have noticed a similarity between UA's network design and ESB implementations that embrace SOA concepts. This post illustrates how the design and implementation of Ulysses Agenda is simple, yet extremely extensible. Thanks to ESB/SOA

How to set your Vista machine up for development (aka - Why Vista sucks for gaming!)

Sun 19 Nov 06 7:33 P GMT-05
I've got a couple tips to speed the process of setting your Vista box up as a .NET 3.0 development machine, because God knows you sure as hell won't be gaming with this Operating System for the next couple of months at least

Agile Principles, Patterns, and Practices in C# (Robert C. Martin Series)

Wed 15 Nov 06 9:38 A GMT-05
Review of Agile Principles, Patterns, and Practices in C# (Robert C. Martin Series)

LINQ to SharePoint - Its magically delicious!

Wed 11 Oct 06 6:54 A GMT-05
As you know, I'm cramming to try and finish up the drafts for the SharePoint book. I'm also doing a lot of work with LINQ in my "spare" time... I wondered what might happen if you combine them.