DotNetShoutout - Latest published stories in Silverlight
1
Shouts

Designing a Windows 8 Metro style app starting from an existing Windows Phone app – Design Case Study Part 1

published 8 days, 8 minutes ago posted by KodefuGuruKodefuGuru 14 days, 3 hours, 59 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Friday, May 11, 2012 2:15:12 PM GMT
A lot of the Windows Phone developers out there are already considering porting their Windows Phone apps to Windows 8. May be you are thinking: from Metro to Metro - it has to be pretty easy and straightforward, doesn’t it? Let’s see if this is true. (more)
category: Silverlight | clicked: 0 | comment | | source: blogs.telerik.com
tags:
3
Shouts

UXFileUpload: Store Uploaded Files in Database

published 14 days, 6 hours, 57 minutes ago posted by jemmyjemmy 22 days, 23 hours, 12 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 02, 2012 7:01:27 PM GMT
UXFileUpload is a feature-rich file upload control supporting Silverlight 3, Silverlight 4, and WPF. It includes all standard features you expected in a file upload control, plus a multitude of innovative features that unique to UXFileUpload such as multiple upload worker process, comprehensive MVVM and commanding support, smart file chunk algorithm, very large file upload support, file-level cancellation, drag-and-drop files from operating system, and more. (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
tags:
3
Shouts

ClientUI 7 Preview Part 2: View Discovery and View Injection with Region Manager

published 14 days, 6 hours, 57 minutes ago posted by jemmyjemmy 22 days, 23 hours, 14 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 02, 2012 6:59:33 PM GMT
In my previous post, I’ve discussed about dependency injection and IoC container, and how the upcoming ClientUI release makes it easy for developers to build good quality software. Today I’ll continue to explore the new exciting framework-related features so you can preview these features and try them in your apps. In this blog post, I’ll particularly focus on the challenges in view extensibility, and discuss the architectural patterns that can be applied to address these challenges (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
tags:
1
Shouts

Create Rich Outlook Style Silverlight Application in Minutes

published 28 days, 6 hours, 10 minutes ago posted by jemmyjemmy 35 days, 20 hours, 7 minutes ago
Friday, April 27, 2012 12:03:49 PM GMT Thursday, April 19, 2012 10:07:15 PM GMT
Intersoft ClientUI Ribbon Application template is ideal to build business applications with relatively large modules and features. The template ships with predefined MVVM infrastructure that demonstrates how to use UXRibbonBar as a command placeholder that dynamically change its content based on the active module. It also includes fully-functional MVVM examples such as Mail and Calendar which are implemented with the advanced data controls available in ClientUI. (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
tags:
2
Shouts

Windows 8 and the future of XAML: Part 5: More contracts in WinRT/Windows 8

published 31 days, 4 hours, 46 minutes ago posted by KMilKMil 36 days, 16 hours, 49 minutes ago
Tuesday, April 24, 2012 1:27:26 PM GMT Thursday, April 19, 2012 1:24:31 AM GMT
In the previous article, we’ve introduced contracts in Windows 8. To quickly recapitulate, a contract allows Metro style applications in Windows 8 to communicate which each other or with Windows, without there being a hard reference between the participants of the communication. We’ve seen how the search contract allows applications to open themselves up to Windows so they can be search. There’s of course a contract that specifies how this searching is to be done: an application has to follow the rules s... (more)
category: Silverlight | clicked: 0 | comment | | source: www.silverlightshow.net
tags:
3
Shouts

Build a WinRT Metro App to Access the Windows 8 File System

published 31 days, 4 hours, 46 minutes ago posted by mbcrumpmbcrump 40 days, 16 hours, 42 minutes ago
Tuesday, April 24, 2012 1:27:26 PM GMT Sunday, April 15, 2012 1:31:41 AM GMT
Write a C# and XAML Metro app that reads, writes, copies, and deletes Windows 8 folders (more)
category: Silverlight | clicked: 0 | comment | | source: www.devproconnections.com
tags:
3
Shouts

Upcoming ClientUI 7 with Built-in IoC Containers

published 32 days, 21 hours, 55 minutes ago posted by jemmyjemmy 41 days, 23 hours, 42 minutes ago
Sunday, April 22, 2012 8:19:13 PM GMT Friday, April 13, 2012 6:31:58 PM GMT
In the upcoming releases, we’ll take the design pattern to the next level by introducing a lightweight IoC container which is integrated to many important aspects of the ClientUI application framework. (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
1
Shouts

Windows 8 Metro: Starting your first App from scratch

published 32 days, 21 hours, 55 minutes ago posted by KMilKMil 36 days, 16 hours, 46 minutes ago
Sunday, April 22, 2012 8:19:13 PM GMT Thursday, April 19, 2012 1:27:23 AM GMT
After the first article in this series, where Andrea Boschin briefly discussed about design aspects of the new Metro interface, involving simplicity, flatness, emptiness and the pillars of this new beautiful paradigm, as promised, it is now time to start exploring the tools available to start create your applications. (more)
category: Silverlight | clicked: 0 | comment | | source: www.silverlightshow.net
tags:
1
Shouts

Windows 8 and the future of XAML: Part 4: Contracts in WinRT/Windows 8

published 38 days, 21 hours, 47 minutes ago posted by KMilKMil 44 days, 17 hours, 25 minutes ago
Monday, April 16, 2012 8:26:36 PM GMT Wednesday, April 11, 2012 12:49:00 AM GMT
In the previous article of this series, Gill Cleeren wrote the first lines of code for WinRT. The main message was that although WinRT is a new API, we can still use our familiar languages to create Metro style applications. We have used the XAML/C# combination, but it’s perfectly possible to use XAML/VB or XAML/C++ as well. We’ll be using more of the API in the coming articles but in this article, we’ll focus on some specifics around contracts, more specifically, the Search contract. Contracts enable Me... (more)
category: Silverlight | clicked: 0 | comment | | source: www.silverlightshow.net
tags:
1
Shouts

Windows 8 Metro: Create your apps with simplicity in mind

published 44 days, 19 hours, 54 minutes ago posted by KMilKMil 50 days, 17 hours, 53 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Thursday, April 05, 2012 12:20:46 AM GMT
Starting with this article, I aim to begin a new series based on my evolving experience with the new Windows 8 Metro Applications. As few people knows I have a graphical background that lives side by side with my programmer soul. During this series I would like to discover most of the wonderful tools behind Metro applications but in this article I would like to briefly switch off my programmer side to take in serious consideration the design aspects behind Metro. (more)
category: Silverlight | clicked: 0 | comment | | source: www.silverlightshow.net
tags:
1
Shouts

Mastering LOB Development for Silverlight 5: Out of Browser (OOB) Applications

published 44 days, 19 hours, 54 minutes ago posted by KMilKMil 50 days, 17 hours, 59 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Thursday, April 05, 2012 12:14:44 AM GMT
This is a free chapter of the book "Mastering LOB Development for Silverlight 5: A Case Study in Action", published at SilverlightShow. The focus of this chapter is Out of Browser (OOB) Applications. (more)
category: Silverlight | clicked: 0 | comment | | source: www.silverlightshow.net
tags:
3
Shouts

10 Things you probably didn’t know about Windows 8 - Michael Crump

published 51 days, 8 hours, 10 minutes ago posted by mbcrumpmbcrump 58 days, 5 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Wednesday, March 28, 2012 6:09:03 PM GMT
I have been playing with the Windows 8 Consumer Preview since the day it was released. It is my primary operating system at nights and weekends. Since I have been investing a lot of time in Windows 8, I thought I’d share 10 things that I certainly didn’t know about Windows 8 at first. This list should be helpful for someone new to Windows 8, but a power-user may learn a thing or two as well. (more)
category: Silverlight | clicked: 1 | comment | | source: michaelcrump.net
tags: Windows 8, Windows 8 features, WinRT
5
Shouts

Part 4: Developing for a multitude of clients: strategies for code reuse and keeping costs in check.

published 58 days, 15 hours, 10 minutes ago posted by KMilKMil 65 days, 5 hours, 12 minutes ago
Wednesday, March 28, 2012 3:03:48 AM GMT Wednesday, March 21, 2012 1:01:25 PM GMT
Welcome to the fourth part of this article series on strategies for designing your application for a multitude of different clients. In the first part, we’ve looked into the business case & some general concerns, and in the second part, we made a choice for a service layer: WCF RIA Services. In the third part, we’ve seen how we can use MEF for on demand loading & code reuse across different clients. However, I left out a few things in that article: loading the Views on demand (as it requires e... (more)
category: Silverlight | clicked: 38 | comment | | source: www.silverlightshow.net
2
Shouts

Creating the SilverlightShow Windows Phone App: Part 1

published 58 days, 15 hours, 10 minutes ago posted by KMilKMil 65 days, 5 hours, 16 minutes ago
Wednesday, March 28, 2012 3:03:48 AM GMT Wednesday, March 21, 2012 12:57:26 PM GMT
During the course of developing the SilverlightShow Windows Phone application, we thought it would be a nice idea to share some of the experiences with the SilverlightShow readers, because it is a nice example of discussing a real-world application, with real-world problems (and solutions :)). The idea of this mini-series of articles was born, where you will discover both details about the development process as well as some technical challenges we came across. This first part will deal with the process ... (more)
category: Silverlight | clicked: 14 | comment | | source: www.silverlightshow.net
tags: wp7dev, Windows Phone, wpdev
1
Shouts

March 2012 Hotfix Released | Intersoft Solutions Corporate Blog

published 58 days, 15 hours, 10 minutes ago posted by jemmyjemmy 59 days, 14 hours, 10 minutes ago
Wednesday, March 28, 2012 3:03:48 AM GMT Tuesday, March 27, 2012 4:03:38 AM GMT
Today, we’re pleased to announce the release of March 2012 product hotfixes for all WebUI Studio editions (ASP.NET, Silverlight 3 – 5, and WPF). Customers are highly recommended to apply the latest hotfixes as they addressed numerous issues and include new enhancements driven by customers’ feedback. (more)
category: Silverlight | clicked: 5 | comment | | source: intersoftpt.wordpress.com
tags: Silverlight, WPF, Microsoft, ASP.NET
2
Shouts

A Few Additional Options Inside the Windows Simulator in VS11 Beta

published 67 days, 10 hours, 25 minutes ago posted by mbcrumpmbcrump 72 days, 23 hours, 25 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Tuesday, March 13, 2012 6:48:39 PM GMT
2012Introduction In case you haven’t noticed, the Windows Simulator in VS11 Beta has changed slightly. We have the same panel located to the right of the simulator as before, but with a few additional options. Here is a look at the simulator options with the version of VS11 released after the Build event. …and here are the new options available after the latest VS11 Beta released on Feb 29th, 2012. Digging in You can easily access the Simulator inside of Visual Studio 11, by going to Debug and ... (more)
category: Silverlight | clicked: 19 | comment | | source: michaelcrump.net
tags: Windows 8
1
Shouts

Consume JSON with Windows Phone: a seamless solution

published 67 days, 10 hours, 25 minutes ago posted by KMilKMil 72 days, 5 hours, 5 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Wednesday, March 14, 2012 1:08:57 PM GMT
One of the growing needs of these days, is the requirements of exposing services that are available to multiple platforms. This request come obviously from the increasing availability of a number of mobile platforms that is forcing companies to adopt strategies to decrease the complexity and use technologies that are able to respect the verb "write once and use everywhere". (more)
category: Silverlight | clicked: 19 | comment | | source: www.silverlightshow.net
tags: JSON, Windows Phone, wpdev
1
Shouts

Telerik RadControls for Windows Phone – Article #5 - RadRating - Rating Control

published 71 days, 8 hours, 18 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 74 days, 2 hours, 29 minutes ago
Thursday, March 15, 2012 9:55:49 AM GMT Monday, March 12, 2012 3:44:40 PM GMT
Telerik RadControls for Windows Phone – Article #5 – RadRating – Rating Control Telerik RadControls for Windows Phone provides the RadRating , a rating control that enables the developers to implement the rating mechanism in their Windows Phone Application . The RadRating control allows the user to rate something by tapping and selecting the value from the range of values . To add the RadRating control to your Windows Phone Page , Just drag and drop the RadRating Control from the Visual Studio Toolbox to... (more)
category: Silverlight | clicked: 6 | comment | | source: windowsphonerocks.com
tags: Telerik, Windows Phone
1
Shouts

Porting a Silverlight App to a Metro-Style App -- Visual Studio Magazine

published 73 days, 11 hours, 1 minute ago posted by mbcrumpmbcrump 79 days, 16 hours, 30 minutes ago
Tuesday, March 13, 2012 7:12:50 AM GMT Wednesday, March 07, 2012 1:44:09 AM GMT
Windows 8, which was introduced at the Microsoft BUILD conference last year, is an exciting new OS that introduced a new UI as well as a new runtime: Windows Runtime, called WinRT. It's the backbone of the new Metro experience in Windows 8. Like many others, I've been playing with Windows 8 and kept hearing that Silverlight skills can be reused in Metro-style applications. I decided to find out for myself by taking a Silverlight 2 project and seeing how easy it was to port to a Windows 8 Metro applicatio... (more)
category: Silverlight | clicked: 19 | comment | | source: visualstudiomagazine.com
tags: Windows 8, WinRT
1
Shouts

Telerik RadControls for Windows Phone – Article #4 – UnKnown Namespace Error

published 78 days, 7 hours, 38 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 86 days, 3 hours, 11 minutes ago
Thursday, March 08, 2012 10:35:16 AM GMT Wednesday, February 29, 2012 3:03:10 PM GMT
If you are getting the similar “UnKnown Namespace ” Error like the one shown in the screenshot below when using the Telerik RadControls for Windows Phone , then it might be because of the wrong namespace being declared in the PhoneApplicationPage. The type ‘RadRating’ was not found because ‘http://schemas.telerik.com/windowsphone’ is an unknown namespace. (more)
category: Silverlight | clicked: 9 | comment | | source: windowsphonerocks.com
tags: Telerik, Windows Phone
Previous 1 2 3 4 5 6 7 8 9 10 ... 74 75 Next