D_Guidi

Stories submitted by D_Guidi

DotNetMarche Workshop material – Refactoring 2 the max(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 2 years, 7 months ago

Recently, together with Diego Guidi, Alfredo Morresi and Gian Maria Ricci, I was the speaker in the 11th workshop presented by our .net user group DotNetMarche. ... If you are interested the material of the workshop is available following this link: http://dotnetmarche.org/files/folders/11_-_refactoring_2themax_09102009/default.aspx The website user group is in Italian (cause we are a local community), but the slides and the source code presented are written in English. read more...

add a comment |category: |Views: 3

tags: another

UI Prototyping: simplify your life with Balsamiq(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 2 years, 9 months ago

"This tool is specifically designed to allow even non-non professional graphic artists to design and prototype interfaces and functionality pretty fast. It’s very intuitive and easy to use and allows everyone – with a minimal effort – to draw a detailed scheme of what the UI will resemble to." read more...

1 comment |category: |Views: 608

tags: another

Going in production as often as you can(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 2 years, 11 months ago

I really care the concept of “going in production”, because it is the moment when the software bring to life. Going in production can be sometimes a really difficult thing to do, and there are a lot of reasons behind it. read more...

add a comment |category: |Views: 9

tags: another

jQuery to the rescue – some numbers(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 3 years ago

... I immediately notice is that the old version does a lot of traffic. Since the new version only does GET reques it reduces the upload payload from 178k to zero !!!!! read more...

add a comment |category: |Views: 16

tags: another

GZip and Deflate Compression Filter for ASP.Net MVC(58bits.com)

submitted by D_GuidiD_Guidi(280) 3 years ago

I’d previously created a compression processor for dynamic content – using this excellent post for QValues by Dave Transom. Also just just discovered this post on creating an action filter for compression by Kazi Manzur Rashid. read more...

add a comment |category: |Views: 143

tags: another

Java versus .Net programmers(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 3 years ago

I think that there is the right tool for each problem and I always worry about the syndrome of “if all you have is a hammer, everything looks like a nail”. There are such a great amount of different techniques in programming science, that we cannot reduce everything to the classic “DI IOC AOP ORM”. read more...

add a comment |category: |Views: 684

tags: another

Reshaper 4.5 beta(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 3 years, 2 months ago

Today I decided to install the beta of the new version of Resharper. I must admit that I cannot work without reshaper now I’m so used to it that if I work with computers with no R# I spent some second Hitting shortcut and wondering why nothing happens :D. Here is my impression read more...

add a comment |category: |Views: 15

tags: another

Optimize asp.net web application(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 3 years, 4 months ago

As title suggests, useful tips to optimize ASP.NET applications. read more...

add a comment |category: |Views: 16

tags: another

OAuth for Beginners(blog.bittercoder.com)

submitted by D_GuidiD_Guidi(280) 3 years, 11 months ago

For those unfamiliar with OAuth, here's a very short run-down... I'm skipping over some of the details but I think this should give you a taste for what it's all about - for a more well rounded introduction, check out this article on the OAuth.Net website. read more...

add a comment |category: |Views: 402

tags: another

Getting up to speed with the Castle.MonoRail trunk(lostechies.com)

submitted by D_GuidiD_Guidi(280) 3 years, 11 months ago

Over the last couple of months there have been a slew of great refactorings done on the castle monorail trunk. Some of these refactorings were inspired by ASP.Net MVC changes such as the new routing module... read more...

add a comment |category: |Views: 10

tags: another

Introducing MonoRail HotSwap(ayende.com)

submitted by D_GuidiD_Guidi(280) 4 years, 7 months ago

I hate aimless bitching, and this post annoyed me enough to decide to do something about it. The basic problem is that making any change at all to an ASP.Net application requires an AppDomain load / unload, which takes a lot of time. This means that a quick change and browser refresh are not possible, you are trying to minimize those waits as much as possible, and that hurts the feedback cycle. read more...

1 comment |category: |Views: 9

tags: another

Handling javascript localization in Mono Rail(ayende.com)

submitted by D_GuidiD_Guidi(280) 4 years, 7 months ago

I run into the issue of having to alert the user of some error, and it brought home the fact that English & Hebrew are not easy to mix... read more...

add a comment |category: |Views: 19

tags: another