Browse by Tags
All Tags »
ADO.Net 3.0 (
RSS)
This post was made as part of writing my post: How To: Host Your Screencasts on Silverlight Streaming . Download the video Enjoy!
Visual Studio 2008 SP1: EntityDataSource for ASP.Net EntityDataSource is a new DataSource control for ASP.Net (just like ObjectDataSource and SQLDataSource and more recent - LinqDataSource) which makes declaratively binding ASP.NET UI controls to Entity Data Models very easy. In this post I will build a simple web application that uses EntityDataSource in order to demo how it is being used. 1. Create a simple Web Application, and create an initial GridView on it. < body > < form id ="form1"...
Visual Studio 2008 SP1: ADO.Net Entity Framework support for FILESTREAM In Visual Studio 2008 and .Net Framework 3.5 SP1 , not only that LINQ to SQL supports SQL Sever 2008 FILESTREAM , but also the ADO.Net Entity Framework supports FILESTREAM as well. Using the File Management Schema from my SQL Server 2008 FILESTREAM post, I created a simple .net application that uses Entity Framework in order to access the file contents. Just a reminder of how the Files table looks like: CREATE TABLE [dbo].[Files...
Links to all my posts about Visual Studio 2008 and .Net Framework 3.5 SP1 beta.
A Must Read!...
Download and Install Visual Studio 2008 and .Net Framework 3.5 SP1 Beta(KB945140) Visual Studio 2008 and .Net Framework 3.5 SP1 Beta was announced today after being kept as a secret for some time. Here is the list of available downloads as part of this release: Microsoft Visual Studio 2008 Service Pack 1 Beta Microsoft .NET Framework 3.5 Service pack 1 Beta - Full Installation Microsoft .NET Framework 3.5 Service pack 1 Beta - Web Installation Microsoft .NET Framework 3.5 Client Profile (Beta) Microsoft...
.NET 3.5 Enhancements Training Kit is available for Download The Developer and Platform Evangelism Group in Microsoft has created a new training kit for all the enhancements for the .Net Framework 3.5 : ASP.NET MVC ASP.NET Dynamic Data ASP.NET AJAX History ASP.NET Silverlight controls ADO.NET Data Services ADO.NET Entity Framework Download the training kit (34.9 MB) Enjoy!
DEV353: Data Access in Visual Studio 2008 - Slide Decks and Demos Earlier this week I presented at Tech Ed Israel 2008 . My session title was What's new around Data Access in Visual Studio 2008 , and I talked about the following topics: DataSets Enhancements in Visual Studio 2008 and .Net Framework 3.5 ( watch the screencast ) Adding a Service Reference to a service with DataSets as part of its operations signature The ability to separate between the DataSets project and the TableAdapters Project...
Screencast - DataSets Enhancements in Visual Studio 2008 [HE] We've known them for the first release of the .Net Framework, and today, there are many applications that are using DataSets . As on who has developed a few projects using DataSets I can tell that they did a really good job representing the data objects of the application, but developers had to work very hard to write additional components to deal with several limitations of the technology and designer support. In Visual Studio 2008...
SQL Compact Edition Support for ADO.Net Entity Framework The beta of SQL Server Compact Edition 3.5 SP1 for ADO.Net Entity Framework was just released. This release works with the December 2007 Beta 3 of the ADO.Net Entity Framework . Download here .
How to: Build an N-Tier application with WCF and DataSets in Visual Studio 2008 We've known ADO.Net DataSets since the day we started developing data centric applications with the .Net Framework. In the early days of Visual Studio 2003 we have designed DataSets using the XSD designer and had to program the Data Access Layer ourselves. Visual Studio 2008 brings many enhancements to DataSets , which help us to create data centric applications easier than ever. This post is a step by step guide...
ADO.Net Data Services Screencasts I've been working on my own ADO.Net Data Services screencast, but with all the time I'm spending in my new job, I couldn't find the time to finally record and upload it. Fortunately, Mike Taulty is faster then me, and has already published several screencasts: ADO.NET Data Services - Surfacing Data ADO.NET Data Services - Querying with URI's ADO.NET Data Services - A Basic .NET Client ADO.NET Data Services - A Basic AJAX Client ADO.NET Data Services...
סדרת קצרצרים בנושא LINQ to SQL עדלי משיח טרח והכין סדרת סרטוני הדרכה קצרצרים בנושא LINQ to SQL. אז אם אתם מעניינים ללמוד על LINQ to SQL ואין לכם כוח לקרוא מאמר של 30 עמודים, או שאין לכם זמן לראות Webcast במשך שעה שלמה - תוכלו כל פעם להקדיש מספר דקות כדי להכיר עוד פינה של הטכנולוגיה. DLINQ / LinqToSql - הכרות ראשונית DLINQ / LinqToSql - הכרות ראשונית עם ה DataContext LinqToSql - שימוש ב XmlMappingSource לצורך מיפוי בין טבלאות ל Class-ים DLINQ / LinqToSql - פקודות DML , פקודת Insert DLINQ / LinqToSql...
ADO.Net Data Services Feedback: DataContextServiceProvider Required for LINQ to SQL support After writing my previous posts about ADO.Net Data Services : ADO.Net Data Services Part 1 - Building a Simple Web Data Service ADO.Net Data Services Part 2 - Using Service Operations with WebGet ADO.Net Data Services Part 3 - Querying a Web Data Service and WebDataGen.exe I took a little time to write some logic that manipulates data on the client side and applies the changes back to the service. Starting...
ADO.Net Data Services Part 3 - Querying a Web Data Service and WebDataGen.exe This post is part of a series of posts about ADO.Net Data Services , a part of the ASP.Net 3.5 Extensions. In ADO.Net Data Services Part 1 - Building a Simple Web Data Service I had a step by step guide for building a simple web data service, that exposed resources as IQueryable properties of the DataContext . In ADO.Net Data Services Part 2 - Using Service Operations with WebGet I added some Service Operations to the Data...
LINQ to SQL Session @ Developer Academy 2 - Video is now Available On November 27th, 2007 I gave a session about LINQ to SQL at the Developer Academy 2 (The Israeli developers conference). You can download the presentation and video from My Presentations page. Although the presentation was given in Hebrew, you can benefit from the demos that were given in C#... Enjoy!
More Posts
Next page »