Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
.Net
Items 1 to 20 of 88
Next 20 >>
Deploying CLR Assemblies with T-SQL
Learn how to simplify deployment and maintenance of SQL CLR assemblies by using T-SQL instead of Visual Studio.
Read more...
By
David Rueter
2013/05/07
|
Source:
SQLServerCentral.com
|
Category:
clr
Rating:
|
Discuss
|
Briefcase
|
4,580 reads
Dynamic PIVOT CLR
Learn how yo can use a SQL-CLR procedure to handle all your PIVOT queries.
Read more...
By
Eric Wahner
2012/12/06
|
Source:
SQLServerCentral.com
|
Category:
.net
Rating:
|
Discuss
|
Briefcase
|
8,518 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
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,005 reads
General
Read more...
By
Reema
2012/05/02
|
Category:
.net
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,551 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
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,005 reads
Don't Throw Something New In At Production Deployment
This post comes from a conversation I had with a developer last week as well as my experiences over the...
Read more...
By
2010/03/26
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,000 reads
PLINQ
Read more...
By
Noel McKinney
2009/11/06
|
Category:
.net
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,489 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
|
5,159 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
|
2,060 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
|
7,937 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
|
5,692 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
|
926 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,180 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
|
2,871 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...
By
Additional Articles
2007/12/07
|
Source:
Microsoft MSDN
|
Category:
common language runtime (clr)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,174 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,731 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
|
5,935 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
|
3,004 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
|
3,401 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
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,005 reads
Items 1 to 20 of 88
Next 20 >>
Tags
programming
(72)
miscellaneous
(9)
sql server 7
(7)
visual basic 6
(6)
ado
(5)
t-sql
(5)
administration
(4)
sql server 2005
(4)
strategies
(4)
development
(3)
performance tuning
(3)
career
(2)
certifications
(2)
sql server 2008
(2)
system development life cycle
(2)
advanced
(1)
application programming
(1)
architecture
(1)
asp
(1)
assembly
(1)
blogs
(1)
c#
(1)
class
(1)
clr
(1)
common language runtime (clr)
(1)
database design
(1)
ienumerable
(1)
leadership
(1)
linq
(1)
loading data
(1)
news
(1)
off-topic
(1)
pivot
(1)
reporting services (ssrs)
(1)
security
(1)
sharepoint
(1)
sponsored article
(1)
sql clr
(1)
sqlclr
(1)
sql-dmo
(1)
stored procedures
(1)
streaming
(1)
teradata
(1)
testing
(1)
tvp
(1)
udf
(1)
vb
(1)
vsts
(1)
wpf
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.