Feeds:
Posts
Comments

Posts Tagged ‘Links’

SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic: http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&displaylang=en

Read Full Post »

MIX 06, 07,08 sessions as videos : http://sessions.visitmix.com/

Configuring and Customizing the Content Query Web Part: http://blogs.msdn.com/ecm/archive/2006/10/25/configuring-and-customizing-the-content-query-web-part.aspx

Read Full Post »

Good Links – Nov 6, 2007

PCWorld’s Top 101 Freeware http://www.pcworld.com/article/id,130045-page,2-c,freeware/article.html ( some are just freeware services like gmail, live mail, google docs)

Lhotka, creator of the famous CSLA framework discuss where to put code to validate user input. For web apps, to give User a more responsive and richer experience, it may be necessary to “duplicate” the code in the UI. He stresses that it is paramount to have the business objects do the validation anyway since the browser validations can be easily bypassed. http://www.lhotka.net/weblog/CommentView,guid,8fa07593-a357-49a4-9b86-1ee82a58f2b9.aspx

Windows Workflow Foundation Web Workflow Approvals Starter Kit

This starter kit is a Visual Studio 2005 (with updates for Visual Studio 2008) project that demonstrates using Windows Workflow Foundation for simple task-oriented workflow in an ASP.NET Web application. A workflow model is used to automate work order requests at a small example company. It includes three pre-defined roles which each play a part in the work order creation, approval and monitoring. The starter kit may be modified for other workflow models to suit other small Web-based task management systems. http://www.microsoft.com/downloads/details.aspx?FamilyID=a438a9b9-9f15-42ec-866f-2ea58e10db36&DisplayLang=en

Read Full Post »

Performance:

This post shows how important the Hard Drive rpm rate in the overall performance of the system http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx

Another post also talks about the same point http://www.codinghorror.com/blog/archives/000800.html

Here are also some tips about speeding up visual studio http://dotnettipoftheday.org/tips/speedup_visual_studio.aspx (Note that some of them affect some scenarios so make sure you know the effect of any change before appying it)

This is a hotfix to address some performance issues when debugging ASP.NET project with visual studio http://weblogs.asp.net/scottgu/archive/2007/08/21/public-hotfix-patch-available-for-vs-2005-f5-debugging-performance-issue-with-asp-net.aspx

Effective Writing:

In a podcast about effective business writing (great podcasts by the way http://www.manager-tools.com/complete-index), the show mentioned the Army guidelines for effective writing as one of the best, here it is http://chppm-www.apgea.army.mil/imo/DDB/writ-tip.htm

Read Full Post »

Good Links – Oct 11, 2007

UC Berkley Courses as webcasts and podcasts: http://webcast.berkeley.edu/courses.php

About the great online resources in the .edu domain http://lifehacker.com/software/technophilia/discover-the-edu-underground-307427.php

Some Software development methodlogies (humor) : http://www.scottberkun.com/blog/2007/asshole-driven-development/

Tangible FREE modelling tools for Visual Studio.NET: http://www.tangiblearchitect.net/modellingtools.html 

Read Full Post »