Have you ever wondered why CodePlex is so slow?
It’s hard to believe that nearly two months have already passed since opening the doors on the Username Availability Validator project. I made a few... more »
0 commentsSave Tags: .net, trends, web design
C# Design Patterns - An Overview
Over the next number of posts I am going to be exploring the world of design patterns. We’ll look at some of the most commonly used patterns and how... more »
1 commentsSave Tags: .net, how-to, methodology
.NET Development on Linux
Eric finds out that a VM and Mono comes in handy when creating C# .NET programs. In addition to Linux, Mono lets you develop and run .NET client and... more »
3 commentsSave Tags: .net, tools, unix-linux
Adobe adopts Alchemy for Microsoft .NET mindshare
Adobe Systems has provided more details on a research project that converts and compiles C and C++ to ActionScript and brings raw speed to the Flash... more »
0 commentsSave Tags: .net, c-and-cpp, flash-flex, tools
Crack.NET – Like Greasemonkey for WinForms and WPF Applications
Back in the 90's application developers often exposed their API through COM Automation. This allowed third-party developers to attach to and... more »
0 commentsSave Tags: .net
First Release of Stacked - an Open Source version of StackOverflow.com
First release is OUT :)
2 commentsSave Tags: .net, ajax, news, open source
Implementing a REST service with WCF (part 1)
A short how to on implementing a REST service with WCF.
0 commentsSave Tags: .net, frameworks, how-to, web services
Sending Big Files Through WebService using Chunk with C#
Today I'll talking about Sending Big Files through WebService using Chunk with C#.
0 commentsSave Tags: .net
Getting Flights information from the Kayak API in ASP.Net
Full source code to get Flight Information from Kayak.com through their API
0 commentsSave Tags: .net, how-to, microsoft, web services
Filtering You Data Using Predicates
A while back I wrote an article about How to sort data by manipulating the view only, This article will handle filtering the data without changing it.
0 commentsSave Tags: .net
How to Create DataTable Programmatically in C#, ASP.NET ?
Most of the times programmers fill the DataTable from database. This action fills the schema of the database table into the DataTable. We can bind... more »
0 commentsSave Tags: .net
Lessons learned from a real-world focus on performance
I am glad to announce that we just released a new version of NDepend where the analysis phase duration has been divided by 4 and the memory... more »
0 commentsSave Tags: .net
Coding4Fun Book News and Preview
Information and Google Book Preview for the new Coding4Fun book
0 commentsSave Tags: .net, books, groovy, how-to
VOIP with Java
Over the weekend, one of the developers of JXTA dropped me a line telling me that a contributor had sent him a cool new plugin to MyJXTA2 - VOIP.... more »
1 commentsSave Tags: .net
Microsoft rewrites Workflow Foundation from the scratch
The basic concepts will be retained but the implementation and all components will change fundamentally. It will be shiped with .Net 4.0 and will not... more »
0 commentsSave Tags: .net, microsoft, tools
Another bug on Visual Studio 2008 ?
A LinkButton in a GridView and my attempt to change the "Text" property of the control !
2 commentsSave Tags: .net, microsoft, reviews
TDD in Practice - Dealing with Hard-To-Test Areas
Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and... more »
1 commentsSave Tags: .net, how-to, methodology, microsoft
Abstracting Data Access: db4o example
I just run into a nice blog post by Nail Martin ("Prototyping : New wine, old skins") where he shows how to abstract data access with db4o as the... more »
0 commentsSave Tags: .net, agile, database
Java vs. .NET: Job Market and Salary Survey
Here I compared salaries and job market trends between J2EE and .NET Architect/Lead and Developer roles in the San Francisco Bay Area using data... more »
1 commentsSave Tags: .net, java, trends
Stacked - and Open Source implementation of StackOverflow.com
Stacked is an Open Source version of StackOverflow.com - check it out. There's even a Screenshot and a Video showing it of :)
4 commentsSave Tags: .net, ajax, news, open source
Paging through <li> items using JQuery
In Oomph, we provide a paging metaphor so that a user can page through the various Microformats that are discovered on a page.
0 commentsSave Tags: .net, how-to, javascript
Flash vs Silverlight
The sample below is made based on the Audio Player I implemented before. Actually, I am not video expert and you may find that the application may... more »
1 commentsSave Tags: .net, flash-flex, frameworks, open source
Potential JQuery Intellisense's Bug
For the past few days I was wrestling with my VS 2008 IDE, in order to get the JQuery Intellisense to work. It was a very hard battle for me.
0 commentsSave Tags: .net, ajax, frameworks, opinion
ASP.NET MVC on IIS 6 Walkthrough
I’ve seen a lot of reports where people have trouble getting ASP.NET MVC up and running on IIS 6. Sometimes the problem is a very minor... more »
0 commentsSave Tags: .net, frameworks, server
Transactions Made Simple with Windows Communication Foundation
Windows Communication Foundation simplifies the creation of transactional services.
0 commentsSave Tags: .net