Tutorials Forums
     Tutorials Videos
        Sign Up Now For FREE

Articles tagged with: Silverlight

21
January
2011

Portable Library Tools CTP
5.0/5 rating (1 votes)

Introducing
Portable Library Tools is a new Visual Studio add-in from Microsoft that enables you to create C# and Visual Basic libraries that run on a variety of .NET-based platforms without recompilation.

Portable Library Tools CTP

 

 
Simplify code sharing

No more complicated build scripts or #defines, and stop copying and pasting code; portable libraries enable you to easily share code between apps that target different platforms.
Portable Library Tools CTP
15
November
2010

Free SilverLight Controls From Telerik
4.6/5 rating (5 votes)

telerik1

The pack offers three free Silverlight controls for incredibly rich UI and data visualization – Book, Gauge and TileView. The controls feature the full functionality of their commercial versions, thus offering lean and intuitive API, Expression Blend support, Visual Studio 2010 and SharePoint 2010 support and built-in Office Black theme.

Adobe Education Store
30
June
2010

Silverlight PivotViewer Now Available
5.0/5 rating (2 votes)

In this video, Brian Goldfarb and Brett Brewer stop by to discuss the new Silverlight PivotViewer control release. In addition to discussing its immediate availability, they talk about tech transfers between labs and product groups like Silverlight. For those of you who haven’t heard of it yet, PivotViewer is a new visualization technology delivered as a Silverlight control. It helps visualize large collections of items in a more useful and organized way. Below are links to resources which will help you get started with the PivotViewer today:

· Silverlight PivotViewer Download and Technical Documentation: Download-72

· Collection Building Tools by Live Labs: here

· PivotViewer Community Forum: here

20
May
2010

May 20th Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight
4.0/5 rating (2 votes)

ASP.NET MVC

  • ASP.NET MVC with jTemplates Part 1 and Part 2: Steve Gentile has a nice two-part set of blog posts that demonstrate how to use the jTemplate and DataTable jQuery libraries to implement client-side data binding with ASP.NET MVC.

  • How to Configure VS 2010 Code Coverage for ASP.NET MVC Unit Tests: Visual Studio enables you to calculate the “code coverage” of your unit tests.  This meas ures the percentage of code within your application that is exercised by your tests – and can give you a sense of how much test coverage you have.  Gunnar Peipman demonstrates how to configure this for ASP.NET MVC projects.

  • Shrinkr URL Shortening Service Sample: A nice open source application and code sample built by Kazi Manzur that demonstrates how to implement a URL Shortening Services (like bit.ly) using ASP.NET MVC 2 and EF4.  More details here.

  • Creating RSS Feeds in ASP.NET MVC: Damien Guard has a nice post that describes a cool new “FeedResult” class he created that makes it easy to publish and expose RSS feeds from within ASP.NET MVC sites.