iAwaaz-News-by-People - Stories tagged with DotNetSpark
1
Awaaz

Basic Interview Question on Silverlight Technology

published 86 days, 21 hours, 18 minutes ago posted by nancynancy 88 days, 19 hours, 12 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:40:32 PM GMT
This article is intended for everyone who wants to improve the skill sets with Silverlight technology. . This article will be helpful if you are preparing for Microsoft Interview (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Interview Question and Answers, Silverlight
1
Awaaz

Touch events for Windows 7 mobile application Part 2

posted by attitudeattitude 160 days, 18 hours, 39 minutes ago
Thursday, April 01, 2010 9:13:08 PM GMT
We saw in last article on touch events that, even if after touching (clicking) somewhere else than text block, the text in text block was not resuming to original fonts and colors. The reason behind that was, I attached the event to the text block. I can conclude reason as follows (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight, Windows 7
1
Awaaz

State animation for button in Silverlight using Blend

posted by attitudeattitude 160 days, 18 hours, 39 minutes ago
Thursday, April 01, 2010 9:13:07 PM GMT
In this article I will be discussing about different States of a Control, States represent MouseOver, MousePressed, etc. I will be creating a custom Button and we will see how we can change the animation of different states. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: Animation, DotNetSpark, Silverlight
1
Awaaz

Minimize Silverlight application xap size

published 160 days, 5 hours, 46 minutes ago posted by attitudeattitude 160 days, 18 hours, 41 minutes ago
Friday, April 02, 2010 10:06:09 AM GMT Thursday, April 01, 2010 9:11:42 PM GMT
In this article we will see how we can reduce Silverlight application xap size. As you know themes are provided by Silverlight Toolkit. But if you include multiple themes your application would be too big. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight, Xap
1
Awaaz

Alternate Row Color In ListBox In WPF

posted by attitudeattitude 165 days, 10 hours, 43 minutes ago
Sunday, March 28, 2010 5:10:01 AM GMT
In this article we will see how we can make the Alternate Rows of the ListBox Colorful in WPF. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, ListBox, WPF
2
Awaaz

Silverlight 4: How to Customize OOB Window?

published 160 days, 20 hours, 41 minutes ago posted by attitudeattitude 165 days, 10 hours, 46 minutes ago
Thursday, April 01, 2010 7:11:28 PM GMT Sunday, March 28, 2010 5:06:09 AM GMT
As you all know that, Out-Of-Browser functionality in Silverlight is not a new feature. It is available since Silverlight 3. Microsoft added the trusted application behaviour in Silverlight 4 Beta. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight, Silverlight 4
2
Awaaz

Radio Button Grouping in Silverlight 3 Application

published 162 days, 2 hours, 5 minutes ago posted by attitudeattitude 165 days, 10 hours, 47 minutes ago
Wednesday, March 31, 2010 1:47:58 PM GMT Sunday, March 28, 2010 5:05:48 AM GMT
Ordinarily, radio buttons are grouped by their container. That means if you place three RadioButton controls in a single StackPanel, they form a group from which you can select just one of the three. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight
1
Awaaz

Build Silverlight Twitter Client for Windows 7 Mobile

posted by nancynancy 167 days, 12 hours, 41 minutes ago
Friday, March 26, 2010 3:11:06 AM GMT
I will show only how to read statues of given user. In further parts, I will show Tweet, Re tweet and Direct Message functionalities. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight, Windows 7
1
Awaaz

DataGrid Row Header In Silverlight

posted by nancynancy 167 days, 12 hours, 41 minutes ago
Friday, March 26, 2010 3:11:05 AM GMT
DataGrid in Silverlight 3 has Row Header, but by default it is collapsed. We will see how it can be useful to a DataGrid display. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DataGrid, DotNetSpark, Silverlight
1
Awaaz

Media Elements in WPF

posted by nancynancy 167 days, 12 hours, 41 minutes ago
Friday, March 26, 2010 3:11:04 AM GMT
In this article we will see how to use Media Element in WPF and we will explore some of the basic functionalities such as Play, Pause, Stop, Back and Forward (more)
category: Technology | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WPF
1
Awaaz

Customized TextBox Control in Silverlight using Blend

published 167 days, 11 hours, 18 minutes ago posted by nancynancy 167 days, 12 hours, 42 minutes ago
Friday, March 26, 2010 4:35:02 AM GMT Friday, March 26, 2010 3:10:50 AM GMT
In my previous article (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight, TextBox
1
Awaaz

Projection : LINQ to Object Part 1

published 171 days, 15 hours, 44 minutes ago posted by nancynancy 171 days, 16 hours, 59 minutes ago
Monday, March 22, 2010 12:08:51 AM GMT Sunday, March 21, 2010 10:53:10 PM GMT
In this article, I am going to show, how we could achieve projection in LINQ to object. I will explain different types of projection and how to achieve them over a collection using LINQ. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Linq
1
Awaaz

Role of CLR in .NET Framework

published 172 days, 9 hours, 27 minutes ago posted by amit_it7amit_it7 172 days, 10 hours, 55 minutes ago
Sunday, March 21, 2010 6:25:28 AM GMT Sunday, March 21, 2010 4:57:11 AM GMT
This is a fully theoretical article. In this article, I am going to explain fundamentals of CLR. How CLR executes codes written in different languages. I am going to explain various components of MANAGED MODULES also. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: CLR, DotNetSpark
1
Awaaz

How to Print from Silverlight Application?

posted by amit_it7amit_it7 174 days, 10 hours, 17 minutes ago
Friday, March 19, 2010 5:35:58 AM GMT
Silverlight 4 now supports printing functionality using the Printing APIs. Using the API's you can now print your whole application screen or a portion of the application. Also, you can customize the look while you printing your part/full application. In this post I will step you guys to the depth of the printing API. (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight
3
Awaaz

What's new in Silverlight 4 RC?

published 174 days, 23 hours, 37 minutes ago posted by amit_it7amit_it7 177 days, 13 hours, 50 minutes ago
Thursday, March 18, 2010 4:15:16 PM GMT Tuesday, March 16, 2010 2:02:31 AM GMT
Microsoft has just released the Silverlight 4 RC with several changes in the Silverlight runtime (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silvelight, Silverlight 4
1
Awaaz

Dynamic Object in C# 4.0 Part 1

published 179 days, 16 hours, 13 minutes ago posted by amit_it7amit_it7 179 days, 17 hours, 24 minutes ago
Saturday, March 13, 2010 11:39:39 PM GMT Saturday, March 13, 2010 10:28:22 PM GMT
This article will give a basic introduction of Dynamic Object in C# 4.0 (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: C# 4, DotNetSpark, Dynamic Data
1
Awaaz

Host WCF Services

published 179 days, 16 hours, 13 minutes ago posted by amit_it7amit_it7 179 days, 17 hours, 24 minutes ago
Saturday, March 13, 2010 11:39:39 PM GMT Saturday, March 13, 2010 10:28:19 PM GMT
This article is targeted to very new WCF developer. This will explain different Hosting options (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF