https://me.yahoo.com/mosessaur#7fe0d
Name: https://me.yahoo.com/mosessaur#7fe0d
Score: 54,142.33
Last Seen: 106 days, 6 hours, 35 minutes ago
Member Since: 17 January, 2009
DotNetShoutout
atom rss
7
Shouts

WCF # 2 - Implementation Of a Web Service (Writing/Implementing a WCF Service Entirely in Code)

published 616 days, 17 hours, 50 minutes ago posted by dharadhara 617 days, 15 hours, 17 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 10:17:35 AM GMT
Hello Geeks, In this article we will see how to implement a simple Web Service using WCF. This section describes how to implement a simple service with WCF. By simple, we’ll assume HTTP as the wire protocol, and we’ll assume a text based representation... (more)
category: Data | clicked: 19 | 2 comments | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
7
Shouts

Last_Value function in Denali CTP 3

published 616 days, 17 hours, 50 minutes ago posted by dharadhara 617 days, 15 hours, 18 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 10:17:02 AM GMT
LastValue Purpose: Returns the last value from the order set of values. Syntax: LastValue(expression) over( [ PartitionByclause] order by clause [rowsrangeclause]) Where, Expression => A table column or built-in function but not analytical functions... (more)
category: Data | clicked: 1 | 1 comment | | source: beyondrelational.com
tags: SQL Server, denali, CTP
9
Shouts

Enlarge Image using JQuery in ASP.Net

published 610 days, 7 hours ago posted by taanu51taanu51 617 days, 15 hours, 37 minutes ago
Monday, September 19, 2011 6:34:23 PM GMT Monday, September 12, 2011 9:57:37 AM GMT
Hi friends... Today i am going to explain the topic "Enlarge the Image using JQuery in ASP.Net". Onething you should remember that, if you use jQuery related coding in your web page then you must add jQuery.js file must be included in that page. Here, you just include the following Script in your web page.Implementation: Create a Web Form named as "EnlargePhoto.aspx".You should include the images in "Images" Folder Path, which you want to enlarge in your page. Copy and paste the following code in your... (more)
category: Web Dev | clicked: 80 | 15 comments | | source: www.developerscode.com
tags: JavaScript, jQuery, C# .NET, ASP.NET
10
Shouts

Performance Best practice - Transaction log must on a different drive. But WHY?

published 615 days, 7 hours, 22 minutes ago posted by dharadhara 617 days, 15 hours, 18 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 10:16:36 AM GMT
It is a well-known recommendation and best practice that the transaction log of any database must be on a drive different than the data files are on. This is especially useful to improve transaction log file performance, which manifests itself as a high... (more)
category: Data | clicked: 27 | 3 comments | | source: beyondrelational.com
tags: SQL Server
7
Shouts

How to check for the existence of record into the database?

published 610 days, 7 hours ago posted by dotnetfundadotnetfunda 617 days, 12 hours, 26 minutes ago
Monday, September 19, 2011 6:34:23 PM GMT Monday, September 12, 2011 1:08:49 PM GMT
In this article, we shall learn How to check for the existence of record into the database. (more)
category: Web Dev | clicked: 43 | 15 comments | | source: www.dotnetfunda.com
tags: ADO.NET
5
Shouts

Silverlight and Sharepoint working together: the Silverlight SharePoint Web Parts - part 2

published 616 days, 17 hours, 50 minutes ago posted by KMilKMil 617 days, 11 hours, 56 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 1:38:57 PM GMT
In the first part of this SilverlightShow article, Walter Ferrari introduced a new extension of Visual Studio that aims to make life easier for Silverlight developers who want to get started with Sharepoint. In this second part, Walter will complete the analysis with the vivisection of the second item template extension namely the “Silverlight Custom Web Part”. (more)
category: Metro | clicked: 20 | 2 comments | | source: www.silverlightshow.net
tags: Sharepoint
14
Shouts

SQL SERVER – Denali CTP3 – Step by Step Installation Video – 200 Seconds

