.NET news » Database Database Rss Feed

Incorporating ASP.NET MVC and SQL Server Reporting Services, Part 2

In the last issue, I introduced you to the basics of incorporating SQL Server Reporting Services into your ASP.NET MVC applications. In this issue, I’ll finish the series by illustrating how we can transfer data between the ASP.NET MVC context and the SSRS report context. In addition, I will also cover deployment issues such as authentication.

28 Oct 2010, 19:00:00   Source: Incorporating ASP.NET MVC and SQL Server Reporting...   Tags: Database

Kynetic ORM: An ORM without configuration using C# 4.0 Dynamics, Generics and Reflection

An ORM library with no need for external mapping or configuration files, support of natural SQL-like query sintax, and full support for POCO objects, using C# 4.0 dynamics, generics and reflection
16 Oct 2010, 06:18:00   Source: Kynetic ORM: An ORM without configuration using C# 4.0...   Tags: Database

Reflection Studio - Part 1 - Introduction: Architecture and Design

Reflection Studio is a "developer" application for assembly, database, performance, and code generation written in C# under WPF 4.0.
2 Sep 2010, 15:14:00   Source: Reflection Studio - Part 1 - Introduction: Architecture...   Tags: Database

Implementing the Store Locator Application Using ASP.NET MVC (Part 2)

Last week's article, Implementing the Store Locator Application Using ASP.NET MVC (Part 1), started a two-part article series that walked through converting my ASP.NET store locator application from WebForms to ASP.NET MVC. Last week's article stepped through the first tasks in porting the store locator application to ASP.NET MVC, including: creating the new project; copying over stylesheets, the database, scripts, and other shared content from the WebForms application; building the HomeController; and coding the Index and StoreLocator actions and views.

Recall that the StoreLocator action and view prompts the user to enter an address for which to find nearby stores. On form submission, the action interfaces with the Google Maps API's geocoding service to determine if the entered address corresponds to known latitude and longitude coordinates. If so, the user is redirected to the StoreLocatorResults action (which we create in this article) that displays the nearby stores in both a grid and as markers on a map. Unlike the StoreLocator action created in Part 1, the StoreLocatorResults action uses a more intricate model and a strongly-typed view.

24 Aug 2010, 19:00:00   Source: Implementing the Store Locator Application Using ASP.NET...   Tags: Database

Incorporating ASP.NET MVC and SQL Server Reporting Services, Part 1

Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.

22 Aug 2010, 19:00:00   Source: Incorporating ASP.NET MVC and SQL Server Reporting...   Tags: Database

SilverLight's FAQ - Part 3

This article discusses 12 FAQ’s which revolve around bindings, layouts, consuming WCF services and how to connect to database through Silverlight.
11 Aug 2010, 23:42:00   Source: SilverLight's FAQ - Part 3   Tags: Database

The Working Programmer: Inside SQLite

After tackling NoSQL, Ted Neward turns back to the relational world of SQL—SQLite, that is. Learn all about the lightweight, embedded database whose running footprint can be as small as one file installed in a client file system.
29 Jul 2010, 19:00:00   Source: The Working Programmer: Inside SQLite   Tags: Database

Deny Table Access to the Entity Framework Without Causing a Mutiny

Julie Lerman shows database administrators how to limit access to databases from the Entity Framework by allowing it to work only with views and stored procedures instead of tables—without impacting application code or alienating developers.
29 Jul 2010, 19:00:00   Source: Deny Table Access to the Entity Framework Without Causing...   Tags: Database

Overview of SQL Server Stored Procedure

Overview of SQL server stored procedure
13 Jul 2010, 09:27:00   Source: Overview of SQL Server Stored Procedure   Tags: Database

LINQ TO SQL GridView (Enahanced Gridview)

LINQ TO SQL Enahanced Gridview
12 Jul 2010, 06:51:00   Source: LINQ TO SQL GridView (Enahanced Gridview)   Tags: Database