Hi All, here is the link for the great library of cheat sheets, I assure you that after looking into this collection you will be amazed....these Cheat Sheets are... Written by bestselling authors and leading experts Reliable information on major developer topics Filled with useful tips and source code examples PDF looks great on-screen or printed from your printer To name a few......
Sunday, 26 July 2009
Saturday, 25 July 2009
Everything you need to get started...MOSS 2007, WSS 3.0
This is a hub for SharePoint 2007 and WSS 3.0 Resources with two advantages: All resources are hand-picked and vetted for quality, and each topic contains a with hand-tuned search designed to return the latest content which you can then filter further to find what you need. Eli's SharePoint 2007 Resources...
Thursday, 23 July 2009
Sharing source code between .NET and Silverlight
A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform independent subset of the full .NET framework. Therefore Visual Studio does not allow referencing .NET assemblies from your Silverlight application....
Monday, 20 July 2009
Migration from Silverlight 2.0 to Silverlight 3
As currently I am working on Migration from Silverlight 2.0 to Silverlight 3, so I thought to share or bookmark few of the important links which I am going through. Find below the links http://msdn.microsoft.com/en-us/library/cc645049(VS.95).aspx Silverlight 3 Released! What is new/changed? The following list encompasses all changes made between the Silverlight Toolkit March 2009 release...
SharePoint 2010 Sneak Peak
I guess this will be blogged extensively the coming hours and days: Microsoft has released official documentation about the next version of SharePoint. Read all about it here: http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx. General overview SharePoint 2010 enables organizations to connect and empower people through an integrated set of rich features. Get a...
What's New in Silverlight 3?
Silverlight 3 has been officially released on 10th July 2009 and available for download! Speaking of which, here are some of the key features of Silverlight 3. Out-of-Browser Support Users can run a Silverlight 3 application in the browser or run it directly from the desktop even when they're not connected to the Internet. This supports several sync scenarios that can be useful when...
Silverlight Presentation on 17th July 2009
1 Layouts Presentation.zip 2 Introducing_Silverlight_2.zip 3 Introductionto Silverlight 3.zip 4 Silverlight Control Lifecycle.zip These are the Slides of the Silverlight Presentation which I had given on 17th July 2009, other useful links where you can download the examples and Installers are given below. WHAT’S NEW IN SILVERLIGHT 3? Download Microsoft® Silverlight™ 3 Tools for Visual Studio...
Sunday, 19 July 2009
Cryptographic failure while signing assembly ... Access is denied.
on July 19, 2009
in CodeProject, Sharepoint, Silverlight, Silverlight 2.0, Silverlight 3
with
No comments

I received the following error today while deploying the Silverlight WebPart in IIS. Cryptographic failure while signing assembly 'MyWebpartAssemblyName.dll'. Access is denied. Seems I had a permissions error. Did a bit of searching on Google and found this post on a blog by R. Aaron Zupancic. That did the trick. I would have never thought that the permissions error had something...
Sunday, 12 July 2009
Silverlight 3 Released
Silverlight 3 and associated developer tools have been released! Visit the Get Started page to download all you need to build great Web experiences with Silverlight 3. You can also learn more by watching the new videos, reviewing the Quickstarts or reading about some success stories and what is new in Silverlight 3. www.microsoft.com/silverlight (Silverlight home – some V3 feature demos...