published 615 days, 7 hours, 22 minutes ago posted by pinaldavepinaldave 617 days, 11 hours, 53 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 1:42:12 PM GMT
My recent article on SQL SERVER – Download Denali CTP3 and Denali CTP 3 Product Guide has inspired today’s post. After reading this blog post, I received a few emails and few comments on facebook page that if I can post a video guide to Denali CTP3 installation. Finally I create this video which is about how one can install SQL Server Denali CTP3. There is no audio in this video as the video is very simple and one can understand it quite easily. Click here to watch the Denali CTP3 Installation Video o... (more)
category: Data | clicked: 12 | 4 comments | | source: blog.sqlauthority.com
10
Shouts

Multiselect Dropdownlist in Asp.net using C# 4.0

published 615 days, 7 hours, 22 minutes ago posted by dotnetfundadotnetfunda 617 days, 10 hours, 58 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 2:37:19 PM GMT
HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsCatalogJobsASP.NET TrainingCommunityMicrosoft MVP | Tutorials - ASP.NET, LightSwitch, more | Downloads | Quick Links | Top Posts | Top Performers | .NET Feeds | Bookmarks | Search | Register | Subscribe | Feedback Online : 21558 |  Welcome, Guest!   LoginHome > Articles > ASP.NET AJAX > Multiselect Dropdownlist in Asp.net using C# 4.0Advertisements Submit Article | Search Articles | Articles Home | Read Career A... (more)
category: Web Dev | clicked: 100 | 2 comments | | source: www.dotnetfunda.com
tags: ASP .NET AJAX
4
Shouts

Software patterns - GRASP (Part X – Protected Variations)

published 616 days, 17 hours, 50 minutes ago posted by dotnetfundadotnetfunda 617 days, 7 hours, 52 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 5:42:35 PM GMT
In this part of article series for "Software patterns- GRASP", we would explore the process of assigning responsibilities so has to protect the objects from variations. (more)
category: How To | clicked: 17 | 2 comments | | source: www.dotnetfunda.com
tags: Best Practices
8
Shouts

Ajax rounded corner control in asp.net - DotNetLogix

published 615 days, 7 hours, 22 minutes ago posted by DotNetLogixDotNetLogix 617 days, 6 hours, 16 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 7:18:33 PM GMT
There is a very good control in AJAX to make rounded type shape. We can create rounded shape in many design by using Corners property of this control. (more)
category: Web Dev | clicked: 80 | 5 comments | | source: www.dotnetlogix.com
tags: AJAX Control Toolkit, ajax rounded corner
3
Shouts

Deploying SSIS packages into SQL Server vs Deploying as a File | TechBubbles

published 616 days, 17 hours, 50 minutes ago posted by kalyanms1kalyanms1 617 days, 5 hours, 25 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Monday, September 12, 2011 8:09:46 PM GMT
In earlier days we have the options to save the DTS packages to SQL Server or to File System. Many of you trying to understand the trade offs between them. This post list out the advantages of both options. Advantages of Saving and Deploying SSIS packages to File System We can use Source control system manage the versions. More secure when using the encrypt with user key encryption. Packages are available when you save locally. not subject network downtime problems. We can easily load the file syste... (more)
category: Data | clicked: 5 | comment | | source: www.techbubbles.com
tags: SQL Server, SSIS
4
Shouts

Learning how to use Value Converters in Silverlight

published 617 days, 13 hours, 26 minutes ago posted by derikwhittakerderikwhittaker 620 days, 11 hours, 23 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Friday, September 09, 2011 2:12:09 PM GMT
Taking a look at how to use and harness the power of Value Converters. A Value Converter (IValueConverter) allows for you to perform custom logic during Bind time in XAML based applications. With a value converter you can implement pretty much any type of complex logic you want (bool to visibility, changing styles, etc) at runtime and have this logic extracted away in a stand alone class. (more)
category: Metro | clicked: 10 | comment | | source: dimecasts.net
tags: Silverlight, DimeCasts.net, XAML
3
Shouts

Using For Loop and Foreach Loop Containers in SSIS | TechBubbles

