Videos tagged with MSSQL
Content: PHP and Microsoft Demos!!! SQL Server PHP driver Open XML + PHP Cardspace + PHP Live Services + PHP Silverlight + PHP Server Core + IIS7 + PHP + MySQL Presenter: Chris Ismael, Platform Evangelist, Microsoft Singapore.
ASP.NET 3.5: How Do I: Use the New Entity Data Source
In this introductory video Diego Vega will show you how to use the Entity Data Source in an ASP.NET Application. Presented by Diego Vega Date: 22 May 2008
ASP.NET Security: Changing Membership Settings in the Default Membership Schema
In this video Joe Stagner looks at how to change the default settings of the membership schema to conform to the specific needs of an custom application. For additional information about this video, read the Creating the Membership Schema in SQL Server security tutorial. Presented by Joe Stagner Date: 4 August 2008
ASP.NET Security: Configuring SQL To Work with Membership Schemas
In this video Joe Stagner demonstrates how to configure a SQL instance to work with a specific ASP Services Membership Profile; as well as configure the application to specifically use this SQL instance and not the default settings in the machine.cgf file. For additional information about this video, read the Creating the Membership Schema in SQL Server security tutorial. Presented by Joe Stagn...
ASP.NET Security: Understanding ASP.NET Memberships
In this video Joe Stagner looks at working with the built-in providers, available to ASP.NET developers, for membership. For additional information about this video, read the Creating the Membership Schema in SQL Server security tutorial. Presented by Joe Stagner Date: 4 August 2008
MVC How-Do-I: Creating Model Classes with LINQ to SQL
Learn how to create data access classes by taking advantage of Microsoft LINQ to SQL. In this video tutorial, you learn how to use a LINQ to SQL DataContext class directly within a controller. You also learn how to use the Repository Pattern to create testable and flexible database-driven applications. Presented by Stephen Walther Date: 20 August 2008
MVC How-Do-I: Displaying a Table of Database Data
Need to display a set of database records in an MVC view? Learn two methods of displaying records in an HTML table. You learn how to perform all of the formatting inline. You also learn how to create a template with a MVC user control. Presented by Stephen Walther Date: 20 August 2008
LINQ How Do I: Create XML Documents from SQL Data?
Visual Basic developers will learn how to query their SQL Server database in order to easily create XML and HTML documents directly in the Visual Basic editor. Presented by Beth Massi Date: 15 November 2007
dnrTV Show #118: Dan Simmons on The Entity Framework Part 2
Summary Following up on the last show, Dan Simmons demonstrates using the Entity Framework with ASP.NET applications and web services. Bio Daniel Simmons is dev manager for the Entity Framework and LINQ to SQL team where his mission is to build a team and a product that will fundamentally change the way we build data-centric software. He has been at Microsoft for 10 years working on a variety o...
SQL Server 2005: Enabling Full-Text Search in your Text Data
Full-Text search allows you to save large portions of text — even Microsoft Word documents, or other file formats — into your database and perform complex queries based on this textual data while expecting great performance. This lesson demonstrates how to set up Full-Text search paying particular attention to the nuances of setting it up within SQL Server Express. Then we move to c...