DotNetShoutout - Stories tagged with DotNetSpark
2
shouts

What's new in Silverlight 4 RC?

posted by dotnetsparkdotnetspark 16 hours, 50 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 2 days, 4 hours, 4 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: 5 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
2
shouts

Host WCF Services

posted by dotnetsparkdotnetspark 3 days, 15 hours, 24 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: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
6
shouts

Dynamic Object in C# 4.0 Part 1

published 1 day, 1 hour, 27 minutes ago posted by dotnetsparkdotnetspark 3 days, 15 hours, 39 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: 35 | comment | | source: www.dotnetspark.com
tags: C# 4, DotNetSpark, Dynamic Data
5
shouts

Pass data from one page to another in SilverLight

published 19 days, 18 hours, 42 minutes ago posted by dotnetsparkdotnetspark 21 days, 8 hours, 40 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 30 days, 6 hours, 47 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: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Silerlight 3.0
2
shouts

GridView and JQuery at a glance

posted by dotnetsparkdotnetspark 30 days, 6 hours, 55 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 35 days, 12 hours, 16 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 35 days, 12 hours, 35 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 43 days, 10 hours, 1 minute 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 43 days, 10 hours, 2 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 47 days, 18 hours, 59 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 47 days, 19 hours, 1 minute 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 63 days, 38 minutes ago posted by dotnetsparkdotnetspark 64 days, 9 hours, 55 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 64 days, 9 hours, 57 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 87 days, 12 hours, 24 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 210 days, 22 hours, 48 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 212 days, 11 hours, 2 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 211 days, 4 hours, 22 minutes ago posted by dotnetsparkdotnetspark 212 days, 11 hours, 3 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
5
shouts

Email, UserName, Password, URL Validation using JQuery in Asp.Net

posted by dotnetsparkdotnetspark 240 days, 11 hours, 5 minutes ago
Sunday, July 19, 2009 2:18:02 AM GMT
In this Article we will see Some useful validation Using JQuery in asp.net using Jquery Validation Plug-in must be useful for Login page or User Registration page etc.. We will also see how to perform validation in a asp.net web page which uses master page. (more)
category: ASP.NET | clicked: 73 | comment | | source: www.dotnetspark.com
tags: ASP .NET, DotNetSpark, jQuery
Previous 1 2 3 4 5 Next