This is a simple task that I want to acheive but ASP.NET makes it quite difficult, next to impossible. I followed this question
I\'ve made a \"generic\" program that converts data from a db to another. It uses configuration files to define the conversion. It uses code like this:
I am performing a simple exercise of opening an SQL Server database connection, pulling the first record of a table from a DataReader object, and then closing the object.However, I have noticed that t
I\'m new to ASP.NET MVC. I want to work with SQL Server database with stored procedures without using LINQ but standard ADO.NET. How can I do that? Is there any useful开发者_JAVA技巧 video tutorial or
The below snippet employs multiple queries inside the same connection string. first i\'m selecting the some datas from the DB then before closing the datareader(dr) i would like to do some validations
I have a query in my MVC application which takes about 20 seconds to complete (using NHibernate 3.1). When I execute the query manually on Management studio it takes 0 seconds.
I have a windows service written in C#. After running for a couple of days it will be using about 2GB of ram.
greetings to all the members for taking time to read this question. I am preparing an application for a quiz system that will take random questions from the database and put them in the i开发者_JAVA技
In my C# program, I have several areas where I am connecting to an excel spreadsheet.To reduce repeat of coding, I am trying to write a method that reads in an sql statement, and then outputs a datase
I have a C# .net 3.5 application using an ADO.NET Entity D开发者_JAVA技巧ata Model. I am loading the contents for a given database entry from an XML file.