DotNetShoutout - Stories tagged with DotNetSpark
2
Shouts

Export Data using Wizard - SQL Server Integration Services (SSIS) - Part 3

posted by dotnetsparkdotnetspark 701 days, 19 hours, 54 minutes ago
Tuesday, July 19, 2011 9:42:50 PM GMT
In this article we will see on how to export the data from SQL server using the wizard which is provide with the SSMS (SQL server Management Studio). (more)
category: Data | clicked: 0 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark
2
Shouts

Transforming SQL Data to Excel Sheet - SQL Server Integration Services (SSIS) - Part 2

posted by dotnetsparkdotnetspark 703 days, 1 hour, 52 minutes ago
Monday, July 18, 2011 3:44:04 PM GMT
Transforming SQL Data to Excel Sheet - SQL Server Integration Services (SSIS). In this article we will see how data can be transferred from SQL Server DB to Excel sheet (more)
category: Data | clicked: 0 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark
2
Shouts

Basics of SSIS and Creating Package - SQL Server Integration Services (SSIS) - Part 1

posted by dotnetsparkdotnetspark 703 days, 1 hour, 54 minutes ago
Monday, July 18, 2011 3:42:50 PM GMT
In this article we will see what a SQL Server Integration Services (SSIS) is; basic on why SSIS is used for, how to create a SSIS Package and how to debug the same. (more)
category: Data | clicked: 1 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark
2
Shouts

How to display a Toatal amount or Salary as a Footer in the Gridview(ASP.NET) ?

posted by dotnetsparkdotnetspark 703 days, 21 hours, 25 minutes ago
Sunday, July 17, 2011 8:10:59 PM GMT
In this Article I am going to explain you how to display a Toatal amount or Salary at the Footer of the Gridview. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetspark.com
tags: GridView, DotNetSpark, ASP.NET
3
Shouts

Reimage a running Role Instance of an ASP.Net Azure Web Application in Windows Azure

posted by dotnetsparkdotnetspark 705 days, 5 minutes ago
Saturday, July 16, 2011 5:30:58 PM GMT
In this article we are going to see how to ReImage a running instance of an Azure application using the Windows Azure Management Portal (more)
category: Architecture | clicked: 3 | 1 comment | | source: www.dotnetspark.com
tags: DotNetSpark, Azure
2
Shouts

Start and Stop an Existing application in Azure Management Portal in Windows Azure