published 617 days, 13 hours, 26 minutes ago posted by kalyanms1kalyanms1 618 days, 3 hours, 50 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Sunday, September 11, 2011 9:44:25 PM GMT
SQL Server Integration Services supports two container tasks name For Loop and Foreach loop. These containers supports to execute the repetitive workflows in controlled way. The For Loop has three expressions that control it’s execution and termination. This post also discuss about Foreach loop container in SSIS. The three expressions are InitExpression  The For Loop evaluates the InitExpression exactly once at the start of the loop execution. The initialized variables are used later in other expressi... (more)
category: Data | clicked: 4 | 1 comment | | source: www.techbubbles.com
tags: SQL Server, SQL Server 2008, SSIS
4
Shouts

Understanding JSON - DotNetLogix

published 616 days, 17 hours, 50 minutes ago posted by DotNetLogixDotNetLogix 618 days, 17 hours, 7 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Sunday, September 11, 2011 8:27:22 AM GMT
The JavaScript Object Notation, or JSON, is a lightweight format syntax for representing data used for exchanging data between client and server. (more)
category: Web Dev | clicked: 25 | 1 comment | | source: www.dotnetlogix.com
tags: JSON
7
Shouts

3 ways to Sort in Descending order via lambdas

published 615 days, 7 hours, 22 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 619 days, 10 hours, 45 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Saturday, September 10, 2011 2:49:28 PM GMT
3 ways to Sort in Descending order via lambdas In C# , one can sort the List of Objects using Lambdas easily . Until now , i found the LINQ Query to be more easy to sort but after using the Lamba expression , i feel that the lambda expression can also be used effectively to sort in descending order . For example , i use the below class for the datapublic class Movie { public string MovieName { get; set; } public string Actor { get; set; } } (more)
category: How To | clicked: 33 | 2 comments | | source: www.ginktage.com
tags: lambda, C#
3
Shouts

How to import or export data using BCP in SQL Server?

published 616 days, 17 hours, 50 minutes ago posted by dotnetsparkdotnetspark 619 days, 7 hours, 35 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Saturday, September 10, 2011 5:59:47 PM GMT
The Bulk Copy Program (BCP) utility in SQL Server enables you to import bulk data into a table or export it from a table into a file (more)
category: Data | clicked: 32 | 1 comment | | source: www.dotnetspark.com
tags: BCP, Bulk Copy Program, DotNetSpark
3
Shouts

AutomationProperties in Silverlight

published 617 days, 13 hours, 26 minutes ago posted by dotnetfundadotnetfunda 618 days, 9 hours, 49 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Sunday, September 11, 2011 3:46:03 PM GMT
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…………? (more)
category: Metro | clicked: 6 | 1 comment | | source: www.dotnetfunda.com
tags: Silverlight
4
Shouts

Part 10/12: Publish LightSwitch Application as Desktop application and host in local system

published 617 days, 13 hours, 26 minutes ago posted by dotnetfundadotnetfunda 618 days, 10 hours, 37 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Sunday, September 11, 2011 2:57:49 PM GMT
This is the tenth part of the 12 series LightSwitch tutorial. In this part we will learn about how to Publish LightSwitch Application as Desktop Application (more)
category: How To | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: Light Switch
4
Shouts

Part 9/12: Using a custom control in LightSwitch

published 616 days, 17 hours, 50 minutes ago posted by dotnetfundadotnetfunda 619 days, 13 hours ago
Tuesday, September 13, 2011 7:44:49 AM GMT Saturday, September 10, 2011 12:35:19 PM GMT
This is the ninth part of the 12 series LightSwitch tutorial. In this part we will learn about how to use custom control in LightSwitch Application (more)
category: How To | clicked: 6 | 2 comments | | source: www.dotnetfunda.com
tags: Light Switch
4
Shouts

Part 8/12: Rapport with External Data Source – WCF RIA Service

published 616 days, 17 hours, 50 minutes ago posted by dotnetfundadotnetfunda 619 days, 14 hours, 44 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Saturday, September 10, 2011 10:50:47 AM GMT
This is the eighth part of the 12 series LightSwitch tutorial. In this part we will learn about how to use WCF RIA Service as our external data source. (more)
category: How To | clicked: 5 | 2 comments | | source: www.dotnetfunda.com
tags: Light Switch