Browse by Tags
All Tags »
VS2008 SP1 (
RSS)
Getting Started with jQuery in Visual Studio 2008 In this post I’ll talk about adding jQuery IntellSense in Visual Studio 2008 , and how to add jQuery to a simple Web Application inside Visual Studio 2008. jQuery IntelliSense in Visual Studio 2008 - KB946581 In order to use jQuery in Visual Studio 2008 with IntelliSence a hotfix for Visual Studio 2008 must be installed: Download the hotfix from Connect Run the executable and extract its contents to a folder in your hard drive. Make sure all instances...
Building an Occasionally Connected ADO.Net Data Service with “Astoria Offline” Preview This is a step by step walkthrough of creating a new ADO.Net Data Service that support offline and synchronization with the recently released “Astoria Offline” alpha preview. 1. Create an ADO.Net Data Service that Allows Synchronization Create a new standard Web Application project. Add a new Entity Data Model. This time, make sure you select the [Offline Preview] ADO.Net Data Model template. Also notice that the...
ADO.Net Data Services Offline (“Astoria” Offline) – Alpha Preview While only a week ago, the Astoria team has announced ADO.NET Data Services v1.5 CTP1 . Today, an alpha preview of Astoria Offline just became available. ADO.NET Data Services v1.5 CTP1 is a tech preview of the next release of ADO.NET Data Services. It will initially target the .NET Framework 3.5 SP1 and Silverlight 2 platforms in a future version support the .NET Framework 4.0 platform. “Astoria Offline” enables developers to add...
Create Code Snippets Add In for Visual Studio 2008 Preparing for a technical session with coding demos, makes me think which pieces of code I am going to write during the demo, and which Code Snippets I am going to use. Additionally, If I something happens with code that I have written during the demo and it won’t compile I can also save myself using Code Snippets . The problem with Code Snippets is that it takes several minutes to create a new one, and the editing experience of them is not so friendly...
Download PDC 2008 Sessions and Watch Offline personally prefer watching sessions regardless of my Internet connection status, so I decided to download PDC08 sessions and watch offline . I collected the list of available sessions from PDC 08 , and they are easy to download. I personally use Free Download Manager for simultaneous efficient downloads - you can try it yourself. Just select all the text in this post, right click and select “Download Selected with Free Download Manager”. For a full list...
VS 2008 SP1: Add Reference to ADO.Net Data Service Not a log time ago, when Visual Studio 2008 SP1 Beta was released, I updated my ADO.Net Data Services series to the SP1 bits. In my post Visual Studio 2008 SP1: Querying an ADO.Net Data Service via .Net Client I showed how to use datasvcutil.exe to generate the client side classes in order to consume the data service. In SP1 of Visual Studio 2008 , things are a bit easier, with the Add Service Reference improvements that now supports ADO.Net Data...
WCF Service Contract Refactoring affects Configuration File in VS2008 SP1 Visual Studio 2008 shipped with several WCF project templates that give a better starting point than an empty project. The WCF Service library creates a project with an initial service contract, a basic service implementation class and some basic configuration settings in the configuration file. The thing was, that you would probably want to change the name of the service contract, the service implementation name and the names...
Training Kit for VS 2008 SP1 and .Net Framework 3.5 SP1 The ASP.Net 3. 5 Enhancement Training Kit was updated to VS 2008 SP1 and .Net Framework 3.5 SP1 and is available for download. This kit contains presentations, demos and labs for getting started with the new technologies that shipped as part of the service pack. Download here . Enjoy!
Silverlight 2 Beta 2 with VS2008 SP1 Just spotted this on Amy Dullard's blog: Silverlight Tools Must be Updated After Installing Visual Studio 2008 SP1 If you previously had Silverlight Tools Beta 2 installed, after installing SP1, if you open or create a Silverlight project, a dialog will open stating: Microsoft Silverlight Tools is unable to open the project due to a missing patch for Visual Studio. Please download the latest update from : http://go.microsoft.com/fwlink/?LinkID=120032 . An...
.Net Framework 3.5 SP1 and Visual Studio 2008 SP1 are Available! Read the announcement . Unlike other Service Packs from Microsoft, the SP1 of . Net Framework 3.5 and Visual Studio 2008 not only contains bug fixes and improvements, it also contains new technologies such as ADO.Net Entity Framework v1, ADO.Net Data Services v1, ASP.Net Dynamic Data and the framework and tools support for working with SQL Server 2008 that was RTM'ed last week . Here are some useful download links: VS 2008 Service...
If you haven't Installed VS 2008 SP1 Don't Install SQL Server 2008 Certain SQL Server 2008 features install components that are also part of the release version of Visual Studio 2008 SP1. So, if Visual Studio 2008 without the service pack is installed on your machine, you cannot install SQL Server 2008. If you try to install, you will ran into the following error: Rule "Previous releases of Microsoft Visual Studio 2008" failed. A previous release of Microsoft Visual Studio 2008...
SQL Server 2008 Resources After being announced on February 27th, SQL Server 2008 has been officially RTM'ed with a related press release . You can download it on MSDN Subscriber Downloads and TechNet Subscriber Downloads . Here are some additional resources you may want to check out: Download Microsoft® SQL Server® 2008 Enterprise Evaluation: Trial Experience for Developers Read about What's New in SQL Server 2008 Discuss it on SQL Server 2008 MSDN Forums Download SQL Server 2008 Jumpstart...
This post was made as part of writing my post: How To: Host Your Screencasts on Silverlight Streaming . Download the video Enjoy!
Visual Studio SP1: EntityDataSource - Overview Screencast I have just posted an overview screencast about EntityDataSource to channel9. The EntityDataSource is the new ASP.Net Data Source that ships as part of the ADO.Net Entity Framework in Service Pack 1 of Visual Studio 2008 and .Net Framework 3.5. In this video you will get a quick overview of the EntityDataSource and see some additional features you may want to explore later. If you want a step by step walkthrough of using the EntityDataSource...
Visual Studio 2008 SP1: LINQ to SQL with SQL Server 2008 Date Time Types One of the pillars of Visual Studio 2008 and .Net Framework 3.5 Service Pack 1 is the support for SQL Server 2008 in Visual Studio 2008 tools and the related data access technologies. I decided to check out how LINQ to SQL works with SQL Server 2008 Date and Time types in Visual Studio 2008 and .Net Framework 3.5 Beta. I created a simple database with a single table called friends, that holds my friends names and birth dates...
More Posts
Next page »