posted by dotnetsparkdotnetspark 705 days, 7 minutes ago
Saturday, July 16, 2011 5:29:52 PM GMT
In this article we are going to see how to Stop and Start an Azure Application using the Windows Azure Management Portal. (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Azure
5
Shouts

Reboot a running Role instance of an ASP.Net Azure Web Application in Windows Azure

published 704 days, 8 hours, 59 minutes ago posted by dotnetsparkdotnetspark 706 days, 1 hour, 53 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:43:43 PM GMT
In this article we are going to see how Reboot a running instance of an ASP.Net Azure Web Application using the Windows Azure Management Portal. (more)
category: Web Dev | clicked: 13 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, ASP.NET, Azure
5
Shouts

Manually Edit a Config File using Azure Management Portal in Windows Azure

published 704 days, 8 hours, 59 minutes ago posted by dotnetsparkdotnetspark 706 days, 1 hour, 54 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:42:20 PM GMT
In this article we are going to see how to edit a configuration file of an azure application using the Windows Azure Management Portal (more)
category: Architecture | clicked: 14 | comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
5
Shouts

Load an Edited Configuration File of an Existing Deployed Azure Application in Windows Azure

published 704 days, 8 hours, 59 minutes ago posted by dotnetsparkdotnetspark 706 days, 1 hour, 55 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:41:06 PM GMT
In this article we are going to see how to load a configuration file of an azure application edited locally. (more)
category: Architecture | clicked: 11 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
4
Shouts

Windows Azure - Upgrade deployed Azure application Manually

published 702 days, 19 hours, 52 minutes ago posted by dotnetsparkdotnetspark 706 days, 1 hour, 56 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Friday, July 15, 2011 3:40:00 PM GMT
In this article we are going to see how to do an upgrade of the Azure application manually step by step (more)
category: Architecture | clicked: 19 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, Azure
2
Shouts

Windows Azure - Deleting Co-Admin user account in Azure portal

published 722 days, 8 hours, 42 minutes ago posted by dotnetsparkdotnetspark 723 days, 1 hour, 37 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Tuesday, June 28, 2011 3:59:03 PM GMT
In this article we are going to see how to delete a user account(Co-Admin) from the Azure management portal (more)
category: Architecture | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Azure
2
Shouts

Windows Azure - Add New Certificates to Azure Application

published 722 days, 8 hours, 42 minutes ago posted by dotnetsparkdotnetspark 723 days, 1 hour, 38 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Tuesday, June 28, 2011 3:58:08 PM GMT
In this article we are going to see how to add a new certificate to an Azure application starting with the deployment of the azure application to the Azure Management Portal (more)
category: Architecture | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Azure
2
Shouts

Implementing SQL Notification

posted by dotnetsparkdotnetspark 723 days, 1 hour, 40 minutes ago
Tuesday, June 28, 2011 3:56:23 PM GMT
Sql Notification or query notifications are useful for applications that need to refresh caches in response to change in underlying data. Microsoft SQL server 2005 allows .Net Framework applications to send a command to SQL server and request notification. (more)
category: Data | clicked: 1 | comment | | source: www.dotnetspark.com
tags: SQL Server, C#, DotNetSpark
3
Shouts

SQL Server Integration Services (SSIS)- Export Column Transformations in SSIS

published 777 days, 2 hours, 16 minutes ago posted by dotnetsparkdotnetspark 777 days, 21 hours, 3 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 8:33:25 PM GMT
The Export column transformation task is used in cases where we need to read the data from the data flow in the package and save the information to a file (more)
category: Data | clicked: 1 | 1 comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark
2
Shouts

Creating a Plugin enabled Application : Part 1 of 2

published 777 days, 2 hours, 16 minutes ago posted by dotnetsparkdotnetspark 777 days, 21 hours, 4 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 8:32:11 PM GMT
In this article I am trying to show how to create a plugin enabled application using .Net Reflection. The plugin enabled application loads an associated piece of software during the runtime. There should not be any design time binding for the specified component (more)
category: UX | clicked: 1 | 1 comment | | source: www.dotnetspark.com
tags: Plugin, DotNetSpark
2
Shouts

SQL Server Integration Services (SSIS) - Copy Column Transformations in SSIS

posted by dotnetsparkdotnetspark 778 days, 20 hours, 44 minutes ago
Tuesday, May 03, 2011 8:52:51 PM GMT
The Copy Column task helps to copy a column to a destination as and when required to have sync across the environments. Let's jump start to the section on how to do that using a sample package. (more)
category: Data | clicked: 0 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark
2
Shouts

Lambda Expressions with Multiple Parameters

posted by dotnetsparkdotnetspark 778 days, 20 hours, 48 minutes ago
Tuesday, May 03, 2011 8:48:20 PM GMT
As you know, Lambda Expressions is an anonymous function that can contain expression or statements. The lambda expression uses the => (goes to) operator. (more)
category: How To | clicked: 2 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, lambda expression
4
Shouts

Remove Duplicate Words in C#

published 987 days, 2 hours, 59 minutes ago posted by dotnetsparkdotnetspark 987 days, 18 hours, 53 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Wednesday, October 06, 2010 10:43:27 PM GMT
In order to remove duplicate words from any string or data which can simplify your algorithm or improve performance. Using a Dictionary instance we can remove duplicate words from a string in C#. Following is a sample input and result (more)
category: How To | clicked: 0 | comment | | source: www.dotnetspark.com
tags: C#, DotNetSpark
4
Shouts

Remove duplicate items from Generic List using C#

published 987 days, 2 hours, 59 minutes ago posted by dotnetsparkdotnetspark 987 days, 18 hours, 55 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Wednesday, October 06, 2010 10:41:05 PM GMT
Most of times we use extensions like IList, IEnumerable, etc. which comes with .NET Framework 3.5. Other day when I was using these generic list with my custom class, I came across one of its shortcoming. Like it offers methods like Select(), Where() and GroupBy() which takes something called lambda as parameters. A few query operators, such as Distinct(), do not take lambdas as parameters. As a result, they are easy to call. (more)
category: How To | clicked: 2 | comment | | source: www.dotnetspark.com
tags: List(T), C#, List, DotNetSpark, C# .NET
2
Shouts

Removing .SVC from WCF REST Service

posted by dotnetsparkdotnetspark 1010 days, 13 hours, 58 minutes ago
Tuesday, September 14, 2010 3:38:02 AM GMT
Removing .SVC from WCF REST Service (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF