|
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

Business development often requires analysis and data mining. Determining trends with which Customers and other stake holders deal with a business are of sole importance to the business. In fact, helping a businessman to grow his business has contributed a lot in rapid growth of IT industry. Microsoft SQL Server Reporting services provide a solution to those tasked in finding business trends. Briefly speaking: 1. Reporting services lets you create rich reports and format them based on your...
|
|
|
|
Total Hits: 40 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This article demonstrates how to use ASP.NET and ADO.NET with Visual Basic .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the stored procedure that you will create exists in the database. If the stored procedure does not exist, the code creates a stored procedure that takes one parameter to search the Authors table based on the last name and returns the matching rows and numb...
|
|
|
|
Total Hits: 20 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This step-by-step article describes how to configure a .NET-connected application and a computer running Microsoft SQL Server to use an alternate port for network communications.
Many recent security breeches have used applications and databases that were configured to use their default port numbers. For example, a worm that searches for vulnerable database servers on the Internet might examine only TCP Port 1433. By default, SQL Server uses this port number....
|
|
|
|
Total Hits: 13 | Today: 1
|
Author: Microsoft
|
Rating:
|
|

The step-by-step article describes how to specify fully-qualified element names in the NamespacePrefix:ElementName format to select nodes in an XmlDocument object....
|
|
|
|
Total Hits: 34 | Today: 0
|
Author: toral.gohil
|
Rating:
|
|

This is the sample of how to use the sql sitemap provider. This will give overview of security navigation framework....
|
|
|
|
Total Hits: 46 | Today: 1
|
Author: toral.gohil
|
Rating:
|
|

This is the sample of how to use the sql sitemap provider. This will give overview of security navigation framework....
|
|
|
|
Total Hits: 33 | Today: 1
|
Author: Microsoft
|
Rating:
|
|

This step-by-step article demonstrates how to configure Microsoft SQL Server for ASP.NET SQL Server mode session state management....
|
|
|
|
Total Hits: 101 | Today: 0
|
Author: John Prabhu
|
Rating:
|
|

In the new version (.NET framework 3.5), Microsoft have provided a way to define the queries in the programming language (C# 3.0, VB.NET 9.0) using LINQ which is called Language-Integrated query. It's basically a programming concept to query the data against the following :
* database (LINQ to SQL), * dataset (LINQ to Dataset), * xml (LINQ to XML) and * objects (LINK to Entities)....
|
|
|
|
Total Hits: 114 | Today: 2
|
Author: Fahad Azeem
|
Rating:
|
|

This article describes how to upload images to a web server using ASP.NET. All the data is stored in a MySQL database. This article is targeted towards a little more intermediate programmer who has some understanding of ASP.NET with C#, SQL and relational databases. First section describes how to set up the database and second part describes how to code uploading the files and how to view them back as a gallery. Code has been tested with JPEG and GIF files....
|
|
|
|
Total Hits: 44 | Today: 0
|
Author: Jeff Modzel
|
Rating:
|
|

I was working on a medium-sized ASP.NET 2.0 web application that had a requirement for internationalization/globalization. The default method for internationalization in ASP.NET 2.0 uses XML .resx resource files to store language specific resources. Generally speaking, there is a one-to-many relationship between .aspx files and .resx files. Every new .aspx file will require one or more .resx files. The development and maintenance of the .resx files will become an issue as a web application grows...
|
|
|
|
Total Hits: 237 | Today: 0
|
Author: Bipin Joshi
|
Rating:
|
|

Few weeks ago I (Bipin Joshi) released BinaryIntellect Bulk Copy Tool. Many visitors asked me how the tool is developed and hence I decided to write this article. Though the tool uses many other aspects of ADO.NET 2.0 the core thing is the new bulk copy class. Some applications require inserting huge data to SQL server databases. In such case executing independent INSERT queries is not an efficient way. SQL Server data provider allows you to perform such inserts using SqlBulkCopy class. This art...
|
|
|
|
Total Hits: 92 | Today: 0
|
Author: kb.webecs.com
|
Rating:
|
|

SQL injection is a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and/or commands on the backend database server through the Web application....
|
|
|
|
|
|