<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.2.1" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Web Application Development with Microsoft Technologies</title>
	<link>http://marcelolopezblog.net</link>
	<description>.NET Technologies Gadgets, Entrepeneour, Experiences and more</description>
	<pubDate>Wed, 01 Jul 2009 02:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/marcelolopezblog" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmarcelolopezblog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmarcelolopezblog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmarcelolopezblog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/marcelolopezblog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fmarcelolopezblog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Thoughts about Software Estimation with Microsoft Technologies</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/4NqCgI85cqA/</link>
		<comments>http://marcelolopezblog.net/2009/07/01/thoughts-about-software-estimation-with-microsoft-technologies/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:41:21 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Management]]></category>

		<category><![CDATA[Tutorials / Tips]]></category>
<category>Management</category><category>Tutorials / Tips</category><category>Uncategorized</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2009/07/01/thoughts-about-software-estimation-with-microsoft-technologies/</guid>
		<description><![CDATA[Sometime ago I went through a very useful book titled Software Estimation: Desmistifying the black art, and adapted some of the techniques listed in the book to create a standarized estimation procedure.
However, we deal with the fact that almost every month there is a new tool from Microsoft aimed to boost team productivity and reduce [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime ago I went through a very useful book titled <a href="http://www.amazon.com/Software-Estimation-Demystifying-Practices-Microsoft/dp/0735605351" title="Amazon - desmistyfing the black art">Software Estimation: Desmistifying the black art</a>, and adapted some of the techniques listed in the book to create a standarized estimation procedure.</p>
<p>However, we deal with the fact that almost every month there is a new tool from Microsoft aimed to boost team productivity and reduce the effort required to build each piece of software, so it&#8217;s always a new challenge to give accurate estimations to our customers.</p>
<p>A critical thing is to record all the effort spent in every project and task, which can be used to calibrate the estimations and produce better results.</p>
<p>We try to follow the rule: <em><font size="3" face="TimesNewRoman,Italic"><font size="3" face="TimesNewRoman,Italic">“Count </font></font></em><font size="3" face="TimesNewRoman"><font size="3" face="TimesNewRoman">if at all possible. </font></font><em><font size="3" face="TimesNewRoman,Italic"><font size="3" face="TimesNewRoman,Italic">Compute </font></font></em><font size="3" face="TimesNewRoman"><font size="3" face="TimesNewRoman">when you can&#8217;t count. Use </font></font><em><font size="3" face="TimesNewRoman,Italic"><font size="3" face="TimesNewRoman,Italic">judgment </font></font></em><font size="3" face="TimesNewRoman"><font size="3" face="TimesNewRoman">alone only as a last resort.” as much as possible. </font></font></p>
<p><font size="3" face="TimesNewRoman"><font size="3" face="TimesNewRoman">Once we have a good requirements specification we produce a WBS (detailed task list) and we count web pages, sql tables or anything that can help to compute the effort required to complete the task, we compute and then we calibrate with similar tasks done in the past. We identify risks, review tasks checklist and then use a 3 point estimate to be as much accurate as possible. These can be just the first steps of any estimation procedure.</font></font></p>
<p>Once we decide which technologies to use (i.e. Dynamic Data, Entity Framework, ASP.NET MVC or any other tool which could help to improve productivity), we calibrate the estimated effort with the results obtained in similar projects using the same technologies, or the results obtained from some pilot using any other emerging technology.</p>
<p>Finally we allocate some contingency (in software development it&#8217;s quite needed!). In the past few projects we convinced our customers about having an agile methodology in place (such as SCRUM). One of the various advantages of SCRUM is that the customer will get periodic releases of the software, while paying for the time spent building the features on each iteration. Contingency makes then no sense, and it can help to reduce total cost which is a great way to convince customers.</p>
<p>When following an agile methodology the rule (count, compute and calibrate) is still valid, as the team needs to estimate each story at the begining of each iteration, and the same procedure can be followed on each iteration, also considering team velocity (productivity) and the actual results obtained from the use of the selected development tools.</p>
<p>So far we are very happy with the results obtained from this combination of agile methodologies and a structured estimation procedure, reducing risks and increasing our list of happy customers.</p>
<a href="http://marcelolopezblog.net/tag/management/" rel="tag">Management</a>, <a href="http://marcelolopezblog.net/tag/tutorials-%2F-tips/" rel="tag">Tutorials / Tips</a>, <a href="http://marcelolopezblog.net/tag/uncategorized/" rel="tag">Uncategorized</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2009/07/01/thoughts-about-software-estimation-with-microsoft-technologies/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2009/07/01/thoughts-about-software-estimation-with-microsoft-technologies/</feedburner:origLink></item>
		<item>
		<title>SEO in Uruguay (Spanish Resource)</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/HLkKt-tqkcA/</link>
		<comments>http://marcelolopezblog.net/2009/04/09/seo-in-uruguay-spanish-resource/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:24:57 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[entrepreneur]]></category>
<category>entrepreneur</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2009/04/09/seo-in-uruguay-spanish-resource/</guid>
		<description><![CDATA[After one year working in some other major project, SEO Uruguay is back.
Stay tuned to know more about Search Engine Optimization in South America!
entrepreneur]]></description>
			<content:encoded><![CDATA[<p>After one year working in some other major project, <a href="http://seouruguay.com" title="SEO in Uruguay, Optimizacion web">SEO Uruguay </a>is back.</p>
<p>Stay tuned to know more about Search Engine Optimization in South America!</p>
<a href="http://marcelolopezblog.net/tag/entrepreneur/" rel="tag">entrepreneur</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2009/04/09/seo-in-uruguay-spanish-resource/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2009/04/09/seo-in-uruguay-spanish-resource/</feedburner:origLink></item>
		<item>
		<title>Free ASP.NET MVC Tutorial available for download</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/2CrJfxUxd88/</link>
		<comments>http://marcelolopezblog.net/2009/03/14/free-aspnet-mvc-tutorial-available-for-download/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:30:37 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Tutorials / Tips]]></category>

		<category><![CDATA[ASP.NET]]></category>
<category>ASP.NET</category><category>Tutorials / Tips</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2009/03/14/free-aspnet-mvc-tutorial-available-for-download/</guid>
		<description><![CDATA[Guthrie and Hanselman, two of the best references in the Microsoft development world, wrote a step by step tutorial for building an ASP.NET MVC application from scratch. This will be added to a new ASP.NET MVC book to be released soon.
The tutorial is extremely detailed with screenshots, but it doesn&#8217;t go much deeper into the tool [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogs.asp.net/scottgu" title="Scott gu">Guthrie</a> and <a href="http://www.hanselman.com/">Hanselman</a>, two of the best references in the Microsoft development world, wrote a step by step tutorial for building an ASP.NET MVC application from scratch. This will be added to a new ASP.NET MVC book to be released soon.</p>
<p>The tutorial is extremely detailed with screenshots, but it doesn&#8217;t go much deeper into the tool fundamentals (you should wait for the book or go through Hanselman or Scott tutorials in their blogs).</p>
<p>However it is nice to see how an application can be build on top of this cool new technology (to be released soon).</p>
<p>Our guys at UruIT have been using the Preview versions of this technologies with excellent results. It demonstrated to have a better organized and cleaner code, improving testing approach (TDD) among others.</p>
<p>So it worth sharing this cool resource. You can get all the details in the post by <a href="http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx" title="MVC">Scott Gu</a></p>
<a href="http://marcelolopezblog.net/tag/asp.net/" rel="tag">ASP.NET</a>, <a href="http://marcelolopezblog.net/tag/tutorials-%2F-tips/" rel="tag">Tutorials / Tips</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2009/03/14/free-aspnet-mvc-tutorial-available-for-download/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2009/03/14/free-aspnet-mvc-tutorial-available-for-download/</feedburner:origLink></item>
		<item>
		<title>Time Management using Microsoft Project Server 2007</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/Cs-jEJQn4bw/</link>
		<comments>http://marcelolopezblog.net/2008/12/20/time-management-using-microsoft-project-server-2007/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 18:40:46 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Management]]></category>

		<category><![CDATA[PMP]]></category>

		<category><![CDATA[Tutorials / Tips]]></category>
<category>Management</category><category>PMP</category><category>Tutorials / Tips</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/12/20/time-management-using-microsoft-project-server-2007/</guid>
		<description><![CDATA[We started using Project Server 2007 in our software development company sometime ago, in order to unify the project management activities. When configured properly, this is a powerful tool, as it integrates into SharePoint to create pre loaded project workspaces whenever a new project is added to the project center.
It also integrates Microsoft Project  which means [...]]]></description>
			<content:encoded><![CDATA[<p>We started using Project Server 2007 in our <a href="http://www.uruit.com" title="software development company uruguay">software development company </a>sometime ago, in order to unify the project management activities. When configured properly, this is a powerful tool, as it integrates into SharePoint to create pre loaded project workspaces whenever a new project is added to the project center.</p>
<p>It also integrates Microsoft Project  which means you would be able to use all its features for schedule, performance, costs and resources management (among many others). Microsoft Project can connect to the Project Server to retrieve the available enterprise resources and schedule for each of them, which is very useful when multiple PMs are working in project management across the enterprise.</p>
<p>A crucial aspect in every company is tracking the effort spent by the employees in project activities. We have been using different web tools in the past, but still not happy enough with the results.</p>
<p>Some months ago we decided to use Project Server features for time management. Project Server exposes a web access interface so resources can create their timesheets to report time spent in the assigned or not assigned tasks.</p>
<p>Managers have the ability to approve timesheets and generate dynamic reports by project, by resource, by task, by period and export it to Excel if needed.</p>
<p>So far the experience with Project Server features for time management has been really good. But configuring it for supporting all these, is not so trivial.</p>
<p>It requires to set up cubes and data views for reporting, build the enterprise resources library, internet explorer configuration, and many other steps. For those who are interested in configuring this powerful tool, visit my post about <a href="http://weblogs.asp.net/uruit/archive/2008/10/23/how-to-configure-project-server-2007-for-timesheets-management-a-complete-guide.aspx" title="configure project server 2007 for timesheets, complete guide uruit">configuring project server timesheets</a> in the asp.net weblogs.</p>
<a href="http://marcelolopezblog.net/tag/management/" rel="tag">Management</a>, <a href="http://marcelolopezblog.net/tag/pmp/" rel="tag">PMP</a>, <a href="http://marcelolopezblog.net/tag/tutorials-%2F-tips/" rel="tag">Tutorials / Tips</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/12/20/time-management-using-microsoft-project-server-2007/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/12/20/time-management-using-microsoft-project-server-2007/</feedburner:origLink></item>
		<item>
		<title>Microsoft Users Group Uruguay - Uruguayan companies working together</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/6X3OSdjCZPE/</link>
		<comments>http://marcelolopezblog.net/2008/09/05/microsoft-users-group-uruguay-uruguayan-companies-working-together/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 00:57:58 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Management]]></category>
<category>Management</category><category>Microsoft</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/09/05/microsoft-users-group-uruguay-uruguayan-companies-working-together/</guid>
		<description><![CDATA[Microsoft invited us to join a first meeting to discuss about the chance of opening a Microsoft Users Group here in Uruguay. 
There are thousands of user groups (communities) across different vendors, technologies and lines of businesses. 
Microsoft supports the creation of users groups as a way to promote technologies through the community.In today&#8217;s meeting, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Georgia','serif'"><strong>Microsoft</strong> invited us to join a first meeting to discuss about the chance of opening a Microsoft Users Group here in Uruguay. </span></p>
<p style="line-height: 15.6pt"><span style="font-family: 'Georgia','serif'">There are thousands of user groups (communities) across different vendors, technologies and lines of businesses. </span></p>
<p><span style="font-family: 'Georgia','serif'">Microsoft supports the creation of users groups as a way to promote technologies through the community.</span><span style="font-family: 'Georgia','serif'">In today&#8217;s meeting, I enjoyed a great time with my partner and a few talented guys from several software companies from Uruguay, representing the top of the software industry here inUruguay - most of them already well known professionals and friends <img src='http://marcelolopezblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span><span style="font-family: 'Georgia','serif'">While enjoying some snacks we discussed different approaches for achieving this goal. There are a lot of user groups like the <a href="http://www.mug.org.ar/" title="Argentina MIcrosoft Group">Argentina</a> one, and it used to exist one in Uruguay too, a few years ago. </span></p>
<p style="line-height: 15.6pt"><span style="font-family: 'Georgia','serif'">The group objectives would be to share knowledge and experiences with the community (forums, webcasts, blogs), organize live events for discussing about different topics related to our industry and microsoft technologies, or whatever we might think is relevant to share. </span></p>
<p><span style="font-family: 'Georgia','serif'">I think it is a great idea, but it will require different companies to work together sharing resources, ideas and knowledge, which sometimes is not so easy to achieve in such competitive market.</span><span style="font-family: 'Georgia','serif'">Even when <a href="http://www.uruit.com" title="UruIT Global IT Services">UruIT </a>actually encourages collaboration between companies in our market, I know there might be a few who won&#8217;t be interested, but hopefully this won&#8217;t be a stopping issue for this great idea.</span><span style="font-family: 'Georgia','serif'">If this idea takes off, I will soon post more information about this Uruguayan Microsoft Users Group (we still need to find a good name <img src='http://marcelolopezblog.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</span><span style="font-family: 'Georgia','serif'"> </span><span style="font-family: 'Georgia','serif'"> </span><font face="Calibri"> </font></p>
<a href="http://marcelolopezblog.net/tag/management/" rel="tag">Management</a>, <a href="http://marcelolopezblog.net/tag/microsoft/" rel="tag">Microsoft</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/09/05/microsoft-users-group-uruguay-uruguayan-companies-working-together/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/09/05/microsoft-users-group-uruguay-uruguayan-companies-working-together/</feedburner:origLink></item>
		<item>
		<title>Invited to a JCI meeting to talk about entrepreneur and leadership</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/x4ABnk6fmUg/</link>
		<comments>http://marcelolopezblog.net/2008/06/18/invited-to-a-jci-meeting-to-talk-about-entrepreneur-and-leadership/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 01:54:31 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Management]]></category>

		<category><![CDATA[entrepreneur]]></category>
<category>entrepreneur</category><category>Management</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/06/18/invited-to-a-jci-meeting-to-talk-about-entrepreneur-and-leadership/</guid>
		<description><![CDATA[Last night I enjoyed a meeting in the Camara de Comercio building, here in Montevideo, with a group of young entrepreneurs from the Junior Chamber International  (JCI), Montevideo Chapter. 
I met with almost 15 young entrepreneurs who have a clear goal: have success in life. The group is organized by roles, and is working in several projects [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Calibri">Last night I enjoyed a meeting in the Camara de Comercio building, here in Montevideo, with a group of young entrepreneurs from the </font><a href="hhttp://www.jci.cc/"><font face="Calibri">Junior Chamber International </font></a><font face="Calibri"><span> </span>(JCI), Montevideo Chapter.</font><font face="Calibri"> </font></p>
<p><font face="Calibri">I met with almost 15 young entrepreneurs who have a clear goal: have success in life.</font><font face="Calibri"><span> </span></font><font face="Calibri">The group is organized by roles, and is working in several projects to develop their skills about leadership and entrepreneur. Some of them already have their own ideas and ongoing business and are trying to use the business network formed by JCI +200.000 members, who meet regularly all over the world.</font><font face="Calibri"> </font></p>
<p><font face="Calibri">I was invited by Luciano Varela to spend some time with them talking about my experiences in leadership in my previous company (</font><a href="http://www.tcs.com/"><font face="Calibri">TCS</font></a><font face="Calibri">) and my current challenges now at </font><a href="http://www.uruit.com/"><font color="#800080" face="Calibri">UruIT Global IT Services</font></a><font face="Calibri">. </font><font face="Calibri"> </font></p>
<p><font face="Calibri">Even when I am usually boring when talking about my past experiences, I wish to have added some value to my talk and to encourage this group to move forward. I hope they invite me to some of the trainings they organize to create leaders and CEOs, as I would like to improve my skills and also meet new people. </font><font face="Calibri"> </font></p>
<p><!--adsense--></p>
<p><font face="Calibri">Yesterday I met some guys who are currently leading their own projects related to IT (PHP and ERPs development), so overall this was a nice and very productive time. </font><font face="Calibri"> </font></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><font face="Calibri">I wish this Uruguayan young team all the best in their initiatives ! </font></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><font face="Calibri">Marcelo</font></p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal"><font face="Calibri">PS: If you live in Montevideo, and you are between 20 and 40 years old with an entrepeneur spirit, just drop me a line and I will send you JCI Montevido Chapter email right away.</font></p>
<a href="http://marcelolopezblog.net/tag/entrepreneur/" rel="tag">entrepreneur</a>, <a href="http://marcelolopezblog.net/tag/management/" rel="tag">Management</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/06/18/invited-to-a-jci-meeting-to-talk-about-entrepreneur-and-leadership/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/06/18/invited-to-a-jci-meeting-to-talk-about-entrepreneur-and-leadership/</feedburner:origLink></item>
		<item>
		<title>PMP Certification Achieved… Agile + Traditional development ?</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/r5xSk9Drv60/</link>
		<comments>http://marcelolopezblog.net/2008/06/07/pmp-certification-achieved-agile-traditional-development/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 03:49:00 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Management]]></category>

		<category><![CDATA[entrepreneur]]></category>

		<category><![CDATA[PMP]]></category>
<category>entrepreneur</category><category>Management</category><category>PMP</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/06/07/pmp-certification-achieved-agile-traditional-development/</guid>
		<description><![CDATA[I have been involved in Software Development industry for more than 6 years now, and right now I am living a very challenging stage of my career.
During the last few years I had the chance to lead several teams of talented developers, which gave me invaluable experiences and a lot of exposure to software development [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Georgia','serif'">I have been involved in Software Development industry for more than 6 years now, and right now I am living a very challenging stage of my career.</span></p>
<p><span style="font-family: 'Georgia','serif'">During the last few years I had the chance to lead several teams of talented developers, which gave me invaluable experiences and a lot of exposure to software development processes.</span></p>
<p><span style="font-family: 'Georgia','serif'"> </span><span style="font-family: 'Georgia','serif'">I have worked in a CMMI level 5 corporation for 3 years, and I remember being tired of following processes and completing documents with almost no tangible value for our projects but for the organization itself. </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">After attending to my <a href="http://www.pmi.org/CareerDevelopment/Pages/Certification-and-the-Job-Market.aspx" title="PMP Certification overview">PMP </a>course last year, I understood that traditional development processes can be customized depending on the projects needs, and also learnt about the added value of performing some of the activities specified in the PM-Book (guide for project management in general). </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">Since working at <a href="http://www.uruit.com" title="UruIT Global IT Services and Nearshore Outsourcing from Uruguay">UruIT Global IT Services,</a> </span><span style="font-family: 'Georgia','serif'">I have been trying to adapt the best of a traditional processes to our agile style of development. Why we need to be agile ? Because our customers expect deliveries soon, and because we are focused in using latest tools and technologies in our solutions, usually increasing risks. </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">However, I think that defining a procedure for identifying and monitoring risks, performing final revisions and a few quality assurance activities, estimating and monitoring costs, schedule or purchases, are helping us to have more profitable projects and satisfied customers every month. </span></p>
<p><span style="font-family: 'Georgia','serif'">This could be related to our customer profiles and team structure, but PMI suggested procedures are being adapted to our real needs with good results. </span><span style="font-family: 'Georgia','serif'">I hope this PMP certification can help me to adapt more and more process to our organization, always with the goal of improving team productivity and customer satisfaction. </span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">As a side note:</span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">At the beginning, I was mentioning a challenging period in my career, and this is to the fact that I am developing other skills rather than development. </span></p>
<p><span style="font-family: 'Georgia','serif'">During the last year I have been working in Sales and Delivery Management, trying to reach more and more customers interested in our nearshore development services, and trying to deliver on time and with the desired quality. </span></p>
<p><span style="font-family: 'Georgia','serif'">This PMP certification is part of this process. </span><span style="font-family: 'Georgia','serif'">I don’t have much time available during the week and weekends due to the overhead caused by my various job assignments, and I can spend some time reading blogs and news about emerging Microsoft technologies because it is part of my sales function, but I have almost no time for piloting them, except when meeting with our teams and architects.</span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">This blog will then turn more to a personal blog, focused in best development practices, software entrepreneurs and live experiences, but also a few technology sharing.</span><span style="font-family: 'Georgia','serif'">I consider myself as a lucky guy but also work committed and very entrepeneur, allowing me to reach the point where I am now, leading a company to a global vision, and helping talented individuals to reach their dreams. </span></p>
<p><span style="font-family: 'Georgia','serif'">I hope you get inspired from my stories from now onwards.</span></p>
<p><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'">Cheers,<br />
Marcelo</span><span style="font-family: 'Georgia','serif'"> </span><span style="font-family: 'Georgia','serif'"> </span><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'"><span> </span><span> </span></span><span style="font-family: 'Georgia','serif'"> </span></p>
<p></span><span style="font-family: 'Georgia','serif'"></span><span style="font-family: 'Georgia','serif'"></span></p>
<a href="http://marcelolopezblog.net/tag/entrepreneur/" rel="tag">entrepreneur</a>, <a href="http://marcelolopezblog.net/tag/management/" rel="tag">Management</a>, <a href="http://marcelolopezblog.net/tag/pmp/" rel="tag">PMP</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/06/07/pmp-certification-achieved-agile-traditional-development/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/06/07/pmp-certification-achieved-agile-traditional-development/</feedburner:origLink></item>
		<item>
		<title>ASP.NET MVC Tutorials and Source Code</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/oKF1xN65Ffo/</link>
		<comments>http://marcelolopezblog.net/2008/03/25/aspnet-mvc-tutorials-and-source-code/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 01:49:44 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[MVC]]></category>

		<category><![CDATA[.NET 3.5]]></category>
<category>.NET 3.5</category><category>free asp.net tutorials</category><category>MVC</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/03/25/aspnet-mvc-tutorials-and-source-code/</guid>
		<description><![CDATA[Last week we started a new ASP.NET MVC project here at UruIT.
This new framework for ASP.NET is quite cool. It eliminates the page life cycle, postbacks and viewstate. It divides the architecture in View, Model and Controller.
We have been using MbUnit to test the code. Having these well defined tiers really improves unit testing. We [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we started a new ASP.NET MVC project here at <a target="_blank" href="http://www.uruit.com" title="UruIT Global IT Services and Outsourcing from Uruguay">UruIT</a>.</p>
<p>This new framework for ASP.NET is quite cool. It eliminates the page life cycle, postbacks and viewstate. It divides the architecture in View, Model and Controller.</p>
<p>We have been using <a href="http://www.mbunit.com/" title="MB Unit testing mvc">MbUnit </a>to test the code. Having these well defined tiers really improves unit testing. We can have an object mock instead of rendering the actual page (View) for testing the Controller and be sure that all the methods are working properly, even before we finish the coding phase.</p>
<p>However the framework is still in Preview (2) and there are lot of changes with each release. The community around MVC is increasing every day but there is still poor documentation for some of the features. For instance, we found several issues when trying to add File Upload functionality to our MVC web site.</p>
<p>Last week Microsoft released the <a href="http://www.codeplex.com/aspnet" title="Source code for MVC">source code</a> for the actual build of this new framework. This will definetely help to understand what is going on behind the scenes.</p>
<p><!--adsense--></p>
<p>If you would like to learn more about ASP.NET MVC I can recommend Scott Hanselman videos available at <a href="http://www.asp.net/learn/3.5-extensions-videos/default.aspx">http://www.asp.net/learn/3.5-extensions-videos/default.aspx</a>. Scott Guthrie also published some tutorials (a bit out of date and some lines are not working with latest Preview 2 version but it worth a read) at his blog: <a href="http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx">http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx</a></p>
<p>In order to test this MVC Framework you need VS 2008 and the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=38cc4cf1-773a-47e1-8125-ba3369bf54a3" title="Download MVC Framework">MVC Preview 2</a> installed in your computer.</p>
<p>Soon I will be posting more about our experiences with MVC.</p>
<p>Have fun <img src='http://marcelolopezblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<a href="http://marcelolopezblog.net/tag/.net-3.5/" rel="tag">.NET 3.5</a>, <a href="http://marcelolopezblog.net/tag/free-asp.net-tutorials/" rel="tag">free asp.net tutorials</a>, <a href="http://marcelolopezblog.net/tag/mvc/" rel="tag">MVC</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/03/25/aspnet-mvc-tutorials-and-source-code/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/03/25/aspnet-mvc-tutorials-and-source-code/</feedburner:origLink></item>
		<item>
		<title>OSLO: Microsoft investing in their S+S model</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/gS2zwPt9fX0/</link>
		<comments>http://marcelolopezblog.net/2008/01/28/oslo-microsoft-investing-in-their-ss-model/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 02:11:28 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[S+S]]></category>

		<category><![CDATA[SOA]]></category>
<category>S+S</category><category>SOA</category><category>Uncategorized</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2008/01/28/oslo-microsoft-investing-in-their-ss-model/</guid>
		<description><![CDATA[Microsoft is investing a lot of effort and money in their new service oriented model, named S+S (Software + Services). But, what is S+S ?
From MS site: &#8220;It is the next generation of SOA and Web-based applications spanning &#8220;on premise&#8221; software and &#8220;in the cloud&#8221; services&#8221;, an approach Microsoft calls Software + Services.
Some time ago, SaaS [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft is investing a lot of effort and money in their new service oriented model, named S+S (Software + Services). But, what is S+S ?</p>
<p>From MS site: &#8220;It is the next generation of SOA and Web-based applications spanning &#8220;on premise&#8221; software and &#8220;in the cloud&#8221; services&#8221;, an approach Microsoft calls Software + Services.</p>
<p>Some time ago, SaaS architecture discovered a new way of delivering the software: hosting it and providing it as a service, trying to catch the long tail of consumers, using the web as the distribution channel.</p>
<p>SaaS also introduced several questions and issues about data and application domain ownership, SLAs, and required particular characteristics for the product in order to be suitable for this deliver method. This led also into issues for the given ISV to find a reliable hosting provider for selling their product to the mass of consumers while reducing the costs.</p>
<p>S+S is no more than a hibryd architecture trying to have the best of various worlds.</p>
<p>Basically we are talking about connecting a on-premise or on-PC software package (running in the client computer, PDA or other devices) with an ISB (Internet Service Bus - which is no more than a integration hub containing a set of well defined URIs, connecting points, providing unified access to services within the &#8220;cloud&#8221; (Internet) ) + services connected to this ISBs.</p>
<p align="center">
<!--adsense-->
</p>
<p>This model will then allow third party providers to join the cloud of services and the clients to have a custom (composite) version of their software installed in their devices while consuming many of these services integrated within the ISB (which actually works as an ESB and as an ecosystem for various services providers). VMs are a perfect match for assembling this user needs in an isolated space and having the web (cloud) as the environment for running the applications.</p>
<p> So how is Microsoft supporting all these new trends? The set of technologies with the code name &#8220;OSLO&#8221; is the answer:</p>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span style="font-family: 'Calibri','sans-serif'">The .NET Framework &#8220;V4&#8243; </span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span style="font-family: 'Calibri','sans-serif'">BizTalk Server &#8220;V6&#8243; </span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span style="font-family: 'Calibri','sans-serif'">BizTalk Services &#8220;V1&#8243; </span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span style="font-family: 'Calibri','sans-serif'">Visual Studio &#8220;V10&#8243; </span></li>
<li style="margin: 0in 0in 0pt; tab-stops: list .5in" class="MsoNormal"><span style="font-family: 'Calibri','sans-serif'">System Center &#8220;V5&#8243; </span></li>
<p> All new versions for these well known existing products will be shipped during the current year. The target is to simplify the design, development and deployment of solutions based in this new architecture named S+S.</p>
<p>For more information about OSLO and how it will enable you to support your S+S and SaaS architectures you can visit <a href="http://www.microsoft.com/soa/products/oslo.aspx">http://www.microsoft.com/soa/products/oslo.aspx</a></p>
<a href="http://marcelolopezblog.net/tag/s%2Bs/" rel="tag">S+S</a>, <a href="http://marcelolopezblog.net/tag/soa/" rel="tag">SOA</a>, <a href="http://marcelolopezblog.net/tag/uncategorized/" rel="tag">Uncategorized</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2008/01/28/oslo-microsoft-investing-in-their-ss-model/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2008/01/28/oslo-microsoft-investing-in-their-ss-model/</feedburner:origLink></item>
		<item>
		<title>Almost one month without posting… here is a Merry Christmas one !</title>
		<link>http://feedproxy.google.com/~r/marcelolopezblog/~3/scnb_y9jtZQ/</link>
		<comments>http://marcelolopezblog.net/2007/12/19/almost-one-month-without-posting-here-is-a-merry-christmas-one/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 23:13:48 +0000</pubDate>
		<dc:creator>luismarlopez</dc:creator>
		
		<category><![CDATA[Outsourcing]]></category>
<category>Outsourcing</category>
		<guid isPermaLink="false">http://marcelolopezblog.net/2007/12/19/almost-one-month-without-posting-here-is-a-merry-christmas-one/</guid>
		<description><![CDATA[It&#8217;s been almost one month since my last post. That&#8217;s a lot ! I would like my blog to be updated frequently, but sometimes, the focus must be somewhere else. I hope to be able to post in a more regular manner and include not only news but also more tips and tutorials. But everything [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been almost one month since my last post. That&#8217;s a lot ! I would like my blog to be updated frequently, but sometimes, the focus must be somewhere else. I hope to be able to post in a more regular manner and include not only news but also more tips and tutorials. But everything times time, and at this point, I don&#8217;t have a lot.</p>
<p>However, let me tell you the reasons why I have been so busy. Last month has been exciting for me. Our company is growing faster. So do I.  :D</p>
<p>We have some new projects, some new challenges. These includes ASP.NET developments, Sharepoint ones, RIAs , SEO and more. I am helping with some new proposals, so I hope 2008 is even better.  </p>
<p>What do we do ? We specialize in doing .<a href="http://www.uruit.com" title="UruIT - .NET Development Outsourcing">NET Development from Uruguay</a>. We have clients around the world, mainly Europe and U.S.</p>
<p> Our prices are competitive, as well as the quality of our work and the professionals working with me. English skills and timezone is also a plus. That is probably the reason why I see a good future for UruIT.</p>
<p>So this has been an exciting year for me. Even when I am tired, I am happy. I hope you are happy too.</p>
<p>I&#8217;ll be posting some pics of summer time in Uruguay, weather is getting nice, so I am planning to take some rest during January.</p>
<p>I wish you a Merry Christmas and a truly Happy New Year !</p>
<a href="http://marcelolopezblog.net/tag/outsourcing/" rel="tag">Outsourcing</a>]]></content:encoded>
			<wfw:commentRss>http://marcelolopezblog.net/2007/12/19/almost-one-month-without-posting-here-is-a-merry-christmas-one/feed/</wfw:commentRss>
		<feedburner:origLink>http://marcelolopezblog.net/2007/12/19/almost-one-month-without-posting-here-is-a-merry-christmas-one/</feedburner:origLink></item>
	</channel>
</rss>
