Artinsoft Aggiorno fixes your web pages
On this post Joe Stagner introduces his experiences with Aggiorno, Artinsoft's latest project which automates a lot of time consuming tasks for web... more »
0 commentsSave Tags: .net, reviews, standards, web design
What's new in Visual Studio 2010 Rosario
* A tool for everyone * Foucus on Modeling * Making testing easier * .. and lots more
0 commentsSave Tags: .net, tools, windows
Selenium IDE, an almost perfect tool voor regression testing...
I posted this blog entry half august ago but i never gave it a lot of attention to inform other people about it. After a few month i am still very... more »
0 commentsSave Tags: .net, how-to, java, web design
Mono 2.0 Is Released
The release notes has a lot more detailed information. The following struck me as nice, cool, or important:
1 commentsSave Tags: .net, frameworks, tools
ASP.NET website Continuous Integration+Deployment using CruiseControl.NET, Subversion, MSBuild and Robocopy
You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I... more »
0 commentsSave Tags: .net, tools
Using jQuery to enhance ASP.NET AJAX progress indication
In the spirit of Microsoft’s official embrace of jQuery last week, I’d like to show you an example of how easily you can add jQuery functionality to... more »
0 commentsSave Tags: .net, frameworks, javascript
Silverlight vs Flash: Switching to Full Screen
It’s not difficult to make a full screen application. But the sample below can save you a lot of time to look around a reference from the Internet.
0 commentsSave Tags: .net, flash-flex, frameworks, open source
Creating and Applying patches with Subversion (SVN)
A short screencast on how to create and apply patches with Subversion (SVN)
0 commentsSave Tags: .net, frameworks, how-to
Mono delivers Foundation-free open .NET alternative
The open-source implementation of Microsoft's .NET is due to hit its second release today, with many .NET 3.5 features and a few notable... more »
2 commentsSave Tags: .net, news, open source
The Future of Programming Languages
In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the... more »
0 commentsSave Tags: .net, microsoft, opinion, other languages
C# 4.0: dynamic
It’s been kicking around for a while, but the first C# 4.0 keyword has been confirmed: dynamic. (In the slides to Anders Hejlsberg’s “Where Are... more »
2 commentsSave Tags: .net
Java/.NET Interoperability
We use different concepts than typical XML based interop solutions by providing a seamless default mapping between Java, .NET and C++ objects. We have... more »
0 commentsSave Tags: .net, c-and-cpp, java, other languages
Mono 2.0 Released
Mono 2.0 has been released. Though still behind Microsoft's .NET in some areas, in others it has leaped ahead. For those seeking to write... more »
0 commentsSave Tags: .net, announcement, frameworks, open source
Why Space Based Garbage Collection
After the speakers dinner at JAOO I got into a testosterone filled conversation with David Simmons from Microsoft. The conversation pitted the CLR... more »
0 commentsSave Tags: .net, java
Creating an ASP.NET Newsletter Application
A tutorial to create a newsletter application for your website. It allows users to subscribe and unsubscribe from the newsletter. A simple online... more »
0 commentsSave Tags: .net, database, how-to, other languages
The Repository Pattern – I’m Sold!
Lately, I've been playing with NHibernate and the Repository pattern - and struggling with it a bit. I understand the concept, but it's the... more »
0 commentsSave Tags: .net, frameworks, trends
Flash vs Silverlight: Spiral Text
The application is implemented based on 3D Text Space. You will notice that the number of characters displayed in the Silverlight version is much less... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
jQuery Progress Indicators
For a page I was working on this week I needed a static progress indicator to give a visual representation of the status of a list of projects.
0 commentsSave Tags: .net, javascript
What’s new in .NET Framework 4.0?
Good question. There are a few things we know about Microsoft’s managed application runtime and class library: There will be major updates to the... more »
0 commentsSave Tags: .net, frameworks, reviews
Expression Tree vs reflection
Expression Trees can be used to avoid Reflection poor performance when you need to invoke methods in object that you deos not know at runtime. In this... more »
1 commentsSave Tags: .net
Storing an Image in an XML file
I recently had a project that required a custom subset of data from a database be stored in an XML file. Each “row” of data also had a related image... more »
1 commentsSave Tags: .net, xml
Agile Testing tools List
Working on an appendix for my book, with a list of tools and frameworks you should care about. Tell me if I missed anything.
0 commentsSave Tags: .net, agile, methodology, tools
Most Useful JavaScript Functions
Here you can find really useful javascripts functions like SSN number validation, Zip Code validation, Phone neumber validation, Allowing Only... more »
1 commentsSave Tags: .net, javascript, microsoft
Brian Frank on the JVM Summit
One of the authors of the Fan programming language (http://www.fandev.org) talks about his experience at the JVM Summit.
1 commentsSave Tags: .net, java, other languages
via