|
|
gojko
gojko
 |
|
Stories kicked by gojko
|
|
submitted by
gojko
21 days, 2 hours ago
gojko.net — CloudCamp returned to London yesterday, organised with the help of Skills Matter at the Crypt on the Clarkenwell green. The main topics of this cloud/grid computing community meeting were service-level agreements, connecting private and public clouds and standardisation issues. read more...
add a comment
|
category: Community | Views: 0
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sirrocco
23 days, 22 hours ago
gojko.net — Here’s the video from the talk on dependency injection with Castle Windsor that Mike Hadlow and Gojko Adzic did last month at Skills Matter. read more...
|
|
tags:
Windsor, IoC, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
2 months, 3 days ago
gojko.net — Script# is a free .NET tool that converts C# into JavaScript, allowing us to a lot of existing C# tool support to write and manage large JavaScript code bases easier. This presentation introduces Script#, explains when and how to use it and discusses some common pitfalls with this tool. read more...
add a comment
|
category: AJAX | Views: 11
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
2 months, 20 days ago
gojko.net — The second Alt.Net UK open conference took place on Saturday in London, with about 100 people attending and 16 sessions. read more...
add a comment
|
category: Community | Views: 1
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
4 months, 26 days ago
gojko.net — Simplified calls to remote services are among the most useful features of the Java Spring framework. In .NET, I use Castle for the application framework wiring and I was looking for something similar — it turns out that the remote proxy calls are incredibly simple with Castle as well. read more...
|
|
tags:
.netremoting, Remoting, Tips, Castle | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
5 months, 11 days ago
gojko.net — Google sent quite a few people looking for underground Korean adult movies to my blog. I guess that you can find anything on Internet these days, but why were they looking for it on my web site? The answer to that question turned out to be another great example of why inputs should be cleaned up no matter how unimportant. read more...
add a comment
|
category: Security | Views: 12
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
5 months, 26 days ago
gojko.net — One of the best things about Castle Monorail MVC engine is that it allows us to test controllers from the IDE, without actually deploying anything to the web server. A major problem with most web development environments, including classic ASP.NET, is that the workflow and session logic can only be tested through the UI. User interface testing is slow, pain to maintain and generally does not pay off as much as code unit tests do. Monorail’s programming model allows us to test workflow and session logic from the code, leaving only the actual rendering outside the reach of unit tests. That is how Monorail empowers us to really apply agile principles to web development, and saves us even more time and effort. read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
6 months, 8 days ago
gojko.net — In the third part of the Castle tutorial, we look into the features of Monorail that allow us to save a lot of time and effort when developing web applications. We explore advanced Monorail concepts that help us delegate error processing and authentication to the framework and reuse templates. We also look into how Monorail integrates nicely with ActiveRecord to automatically load and modify database objects based on HTML forms. read more...
add a comment
|
category: Open Source | Views: 3
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
6 months, 21 days ago
gojko.net — In the second part of the Castle demo application tutorial, we look into the basic features of Castle’s powerful Model-View-Controller system, called Monorail. Monorail is based on Ruby on Rails, and brings two very important features to .NET web development... read more...
add a comment
|
category: Open Source | Views: 4
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
6 months, 28 days ago
gojko.net — I’ve decided to build a demo application with the Castle project for an internal training session, to show how easy it is to work with this framework and to demonstrate the best practices. I will post the tutorial in parts on this web site as I develop it. In the first post, we work on the object-relational mapping with ActiveRecord and write unit tests for the database mapping layer. read more...
add a comment
|
category: Open Source | Views: 5
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
6 months, 29 days ago
gojko.net — Misusing HTTP sessions is probably the number one obstacle to building scalable web sites today. Here are some tips how to consume HTTP sessions responsibly. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
7 months, 13 days ago
gojko.net — I have been using the Castle Project for about two years now, and it is definitely one of my favourite tools. It is truly a great example of how a good application framework should be written. Although all the concepts that it provides have been around for a while and became popular with other frameworks like Spring for Java or Ruby on Rails, the Castle Project brings them together in a very effective way and makes enterprise .NET development significantly easier. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
8 months, 10 days ago
gojko.net — Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the most important fixture types and concepts for agile acceptance testing using the FIT framework. For each fixture type, this document explains the table format and fixture class structure and provides advice when to use and when not to use it. Each example is accompanied by the source code for Java and .NET FIT implementations, in a form that can be easily copied and used as a template for similar fixtures. read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 9 days ago, submitted by
gojko
9 months, 9 days ago
gojko.net — Last week, at the London .NET User Group meeting, Ian Cooper talked about Test-driven development, focusing on both good and bad practices. I’m a big fan of learning from anti-patterns and mistakes of other people, so the second part of his session was very interesting to me. Here is a short list of things that Ian identified as symptoms that TDD has gone bad in a project, along with my comments... read more...
add a comment
|
category: Unit Testing | Views: 17
|
|
tags:
UnitTesting, TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
9 months, 16 days ago
gojko.net — The print-on-demand service that I've chosen for my book has a fairly nice web user interface with lots of Ajax code. Generally, that web application is one of the best aspects of doing business with them. That's why I was surprised to find a rather amateurish flaw in their shopping cart. read more...
add a comment
|
category: AJAX | Views: 2
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gojko
9 months, 20 days ago
gojko.net — It’s been almost a year since I wrote Automating web tests with FitNesse and Selenium, offering an idea how FitNesse can be used to implement a nice customer-friendly mini-language for user interface testing. Since then, that article has been one of the most popular, if not the single most popular, article on this web site. I have helped several clients improve and integrate their UI testing based on the ideas in that article, expanding and improving the mini-language, especially for AJAX testing. Here is what I’ve learned about that in the last year. read more...
add a comment
|
category: AJAX | Views: 8
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|