codegain
Name: codegain
Score: 1,885.01
Last Seen: 920 days, 4 hours, 49 minutes ago
Member Since: 15 July, 2010
DotNetShoutout
atom rss
3
Shouts

Introduction to the SPLinq in SharePoint2010-The CodeGain

posted by codegaincodegain 920 days, 4 hours, 50 minutes ago
Saturday, November 13, 2010 5:16:26 PM GMT
In this article, we will see how to work with LINQ to SharePoint. I have tried to address all the common errors we encounter when first time we start using LINQ against SharePoint. (more)
category: Architecture | clicked: 2 | comment | | source: www.codegain.com
tags: Plinq, Linq, Sharepoint
2
Shouts

Create Deployment Package with Crystal Report using Visual Studio 2005-The CodeGain

posted by codegaincodegain 920 days, 4 hours, 52 minutes ago
Saturday, November 13, 2010 5:14:26 PM GMT
This article going to demonstrate to you all, how to create Deployment Package with Crystal Report using Visual Studio 2005. (more)
category: How To | clicked: 1 | comment | | source: www.codegain.com
tags: Crystal Report, C#, Visual Studio
2
Shouts

How to Sort,Filter and Group with ICollectionViewSource in WPF

posted by codegaincodegain 920 days, 4 hours, 54 minutes ago
Saturday, November 13, 2010 5:12:26 PM GMT
In this article, i will show to how we can use ICollectionView to the data manipulation in different ways in WPF. (more)
category: Smart Client | clicked: 8 | comment | | source: www.codegain.com
tags: C#, WPF
2
Shouts

How to create Custom Ribbon Control like Outlook 2007 Menu in WPF-The CodeGain

posted by codegaincodegain 920 days, 4 hours, 57 minutes ago
Saturday, November 13, 2010 5:09:31 PM GMT
In this article, i will show to how to create custom Custom Ribbon Control like Outlook 2007 Menu in WPF with existing WPF tool Kit. (more)
category: Metro | clicked: 3 | comment | | source: www.codegain.com
tags: Silvelight, C#, WPF
3
Shouts

Create Data Access layer class with C#-The CodeGain

posted by codegaincodegain 920 days, 4 hours, 59 minutes ago
Saturday, November 13, 2010 5:07:07 PM GMT
This class contains all the method which can be used to get data from database (using Stored Procedures) and also to insert and update data in database. (more)
category: Smart Client | clicked: 1 | comment | | source: www.codegain.com
tags: C#, DataAccess
3
Shouts

Create watermark style to textbox with JQuery and CSS

posted by codegaincodegain 920 days, 5 hours, 7 minutes ago
Saturday, November 13, 2010 4:59:52 PM GMT
In this article, I will show you how to apply watermark style to textbox/input field with JQuery without using JQuery plug-in. (more)
category: Web Dev | clicked: 3 | comment | | source: www.codegain.com
tags: jQuery, ASP.NET 4, CSS, ASP.NET
2
Shouts

How to Change Table and Stored Procedure Ownership in sql server : The CodeGain

