dotnetspark
Name: dotnetspark
Score: 975.1
Last Seen: 11 minutes ago
Member Since: 16 January, 2009
DotNetShoutout
atom rss
1
shouts

How to Print from Silverlight Application?

posted by dotnetsparkdotnetspark 16 minutes ago
Friday, March 19, 2010 3:37:37 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: Silverlight | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight
3
shouts

What's new in Silverlight 4 RC?

posted by dotnetsparkdotnetspark 3 days, 7 hours, 21 minutes ago
Monday, March 15, 2010 8:32:41 PM GMT
Microsoft has just released the Silverlight 4 RC with several changes in the Silverlight runtime & in the Silverlight tools (more)
category: Silverlight | clicked: 4 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silvelight, Silverlight 4
2
shouts

4 steps to enable instrumentation in WCF

posted by dotnetsparkdotnetspark 4 days, 18 hours, 34 minutes ago
Sunday, March 14, 2010 9:19:17 AM GMT
Many times we would like to monitor events of WCF application in production environment. We would like to monitor events like errors, security audits, performance etc. This can be achieved by extending the ASP.NET health monitoring system in WCF. The health monitoring system is also termed as instrumentation. (more)
category: Web Service | clicked: 6 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
2
shouts

Host WCF Services

posted by dotnetsparkdotnetspark 6 days, 5 hours, 55 minutes ago
Friday, March 12, 2010 9:58:34 PM GMT
This article is targeted to very new WCF developer. This will explain different Hosting options (more)
category: Web Service | clicked: 4 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
6
shouts

Dynamic Object in C# 4.0 Part 1

published 3 days, 15 hours, 57 minutes ago posted by dotnetsparkdotnetspark 6 days, 6 hours, 10 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Friday, March 12, 2010 9:44:01 PM GMT
This article will give a basic introduction of Dynamic Object in C# 4.0 (more)
category: Foundation | clicked: 37 | comment | | source: www.dotnetspark.com
tags: C# 4, DotNetSpark, Dynamic Data
5
shouts

Pass data from one page to another in SilverLight

published 22 days, 9 hours, 13 minutes ago posted by dotnetsparkdotnetspark 23 days, 23 hours, 10 minutes ago
Wednesday, February 24, 2010 6:40:36 PM GMT Tuesday, February 23, 2010 4:43:11 AM GMT
In this SilverLight application user will input her name and two numbers in one Silverlight page and user will get greeting message and summation of input number in other SilverLight page. (more)
category: Silverlight | clicked: 35 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silverlight
2
shouts

File Operation in Isolated Storage in SilverLight

posted by dotnetsparkdotnetspark 32 days, 21 hours, 18 minutes ago
Sunday, February 14, 2010 6:35:32 AM GMT
File Operation in Isolated Storage in SilverLight. This article will explain, How to create a text file in IsolatedStorageFile of a SilverLight 2 application. How to write into a text file in IsoltaedStorageFile. How to read a text file from IsolatedStorageFile. How to delete a file from IsolatedStorageFile. (more)
category: Silverlight | clicked: 5 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silerlight 3.0
2
shouts

GridView and JQuery at a glance

posted by dotnetsparkdotnetspark 32 days, 21 hours, 26 minutes ago
Sunday, February 14, 2010 6:27:48 AM GMT
In this article we are going to use GridView and Jquery and see what all we can do in asp.net using GridView and JQuery. (more)
category: ASP.NET | clicked: 11 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, GridView, jQuery
2
shouts

Adding Sequential Workflow to a document library of a SharePoint

posted by dotnetsparkdotnetspark 38 days, 2 hours, 47 minutes ago
Tuesday, February 09, 2010 1:06:58 AM GMT
In this article, I will discuss 1.How to create a Sharepoint Site 2.How to create Document Library inside that 3.How to add custom properties in Document library (more)
category: ASP.NET | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint
2
shouts

Creating message body by parsing document from Document Library and sending mail in SharePoint 2007

posted by dotnetsparkdotnetspark 38 days, 3 hours, 5 minutes ago
Tuesday, February 09, 2010 12:48:22 AM GMT
This article will give an idea of, 1.How to parse a document from Document Library and replace with dynamic values at run time. 2.How to send mail in SharePoint using SPUtility class. 3.Introduction of a real time problem to use above said features of SharePoint. (more)
category: ASP.NET | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint, SharePoint 2007
2
shouts

Behavior in SILVERLIGHT 3.0

posted by dotnetsparkdotnetspark 46 days, 32 minutes ago
Monday, February 01, 2010 3:21:58 AM GMT
This article will give a basic introduction of BEHAVIOR feature in SILVERLIGHT3.0. I will also walkthrough to create a custom behavior. (more)
category: Silverlight | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, silveright
2
shouts

Hide or Remove Web Part Title in SharePoint Dynamically

posted by dotnetsparkdotnetspark 46 days, 33 minutes ago
Monday, February 01, 2010 3:21:03 AM GMT
This article is on very simple topic. In this article; I am going to show how to hide Web Part's title in SharePoint through code. (more)
category: ASP.NET | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint
2
shouts

message streaming in WCF

posted by dotnetsparkdotnetspark 50 days, 9 hours, 29 minutes ago
Wednesday, January 27, 2010 6:24:09 PM GMT
In WCF any receiving message is delivered only once entire message has been received. What I mean here is that first message is buffered at the receiving side and once it is fully received it gets delivered to the receiving end. (more)
category: Smart Client | clicked: 6 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Streaming, WCF
2
shouts

Channel Handling in WCF Client

posted by dotnetsparkdotnetspark 50 days, 9 hours, 31 minutes ago
Wednesday, January 27, 2010 6:22:24 PM GMT
In this article, I will show different approach to deal with service side exception and channel fault at client side. I will do a comparison study between various approaches and I will provide best approach also. (more)
category: Smart Client | clicked: 4 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
8
shouts

REST Enabled Service in WCF Tutorial

published 65 days, 15 hours, 9 minutes ago posted by dotnetsparkdotnetspark 67 days, 26 minutes ago
Tuesday, January 12, 2010 12:45:01 PM GMT Monday, January 11, 2010 3:27:46 AM GMT
This article will explain step to step explanation of, how to create a REST based service and how to consume that in a client. Although, this is a very simple service taken as an example, but it will really help in creating complex REST Services. (more)
category: Architecture | clicked: 77 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, REST, WCF
2
shouts

Create different charts in asp.net

posted by dotnetsparkdotnetspark 67 days, 27 minutes ago
Monday, January 11, 2010 3:26:17 AM GMT
In this article we will create PIE, Barchart, Area, Column, Line chart using Microsoft .NET Charting control 3.5. In some application we need to display chart as a part of report or to display use in asp.net web page and using Microsoft Charting control its very easy to plot various chart in our asp.net website or asp.net web application, and more over this .NET Charting control is free to use and distribute, SO you dont have to user 3rd party charting control. (more)
category: ASP.NET | clicked: 4 | comment | | source: www.dotnetspark.com
tags: Charts, DotNetSpark
3
shouts

WCF : NTLM Authentication

posted by dotnetsparkdotnetspark 90 days, 2 hours, 54 minutes ago
Saturday, December 19, 2009 12:59:07 AM GMT
What is difference between NTLM and WINDOWS authentication in WCF? Windows authentication = authentication in NTLM + authentication in Active Directory NTLM authentication = authentication in only NTLM (more)
category: Foundation | clicked: 10 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, NTLM, WCF
2
shouts

What is Encapsulation?

posted by dotnetsparkdotnetspark 213 days, 13 hours, 19 minutes ago
Monday, August 17, 2009 2:34:29 PM GMT
his article will discuss about encapsulation in object oriented programming.What is Encapsulation? * Encapsulation is one of the fundamental principles of object-oriented programming. * Encapsulation is a process of hiding all the internal details of an object from the outside world (more)
category: Architecture | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, OOP, oops
2
shouts

What is an Object?

posted by dotnetsparkdotnetspark 215 days, 1 hour, 33 minutes ago
Sunday, August 16, 2009 2:20:46 AM GMT
This article will discuss about objects in programming.An object is a software bundle of variables and related methods. Objects are related to real life scenario Class is the general thing and object is the specialization of general thing (more)
category: ASP.NET | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, oops
9
shouts

Detecting High Memory consuming functions in .NET code

published 213 days, 18 hours, 53 minutes ago posted by dotnetsparkdotnetspark 215 days, 1 hour, 34 minutes ago
Monday, August 17, 2009 9:00:35 AM GMT Sunday, August 16, 2009 2:19:31 AM GMT
One of the important factors for performance degradation in .NET code is memory consumption. Many developers just concentrate on execution time to determine performance bottle necks in a .NET application. Only measuring execution time does not clearly give idea of where the performance issue resides. (more)
category: ASP.NET | clicked: 61 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Performance, Performance Test
Previous 1 2 3 4 5 Next