|
|
WCF RESTful Services
WCF service helps user to user to transfer messages through SOAP protocol. RESTFUL service known as Representational State Transfer architecture helps user to communicate using the HTTP protocol.
|
|
Built in Stored Procedures in SQL Server
There are many administrative activities that are performed in SQL Server. In this article, we shall explore the built in stored procedures in detail.
|
|
Working with disconnected environment in ADO.NET
In disconnected environment, the application is not directly connected to the database whereas in connected environment, the application connects to the Data Source and communicates through SQL.
|
|
Web Parts in a Web Application
In a web application there is huge information which users can access by navigating the web page. If user needs to view information related to specific data, the data needs to be organized
|
|
Internationalization and Accessibility in ASP.NET
The web applications are accessible from users located anywhere on the globe. The requirement is that the information must be in their native language and formats. For satisfying this requirement, the concept of internalization is introduced in ASP.NET. The concept of making an application ready for the international users is known as internalization.
|
|
Filtering Data in ADO.NET
The standard web controls display all the data in a specific format. If there is a requirement for displaying the selective records, the filtering is applied. There are ways for displaying the filtered data.
|
|
Data Binding in ADO.NET
Data binding in ADO.NET can be referred as binding the data with the controls of the Windows Form. It is the process of binding the elements of the data source with the application controls
|
|
Working in connected environment in ADO.NET
An application in a connected environment is always connected to the data source. The Data Reader object is used for connecting the database
|
|
Creating and Managing Indexes in SQL Server
There are requirements when large amount of data needs to be retrieved from the database. As the data in more in size, the execution time is also high. The feature of indexes is introduced by the SQL Server. It helps user to create indexes and provide quick access for data.
|
|
|
|
|
|
|
To unsubscribe from Go4Expert newsletter, visit the following link:
|
|