Microsoft Visual Studio 2010 with MSDN Winners

Jul 23 2010 Published by Shoban under Contest

Its time to announce the Winners for our  Microsoft Visual Studio 2010 with MSDN Giveaway. Initially we planned to announce the Winners on 20th July but we had a tough time selecting the winners because of 60+ wonderful entries.

To make it fair I requested my friend Victor Gaudioso to choose the winners. Here is a brief summary about him

Victor, a Microsoft Most Valuable Professional (MVP) and Microsoft Solutions Advocate is an independent Windows Presentation Foundation / Silverlight / Windows 7 Mobile / Surface developer, instructor (classroom / video tutorials / written articles), published author (Foundation Blend 2: Building Applications in WPF and Silverlight (2008), Foundation Blend 3 with Silverlight (2009)), and public speaker.

Victor has over 10 years experience in the web and software development industries and has worked with large Fortune 500 companies such as Microsoft, Universal, Warner Bros., Disney, Mattel, and Paramount Pictures. Victor has worked on some of the most cutting edge WPF and Silverlight applications that have been developed to date; including the Microsoft Surface Winebar CES demo , Surface Air Hockey with simulated physics, and the Surface EventPhotos application which both debuted at PDC in 2008.  Victor was also part of the team that launched the Microsoft Silverlight Entertainment Tonight Emmy mini-site, one of the very first Silverlight applications to market. He is also a Microsoft MVP

You can follow him in Twitter @victorgaudioso
where he tweets about Silverlight, WPF etc

Now here are the Winners for our Giveaway

  1. Adam Romanowski
  2. Avinash Rana

Congratulations to the Winner and I will be contacting them via email. Thank you everyone who participated and this is our first giveaway in allaboutmoss and we hope to giveaway more in the future.

5 responses so far

Win Microsoft Visual Studio 2010 with MSDN

Jul 06 2010 Published by Shoban under Contest

Update: Winners announced, please check : http://www.allaboutmoss.com/index.php/2010/07/23/microsoft-visual-studio-2010-with-msdn-winners/

Here is your chance to Win Microsoft Visual Studio 2010 Ultimate with MSDN subscription which is worth $11,899. We have two copies to give away for our wonderful readers ;-)

How can I win?

Simple! All you have to do is follow these simple steps

  1. If you have not subscribed to our updates do it now either through RSS or Email or you can follow us in Twitter ;-) . You don’t want to miss nice articles and giveaways like these.
  2. Answer these simple questions.
  3. Spread the word about allaboutmoss through the below sharing options.

Contest closes on July 17th and Winners will be announced on July 20th.

You can learn more about Visual Studio 2010 here.

37 responses so far

Developing on SharePoint 2010

May 24 2010 Published by Shoban under MOSS 2010

MSDN has just published an online course for developers to learn about Developing for SharePoint 2010.

The course includes:

  • 10 modules introducing developers to SharePoint 2010
  • 55 short instructional and demonstration demos
  • Hands on labs that you can download or try online with MSDN Virtual Labs
  • Test your skills quiz’s
  • Code samples for each module

Check out the course materials here.

No responses yet

SharePoint Security Trimming using SPSecurityTrimmedControl

Apr 05 2010 Published by Radhika under MOSS 2007, Tips

If you want to hide SharePoint Controls (eg.Site Actions menu ) based on the user’s permission level or assign specific access to a user then you can use the SharePoint’s builtin control SPSecurityTrimmedControl. Below code will allow the user to view site usage report.

<Sharepoint:SPSecurityTrimmedControl runat="server" Permissions="ViewUsageData">
write your site actions menu here</SharePoint:SPSecurityTrimmedControl> 

Some permission string attributs are

  1. ManageLists
  2. CancelCheckout
  3. AddListItems
  4. EditListItems
  5. DeleteListItems
  6. ViewListItems
  7. ApproveItems
  8. OpenItems
  9. ViewVersions
  10. DeleteVersions
  11. CreateAlerts
  12. ViewFormPages
  13. ManagePermissions
  14. ViewUsageData
  15. ManageSubwebs
  16. ManageWeb
  17. AddAndCustomizePages
  18. ApplyThemeAndBorder
  19. ApplyStyleSheets
  20. CreateGroups
  21. BrowseDirectories
  22. CreateSSCSite
  23. ViewPages
  24. EnumeratePermissions
  25. BrowseUserInfo
  26. ManageAlerts
  27. UseRemoteAPIs
  28. UseClientIntegration
  29. Open
  30. EditMyUserInfo

You can get the complete list from MSDN website.

No responses yet

Have a question about SharePoint? Ask the MVPs

Mar 12 2010 Published by Shoban under MOSS 2010, SharePoint Events

Do you have tough technical questions about SharePoint? Are you ready for some answers? Well we can help. Ask the talented and very knowledgable Microsoft Most Valuable Professionals.

The SharePoint MVPs are the same people you see in the technical community as authors, speakers, user group leaders and answerers in the MSDN forums. This is the first time we have brought these experts together as a collective group to answer your questions live! So please join us and bring on the questions. This chat will cover WSS, MOSS and the SharePoint 2010 beta.

Topics include:

  1. setup and administration
  2. design and development
  3. Q &A to follow

When:  March 15, 2010

Time:  9:00 am PDT

Where: MSDN Chat Room

Add this to your calendar

Join this Facebook Event

Source

2 responses so far