adrianalonso.blogspot.com
Adrian Alonso: Clarius is Hiring!
http://adrianalonso.blogspot.com/2007/10/clarius-is-hiring_17.html
Wednesday, October 17, 2007. Said in his post. Is looking for candidates to fill Senior Dev Positions. You can check the details in Pablo's post. Too and if you are interested you can ping Pablo. Alo AT clariusconsulting DOT net or through the contact form. Of this blog) or send your resume directly to Clarius job alias (which you can find in www.clariusconsulting.net. Posted by Adrian Alonso : 8:49 AM. Buenos Aires, Argentina. View my complete profile. Guidance Automation .Net.
adrianalonso.blogspot.com
Adrian Alonso: August 2007
http://adrianalonso.blogspot.com/2007_08_01_archive.html
Monday, August 27, 2007. Why a good error message is important. I was trying to change my private email in one of the forums I'm subscripted. The thing is that after clicking the save button it said:. Sorry, an Error has Occurred". Unfortunately an error has occurred during the processing of your page request. If you were attempting to submit a new post, your post may not have been recorded. Please accept our apologies for the inconvenience.". Posted by Adrian Alonso : 11:41 AM 0 comments. GAX 13 is out!
cornero.net
Cornero – Multimídia de comunicação interna
http://www.cornero.net/pt-BR/index.php
Multimídia de comunicação interna. Comunicações internas que sempre chegam e são vistas. Nunca mais fique em dúvida se seus funcionários viram, leram ou escutaram a mensagem que você enviou. O Cornero garante atenção absoluta às suas comunicações. CONHEÇA O CORNERO. O que é Cornero. Soluções Cornero. Benefícios do Cornero. O que é Cornero. Cornero é um sistema multimídia de comunicação interna. Com o Cornero, suas mensagens sempre chegam e são vistas. Pode ser a diferença para:. Soluções Co...Enviar mens...
cornero.net
Cornero - Internal communications multimedia
http://www.cornero.net/en-US/index.php
Internal communications that always arrive and are always seen. Never doubt again whether your employees have seen, read or heard your messages. Cornero ensures full attention to your communications. Cornero is an Internal Communications Multimedia. Software that can guarantee two things: your employees will receive important messages instantly and pay immediate attention to them. With Cornero, your messages always arrive and are always seen. How do we achieve this? It can make the difference to:. Set th...
adrianalonso.blogspot.com
Adrian Alonso: March 2006
http://adrianalonso.blogspot.com/2006_03_01_archive.html
Tuesday, March 07, 2006. My name is Adrian Alonso. I’m a Java and .Net developer from. I have the necessity to share my thoughts with everyone who enjoy the OOP/OOD world so I decided (like did a lot of people) to start blogging about the things that make me spend time when I supposed that I might be watching tv, sleeping or another different matter see you soon. Posted by Adrian Alonso : 6:20 PM 3 comments. Buenos Aires, Argentina. View my complete profile. Guidance Automation .Net.
adrianalonso.blogspot.com
Adrian Alonso: June 2006
http://adrianalonso.blogspot.com/2006_06_01_archive.html
Wednesday, June 07, 2006. AOP and Java Annotations. In this post I wish to show how the combination of annotations and AOP. Can be used to perform a "parameter cannot be null" validation in a class' method. Suppose we have the following method that is executed only if the parameter value is not null:. Public void serviceNotAllowedNullParameter(Object param){. System.out.println(param.toString() ;. Now, we proceed to decorate the method with the @NotNullParameter:. If( param = null ){. The preceding code ...
adrianalonso.blogspot.com
Adrian Alonso: October 2007
http://adrianalonso.blogspot.com/2007_10_01_archive.html
Thursday, October 18, 2007. Clarius T4 Editor is out! The beta version is available at http:/ www.t4editor.net. You can go, download it and provide some feedback at the Clarius T4 Forum. Which will be very valuable for us (Clarius) to prioritize the most important features for the RTM version! Here is you have the links:. Clarius T4 Editor Site. Clarius T4 Editor Forums. Clarius T4 Editor Download. Posted by Adrian Alonso : 4:56 AM 91 comments. Wednesday, October 17, 2007. Said in his post.
adrianalonso.blogspot.com
Adrian Alonso: Read source code to be a better developer
http://adrianalonso.blogspot.com/2007/09/read-source-code-to-be-better-developer.html
Wednesday, September 26, 2007. Read source code to be a better developer. I want to give it a try. My idea is to take a look at one or two projects every week and post some conclusions of what I could learn of them. Here you have for example the latest Scott Hanselman's post. Showing his weekly results. So if you have in mind a really cool source code stuff, please feel free to ping me (leaving a comment to this post or using the contact me link) and let me know where I can get it! Buenos Aires, Argentina.
adrianalonso.blogspot.com
Adrian Alonso: August 2006
http://adrianalonso.blogspot.com/2006_08_01_archive.html
Thursday, August 03, 2006. Injecting Spring.Net Objects in NUnit Tests. If you are using Spring.Net and NUnit, you probably have noticed that does not exist a declarative way to inject Objects (or Services). So it seems easy I search a little in google and how I did not found results in a nutshell I decided to develop a first little version of the solution I need. First of all, I thought in an Attribute to define which Spring’s Object should be injected in a property or field so:. ObjectName = objectName;.