Silverlight Articles (103) - Page 3

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

103 records found.
 
Vuyiswamb
Complete Generic MVVM in Silverlight Part II 
Last updated on: 19 Nov 2011 05:09:41 AM by Vuyiswamb | Views: 12195 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
In the first part of this series I outlined the basic information that you will need to know to get started with MVVM. In this part of the serials I will demonstrate to you how to create a Visual studio structure of MVVM without using any toolkit to help you. After the Structure is in place we will create our model.
debal_saha-9451
How to Use DataTemplate In Silverlight? 
Last updated on: 18 Nov 2011 12:45:08 PM by debal_saha-9451 | Views: 21762 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
This is a simple article where I have described how we can use DataTemplate in Silverlight Control.
Vuyiswamb
Complete Generic MVVM in Silverlight Part 1 
Last updated on: 19 Nov 2011 04:20:07 PM by Vuyiswamb | Views: 11926 | Category: Silverlight |
Votes: 2 | Rating: 5 out of 5
Almost everyone doing development in Silverlight is talking about MVVM. This is the part 1 on the subject. I decided to split the articles into different parts as this tends to be a confusing subject for the beginners in the subject. What is good about this article is that I will cover the basics of MVVM and give you a full explanation on how you can retrieve, Edit, add, Update and delete data in MVVM and this is the only article I have seen so far that can do that. Another great thing about this article is that we are not going to use any Toolkit to enforce the rules of MVVM, So this is a Generic MVVM Article, you don’t need to install anything or download anything to follow this article.
Vuyiswamb
How to play a Video in Silverlight 
Last updated on: 17 Oct 2011 04:44:21 AM by Vuyiswamb | Views: 8289 | Category: Silverlight |
It has been a while since I have written an article. This is because of the load of work that I am doing at my job, privately and here in DNF. Since well I have free time, I will dedicate this time to write new and finish the series that I have started and never finished. This is a small article that i use to demonstrate to you how to play a video in Silverlight.
debal_saha-9451
Loading and Inserting Data from Database in Silverlight Without Using LINQ to SQL Class 
Last updated on: 29 Sep 2011 07:17:03 AM by debal_saha-9451 | Views: 37666 | Category: Silverlight |
Votes: 1 | Rating: 4 out of 5
Loading and Inserting Data from Database in Silverlight Without Using LINQ to SQL Class
debal_saha-9451
AutomationProperties in Silverlight 
Last updated on: 19 Sep 2011 12:54:40 PM by debal_saha-9451 | Views: 10712 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
In my mail I have got one question that How to use AccesKey in Silverlight. I see the problem and spent some hours in that .AutomationProperties contain the following attached properties . They are AcceleratorKey , Accesskey , AutomationId , HelpText ,IsRequiredForForm, ItemStatus, Itemtype,LabeledBy and Name respectively. In this small article I only discuss about AccessKey and HelpText properties . For more details about other member please read the MSDN article in Microsoft site . So let’s start…………
debal_saha-9451
Scrollbar style in Silverlight Expression Blend 4 
Last updated on: 06 Sep 2011 06:20:12 AM by debal_saha-9451 | Views: 12801 | Category: Silverlight |
Votes: 2 | Rating: 4 out of 5
In this Article I want to make the design and color of the scroll bar . So, let’s talk on that . I use Expression blend for this . Pl read about expression blend in MSDN or for search in Google how to installed and use this.
  • debal_saha-9451
    A Custom Control in Silverlight 4 
    Last updated on: 24 Sep 2011 06:23:24 AM by debal_saha-9451 | Views: 25621 | Category: Silverlight |
    Votes: 2 | Rating: 4 out of 5
    In Silverlight Projects I have seen using Custom Controls are vast. Now when I was studying about CustomControl I learned a lots of things on that . But in searching in internet there also various site regarding on that . MSDN is one of them good resources and others site are also available describing the CustomControl good enough. Whatever I have seen Custom Controls are like Textboxes, Text Blocks, Combo boxes, DatePickes etc . Now it is a little bit confusing that when Microsoft is providing So many controls & u can easily get it in ur ToolBox of ur VisualStudio2010 Silverlight Projects. So what is the meaning of CustomControls & I have also written the example of customcontrols like TextBoxes, DatePicker….. Well , we are going little deep of its basics.
    Vuyiswamb
    How to show Desktop Notifications in Silverlight 
    Last updated on: 29 Jul 2011 08:49:51 AM by Vuyiswamb | Views: 13262 | Category: Silverlight |
    Votes: 2 | Rating: 5 out of 5
    You might want to show notification from your application like outlook does. As a Silverlight Evangelist I will only demonstrate the Silverlight way. It is just an easy thing to do.
    debal_saha-9451
    Foreign Key relation like Database in Silverlight using ComboBox 
    Last updated on: 29 Jun 2011 05:48:58 AM by debal_saha-9451 | Views: 11027 | Category: Silverlight |
    Sometimes we need to make our users for their convenient not to remember the relationship between Id number with related to its designations. For E.g. in a company there is “Projectmanager”, “developer”, “Sales” etc … persons & they have their individual primary Id with those Ids are also may be related with their designations(or Employee Type.)
    Goldytech
    Assembly Caching in Silverlight 
    Last updated on: 04 Jun 2011 02:20:14 AM by Goldytech | Views: 9765 | Category: Silverlight |
    In this post , I talk about how to improve the performance of your Silverlight app using the Assembly Caching feature.
    Goldytech
    Silverlight + JavaScript = Ultimate Combo 
    Last updated on: 22 May 2011 03:00:00 AM by Goldytech | Views: 10756 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this post I teach you how you can integrate JavasScript in your Silverlight apps. Sample source code available for download.
    Goldytech
    How to add Computed Properties in WCF Ria Services on client 
    Last updated on: 21 May 2011 04:04:46 AM by Goldytech | Views: 10091 | Category: Silverlight |
    In this post I teach you how can you add a computed property in WCF ria services
    Vuyiswamb
    How to reduce the Size of your Silverlight Application with Telerik Minifier 
    Last updated on: 01 Apr 2011 06:05:54 AM by Vuyiswamb | Views: 9458 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side.
    Vuyiswamb
    Intelligence tracking System using Telerik Map Control in Silverlight 4 - Part I 
    Last updated on: 02 Mar 2011 08:08:59 AM by Vuyiswamb | Views: 12889 | Category: Silverlight |
    Votes: 3 | Rating: 4.67 out of 5
    In most of my career, I worked with these kinds of Systems. How track someone? How to intercept Phone calls, How to Spy on Someone? How to Sniff on Devices? The things you see on TV, some of them are not true and some are true and possible. Before you even try to do something illegal on the internet, you must know that there are people who might be looking at you with basic intelligence systems like the one I mentioned or the one I will present to you now. As you know you can just get the IP address of your client with just one line of code in c# and in this article I will show you how to use it to get their location and possibly more.