SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag .Net Rss

Refine your search with one of the following additional tags (with number of items):

Programming (72)     Career (2)     Common Language Runtime (CLR) (1)     SQL-DMO (1)    
Miscellaneous (9)     Certifications (2)     Database Design (1)     SS2K5 - CLR Integration (1)    
SQL Server 7, 2000 (7)     Performance Tuning (2)     IEnumerable (1)     Stored Procedure (1)    
Visual Basic 6 (6)     SQL Server 2008 (2)     LINQ (1)     Streaming (1)    
ADO (5)     System Development Life Cycle (2)     loading data (1)     Teradata (1)    
Administration (4)     Advanced (1)     News (1)     Testing (1)    
SQL Server 2005 (4)     Application Programming (1)     Reporting Services (SSRS) (1)     TVP (1)    
Strategies (4)     ASP (1)     Security (1)     VB (1)    
T-SQL (4)     C# (1)     Sharepoint (1)     VSTS (1)    
Development (3)     class (1)     sponsored article (1)     WPF (1)    
   Items 1 to 20 of 82    Next 20 >>
 

PLINQ

By Noel McKinney 2009/11/06 | Category: .Net
Rating: (not yet rated) |  Discuss |  Briefcase | 1,149 reads

Calling Stored Procedures from .NET Applications

Everybody knows how to call stored procedures from a .NET application. Right? But then, how often do you see stored procedures used to their full advantage in database applications? William Brewer goes through some of the basics, but uses PowerShell as the example .NET application, and avoids all mention of Northwind or AdventureWorks!  Read more...
By Additional Articles 2009/10/22 | Source: SimpleTalk | Category: .Net
Rating:  Rate this |  Briefcase | 4,265 reads

Using SQL Server 2008 Reporting Services with the.NET Framework Data Provider for Teradata

This article discusses the connectivity and usage of Teradata database servers and the .NET Framework Data Provider for Teradata with Microsoft SQL Server 2008 Reporting Services (SSRS).  Read more...
By Additional Articles 2009/09/18 | Source: Microsoft MSDN | Category: Teradata
Rating: (not yet rated)  Rate this |  Briefcase | 1,686 reads

Streaming Data Into SQL Server 2008 From an Application

Reduce both time and memory utilization when uploading bulk data to SQL Server 2008 by combining Table-Valued Parameters (TVPs) and the .Net IEnumerable interface.  Read more...
By Solomon Rutzky 2009/05/28 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 5,932 reads

.NET Basics for the Database Developer: Take the Plunge

This short introduction to .NET shows Access and SQL Server developers how to use a development tool to create connections to data and a user interface to manipulate that data.  Read more...
By Additional Articles 2009/04/15 | Source: DevX | Category: .Net
Rating:  Rate this |  Briefcase | 4,194 reads

Procedure Class Generator

Dynamically creates a VB.NET class from parameters in a SQL Stored procedure.  Read more...
By Eric Wahner 2009/03/09 | Source: SQLServerCentral.com | Category: VB
Rating: |  Discuss |  Briefcase | 595 reads

Invoking Stored Procedures through a One Line Native .NET Method Call

Calling stored procedures from your application should be easy. Mark Frishman of ActiveDB talks about what he's done to help you build applications quicker.  Read more...
By Mark Frishman 2008/11/12 | Source: SQLServerCentral.com | Category: sponsored article
Rating: |  Discuss |  Briefcase | 4,041 reads

Accessing Data from a Mobile Application

Data access is an important aspect of developing applications with the Microsoft® .NET Compact Framework for Windows Mobile® devices. By using the existing architecture to send and receive data between your mobile application and your application server, you can pass data with either DataSets, custom objects, or scalar values.  Read more...
By Additional Articles 2008/01/18 | Source: Microsoft MSDN | Category: Programming
Rating: (not yet rated)  Rate this |  Briefcase | 1,620 reads

CLR Inside Out: Writing Reliable .NET Code

When we talk about something being reliable, we're referring to it being dependable and predictable. When it comes to software, however, there are other key attributes that must also be present for the code to be considered reliable.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 1,986 reads

Data Points: Data Binding in WPF

With WPF, you can perform data manipulation using Microsoft® .NET Framework code, XAML, or a combination of both.  Read more...
By Additional Articles 2007/11/28 | Source: Microsoft MSDN | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 1,425 reads

