randolphcabral.wordpress.com
2008 May « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2008/05
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n) « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2008/05/08/exploring-n-tier-architecture-with-linq-to-sql-part-3-of-n
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
2008 March « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2008/03
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
2009 October « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2009/10
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
Active Record Vs. Unit of Work « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2008/04/03/active-record-vs-unit-of-work
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
The Gallery « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/the-gallery
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
randolphcabral.wordpress.com
2008 April « Randolph Cabral’s Weblog
https://randolphcabral.wordpress.com/2008/04
Randolph Cabral’s Weblog. 8230;beauty is just a dimmer switch away…. Raising INotifyPropertyChanged Events with an Extension Method. Business Objects Enterprise 11.5 Shared Secret…Shhhh! Exploring N-Tier Architecture with LINQ to SQL (Part 4 of n). Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). On Raising INotifyPropertyChanged Events with an Extension Method. Timex on Exploring N-Tier Architecture with LINQ to SQL (Part 3 of n). Немного об OR/M, PHP и .NET « Nikita Yeryomin. Ian Cooper...
vpolizzi.wordpress.com
Planning poker: il metodo Delphi al servizio di Scrum | Vittorio Polizzi
https://vpolizzi.wordpress.com/2011/03/19/planning-poker-il-metodo-delphi-al-servizio-di-scrum
Windows Azure Web Role in PHP. Planning poker: il metodo Delphi al servizio di Scrum. Immaginate di prepararvi per uno Sprint Planning Meeting: l’efficacia della pianificazione dipenderà, tra le altre cose, dalla qualità della stima dell’effort per ogni backlog item. La stima può essere effettuata discutendo insieme sui dettagli dell’attività e arrivando ad un valore condiviso ma questo percorso, apparentemente tranquillo, è pieno di trappole. Feedback controllato in un processo iterativo. Il metodo Delp...
walaapoints.blogspot.com
Lancer in The Park: WP7 Localization Explained
http://walaapoints.blogspot.com/2011/04/wp7-localization-explained.html
Lancer in The Park. Wednesday, April 6, 2011. I believe you are going to create a new Windows Phone Application to follow me in this article. I’ll assume you understand that everything that applies for a language, also applies for the language-Culture. Ie you can use “en” for English or “en-UK” for English and United Kingdom culture. Step 1 – Add Resource Files:. Anyone who has brief experience with localization in .net, will guess the first step. Step 2 – Declare the Languages you support:. We should te...
walaapoints.blogspot.com
Lancer in The Park: Stopping IIS 6 Caching
http://walaapoints.blogspot.com/2011/01/stopping-iis-6-caching.html
Lancer in The Park. Tuesday, January 18, 2011. Stopping IIS 6 Caching. One issue that I faced when deploying an ASP.NET 3.5 web application on IIS 6 (Windows Server 2003), was that web-pages always showed old data. For example a GridView didn't show inserted or updated data unless we refresh the page (F5). Or if we restart IIS (iisreset). After some googling it was apparent that this is an IIS6 issue. And every try to solve it by setting caching and expiration settings in IIS 6 failed.
SOCIAL ENGAGEMENT