I am developing an application in c# 3.5 version for speech recognition to recognize the wav file and convert the conversation into text. But I have a problem that it recognize only a few words. I nee ...
A Reference Architecture for Developers - Web 2.0 Architectures Table of Contents About Reference Architectures The Web 2.0 Reference Architecture The Resource Tier The Service Tier The Client Applic ...
In this post, I’d like to talk about Comma-Separated Values in Files (i.e. CSV Files).I had a client with a need to read in a CSV file and do some subsequent processing with it. This was a very small ...
Before .Net managing Active Directory objects is a bit lengthy and you need a good knowledge on the principal store to have your head around on what you want to do. We ususally use the System.Director ...
Update : A newer version which is using .Net 3.5 System.DirectoryServices.AccountManagement I had created a new version hereIf you are wondering how to access an Active Directory Objects using C# plea ...
Part 1: Querying an Excel Worksheet OPENROWSET To query or read an Excel file without using DTS, you can use the OPENROWSET function. The OPENROWSET function includes all connection information necess ...
If you take the time to build proper dimensions, add useful hierarchies that support user’s navigational needs, then perform the important step of adding attribute relationships, you’ll realize seve ...
Execute the following Microsoft SQL Server T-SQL datetime and date formatting scripts in Management Studio Query Editor to demonstrate the multitude of temporal data formats available in SQL Server. F ...
I'm going to go over some methods to import data from text files into SQL Server today. The particular file I went out and grabbed is comma delimited and with a few qualifiers in it. It is a typical f ...
/*The need to produce Excel reports from SQL Server is very common. Here, Robyn Page and Phil Factor present practical techniques for creating and manipulating Excel spreadsheets from SQL Server, usin ...