SQL Server Connection Strings

Some common and not so common connection strings for the .NET SqlConnection object. The article includes .NET sample code and some tricks to increase the supportability of your application.  Read more...
By Additional Articles 2007/11/26 | Source: SQLTeam.com | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 4,200 reads

Events in SharePoint 2007

Windows® SharePoint® Services (WSS) 3.0 offers developers many significant improvements for building custom business solutions based on SharePoint sites. One of the biggest developer-focused enhancements has to do with a new infrastructure for handling server-side events.  Read more...
By Additional Articles 2007/11/23 | Source: Microsoft MSDN | Category: Sharepoint
Rating: (not yet rated)  Rate this |  Briefcase | 1,745 reads

.NET Building Blocks: Build a Configurable Database Credential Selector

This handy control gives you everything you need to control how users input usernames, passwords, select servers, and choose connection types.   Read more...
By Additional Articles 2007/11/20 | Source: DevX | Category: Programming
Rating: (not yet rated)  Rate this |  Briefcase | 2,111 reads

Create a Custom Test Interface Provider for Team Sytem

This article looks at fuzzy testing and how to build a provider for your own use.  Read more...
By Additional Articles 2007/11/16 | Source: Microsoft MSDN | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 1,623 reads

Generate C# class code for table

For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.  Read more...
By Cade Bryant 2007/11/16 | Source: SQLServerCentral.com | Category: Development
Rating: |  Discuss |  Briefcase | 3,427 reads

Working With SqlParameter in .NET

Interacting with SQL Server from .NET is a radical change from the old OLEDB/ODBC method. Raj Vasant brings us some easy ways to work with parameters passed in with the ADO SQLCommand.   Read more...
By Vasant Raj 2007/11/09 (first published: 2006/03/22) | Source: SQLServerCentral.com | Category: .Net
Rating: |  Discuss |  Briefcase | 23,360 reads

Getting Small: Building Lightweight Web Applications with Small-Footpr

Not every application needs a full-featured enterprise-scale database. In such cases, you can reduce costs and save resources by using a small-footprint database.  Read more...
By Additional Articles 2007/08/29 | Source: DevX | Category: .Net
Rating:  Rate this |  Briefcase | 1,942 reads

Building Wiki Web Sites with ASP.NET and SQL Server

You can easily build Wiki Web sites with ASP.NET and SQL Server and provide your teams with one of the most powerful ways of collaborating on the Web.   Read more...
By Additional Articles 2007/08/23 | Source: DevX | Category: .Net
Rating:  Rate this |  Briefcase | 3,324 reads

.NET 3.5 Language Enhancements

LINQ may be getting the most attention in the forthcoming .NET 3.5, but there are also several new language features that add functionality and make life easier for the programmer.   Read more...
By Additional Articles 2007/08/09 | Source: SimpleTalk | Category: .Net
Rating:  Rate this |  Briefcase | 2,546 reads

AJAX Stock Symbol Drop-down List

A web look up of a huge list of stock symbols from an MS SQL database.  Read more...
By Additional Articles 2007/07/30 | Source: CodeProject.com | Category: .Net
Rating:  Rate this |  Briefcase | 2,159 reads
   Items 1 to 20 of 82    Next 20 >>
 
Most popular

Calling Stored Procedures from .NET Applications

Everybody knows how to call stored procedures from a .NET application. Right? But then, how often do you see stored procedures used to their full advantage in database applications? William Brewer goes through some of the basics, but uses PowerShell as the example .NET application, and avoids all mention of Northwind or AdventureWorks!  Read more...
By Additional Articles 2009/10/22 | Source: SimpleTalk | Category: .Net
Rating:  Rate this |  Briefcase | 4,265 reads

Streaming Data Into SQL Server 2008 From an Application

Reduce both time and memory utilization when uploading bulk data to SQL Server 2008 by combining Table-Valued Parameters (TVPs) and the .Net IEnumerable interface.  Read more...
By Solomon Rutzky 2009/05/28 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 5,932 reads

Invoking Stored Procedures through a One Line Native .NET Method Call

Calling stored procedures from your application should be easy. Mark Frishman of ActiveDB talks about what he's done to help you build applications quicker.  Read more...
By Mark Frishman 2008/11/12 | Source: SQLServerCentral.com | Category: sponsored article
Rating: |  Discuss |  Briefcase | 4,041 reads