posted by codegaincodegain 953 days, 13 hours, 51 minutes ago
Monday, October 11, 2010 8:15:02 AM GMT
How to Change Table and Stored Procedure Ownership in sql server (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
2
Shouts

Invalid use of 'EXECUTE' within a function : The CodeGain

posted by codegaincodegain 953 days, 13 hours, 53 minutes ago
Monday, October 11, 2010 8:13:53 AM GMT
I've tried to create a MSSQL "User Defined Functions" with execution of dynamic query (return a final value) and hit error message: "Invalid use of 'EXECUTE' within a function" (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
3
Shouts

How to bind dropdown list within listview in ASP.NET : The CodeGain

posted by codegaincodegain 953 days, 13 hours, 53 minutes ago
Monday, October 11, 2010 8:13:07 AM GMT
In this code snippet, you will learn how to bind DropdownList within in the ListView in ASP.NET (more)
category: Web Dev | clicked: 4 | comment | | source: www.codegain.com
3
Shouts

Versioning in WCF Data Contract Part #2: Missing Members : The CodeGain

published 953 days, 7 hours, 8 minutes ago posted by codegaincodegain 953 days, 13 hours, 56 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Monday, October 11, 2010 8:09:57 AM GMT
Versioning in WCF Data Contract Part #2: Missing Members (more)
category: Smart Client | clicked: 1 | 1 comment | | source: www.codegain.com
tags: .NET, WCF
3
Shouts

How to Create View using Stored Procedure dynamically : The CodeGain

published 953 days, 7 hours, 8 minutes ago posted by codegaincodegain 953 days, 13 hours, 57 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Monday, October 11, 2010 8:08:59 AM GMT
We can create view using stored procedure dynamically. (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
tags: Stored Procedure
2
Shouts

Versioning in WCF Data Contract Part #1:Adding New Members : The CodeGain

posted by codegaincodegain 957 days, 7 hours, 12 minutes ago
Thursday, October 07, 2010 2:54:23 PM GMT
DataContract versioning requires when some modification has been done to the existing DataContract exposed to the client from the service or vice versa. If either service or client is changing the schema of DataContract exposed then new version of DataContract come into action and both party involved in communication should be able to accommodate the changes done in the DataContract. (more)
category: Smart Client | clicked: 0 | comment | | source: www.codegain.com
tags: .NET 2.0/3.0/3.5 Framework, .NET, .NET 3.5, WCF
2
Shouts

Authentication on WCF Data Service or OData: Windows Authentication Part 1 : The CodeGain

posted by codegaincodegain 957 days, 7 hours, 13 minutes ago
Thursday, October 07, 2010 2:53:01 PM GMT
I am going to show how to enable windows authentication on WCF Data Service. (more)
category: Smart Client | clicked: 4 | comment | | source: www.codegain.com
tags: .NET, .Net 4.0, WCF
3
Shouts

Database diagram support objects cannot be installed because this databas does not have a valid owner. : The CodeGain

posted by codegaincodegain 957 days, 7 hours, 14 minutes ago
Thursday, October 07, 2010 2:52:01 PM GMT
Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
tags: SQL Server, SQL Server 2000, SSMO
2
Shouts

Using Lambda expression in FindAll in C# : The CodeGain

posted by codegaincodegain 957 days, 7 hours, 15 minutes ago
Thursday, October 07, 2010 2:51:10 PM GMT
Using Lambda expression in FindAll in C# (more)
category: How To | clicked: 1 | comment | | source: www.codegain.com
tags: .NET, C#, lambda expression
3
Shouts

How to Manage Self Site Creation Service and un used sites in your farm : The CodeGain

posted by codegaincodegain 960 days, 13 hours, 3 minutes ago
Monday, October 04, 2010 9:03:14 AM GMT
I was implementing Site Creation governance practices, and i came out with the idea of this post (more)
category: Architecture | clicked: 0 | comment | | source: www.codegain.com
tags: SharePoint 2007, SharePoint 2010, Sharepoint
2
Shouts

Why do we need managed accounts in SharePoint 2010 : The CodeGain

posted by codegaincodegain 960 days, 13 hours, 5 minutes ago
Monday, October 04, 2010 9:01:53 AM GMT
SharePoint 2010 shipped with a new feature called "Managed Accounts". Managed accounts is a feature that allow sharepoint farm admins and system engineers to manage service accounts/Services created for the sharepoint 2010. (more)
category: Architecture | clicked: 0 | comment | | source: www.codegain.com
tags: SharePoint 2007, Sharepoint
2
Shouts

How to Generate machineKey for your web.config in .NET : The CodeGain

posted by codegaincodegain 960 days, 13 hours, 7 minutes ago
Monday, October 04, 2010 8:59:38 AM GMT
We were implementing Single Sign-On for our enterprise ASP.NET applications, I have been asked: How can we generate our own machine keys in our asp.net web.config (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
2
Shouts

How to monitor data Import and Export performance in Oracle : The CodeGain

posted by codegaincodegain 960 days, 13 hours, 7 minutes ago
Monday, October 04, 2010 8:59:00 AM GMT
How to monitor data Import and Export performance in Oracle (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
tags: PL/SQl, Performance, Oracle
2
Shouts

How to IgnoreDataMember attribute in WCF POCO Serialization : The CodeGain

posted by codegaincodegain 960 days, 13 hours, 9 minutes ago
Monday, October 04, 2010 8:57:53 AM GMT
Complex Data type for example custom class And not attributing this custom class as DataContract and properties of the class as DataMember (more)
category: Web Dev | clicked: 12 | comment | | source: www.codegain.com
tags: .NET, C#, WCF
Previous 1 2 3 4 5 6 7 8 Next