Office Online 2007
I recently run into the link for the new Office Live:
http://office.microsoft.com/en-us/products/FX100649541033.aspx
In addition, here are useful links to Windows Live
SharePoint dev tip
Recently, I came accross some link from Microsoft that may help other SharePoint developer get up to speed. Here it is…
- SharePoint Developer
- SharePoint Developer Information Center
- SharePoint Server 2007
- SharePoint Services v3
- MSDev
- How to: Design an InfoPath Form for a Workflow in SharePoint Server 2007
- Webcast: Building High-Grade Applications Using Office SharePoint Server 2007
- Webcast: Adding Project Management Smarts to Your Application Using Office Project Server 2007
- Screencast: Creating a Custom Page Layout with SharePoint Server 2007
- SharePoint Server 2007 Videos and Webcasts
- Customizing SharePoint List Views with SharePoint Designer 2007
- Customizing List Views with XSLT Transformations in SharePoint Designer 2007
- How to Create a Custom Web Package for Use with SharePoint Designer 2007
- How to Create and Modify a Redirection Drop-Down List Box in SharePoint Designer 2007
- Microsoft Online Services
- Microsoft Online Services TechCenter
- Online Services Documentation
- Online Services Forums
- Online Services Demo
- Online Services Partner Portal
Enjoy the exploration!
Silverlight v3 Toolkit
I found a great tool for Silverligth 3 at codeplex. It provides a working example of silverlight 3 components. It will definitly shorten the learning curve when it comes to quickly implementing a webpage. Here is the link.
In addition, I found a great new content to get started on the Silverlight toolkit. I hope this helps.
Happy coding…
M-V-VM
Yesterday (1/31/09), I attended www.baynetug.org education event held at Hewlett Packard, Cupertino. I attended by volunteering to bring the breakfast from Noah’s Bagels.
I learned a lot about Model View ViewModel (M-V-VM) framework. This is a new Model View Controler framwork coming out of Microsoft. I hope to dive into this new technology that can enhance my productivity as a developer. The M-V-VM ties the best practices in WPF, .NET, Silverlight, etc.
For more information, go to http://karlshifflett.wordpress.com/mvvm/. Download the mvvm.
Linkedin Profile
If you are a member of Linkedin, you can create a button that goes back to your linkedin profile.
http://www.linkedin.com/profile?promoteProfile
I just found out how to do it and I needed to save the address someplace.
MSDN Magazine article
This months MSDN article (April 2008) is very interesting. The article is on page 99, titled “Test Run Testing SQL Stored Procedures Using LINQ,” by Dr. James Mccaffrey. It peaked my interest because I’ve been looking for a sample test harness for LINQ and stored procedures.
I downloaded the sample code at msdn2.microsoft.com/magazine/cc13511. Installed it on my Visual Studio 2008 Pro and tried to run it out of the box. Well, it did not run. It could not connect to the database. So, I looked for the sql script somewhere in the installed files and found it. I was also missing the SQL Server Management Studio Express, so I had to install it to run the sql script. After running the sql script the test run code still does not run because it could not connect to the database. So, I manually connect the database through Visual Studio. It still would not connect. I discovered that my manual connection string is not the same as the code so I went ahead and replace it:
string connString = “server=.\\SQLEXPRESS;Initial Catalog=dbMovies;Integrated Security=True”;
Well, the code runs as expected after replacing the connection string. So, I just want to put this blog post out there for other folks that are going to blaze the same path to save them some time. I also sent a note to the author.
Regards,
Bennett


















