wisemx

Stories submitted by wisemx

Microsoft ADO.NET team: The future of LINQ To SQL(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

I always get the same question about the future of LINQ to SQL. Finally the ADO.NET Team, which is supporting both LINQ to SQL and Entity Framework, made some clear statements. It is now clear that as of .NET 4.0, LINQ to Entities will be the recommended data access solution for LINQ to relational scenarios. The original statements can be found here: 1st: http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx 2nd: http://blogs.msdn.com/adonet/archive/2008/10/31/clarifying-the-message-on-l2s-futures.aspx read more...

add a comment |category: |Views: 21

tags: another

The simplicity that is the Asp.Net MVC(devlicio.us)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

Today I was browsing my list of RSS feeds and I stumbled upon a posting that showed some Asp.Net code. This code was nothing out of the ordinary, it was simply someone building a table with a repeater. . . read more...

add a comment |category: |Views: 12

tags: another

Free IIS7 Web Deployment sandbox accounts: DiscountASP.NET(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 6 months ago

MS Deploy - Fundamentals If you aren’t familiar with this tool yet, you’re going to want to take the time to browse the documents and give it a try. It is one of the fundamental building blocks that IIS will be building on the next several years. In it’s current beta form, it can be used to: •Migrate entire servers or individual sites from one machine to another (IIS6 –> IIS7) •Sync Servers, Sites, and Applications (IIS6 –> IIS6, and IIS7 –> IIS7) •Create offline packages that can be used as backups, version control, and deployment units Visual Studio 10 Integration! The beta also provides support for ‘delegated’ publishing, which enables Administrators to grant control to developers and Web site owners to do the packaging and publishing without being a machine administrator. This is going to be a huge boon for Shared Hosters especially, allowing richer application publishing than ever before. DiscountASP.net, one of our close hosting partners, is offering 2000 free accounts as part of a limited Beta which allows you to try out this new functionality – sign-up today, availability is limited. read more...

add a comment |category: |Views: 10

tags: another

IIS7 URL Rewrite Module - Video Walkthrough(learn.iis.net)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks: •Enabling user friendly and search engine friendly URLs for dynamic web pages •Enforcing canonical host names for web sites •Using rewrite maps •Blocking unwanted requests Also the video shows how to troubleshoot and debug rewrite rules. read more...

add a comment |category: |Views: 97

tags: another

Dev humor: Halloween, Daylight Saving Time, Bill Gates' new company(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Halloween, Daylight Saving Time, Bill Gates' new company and other mysterious things I've read this week ... read more...

add a comment |category: |Views: 10

tags: another

LifeHacker: 5 best URL Shrinkers(lifehacker.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

When every character counts, the right URL compacting service can mean the difference between saying what you want and desperately trying to fit a coherent thought into a few insufficient words. Earlier this week we asked you to share your favorite URL shrinking tools, and now we're back with the five most popular answers. Read on for a closer look at the five best URL shrinkers and to vote for the site you like best. read more...

1 comment |category: |Views: 9

tags: another

Microsoft launches DigiYouthz site for Irish students (blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Microsoft today launched DigiYouthz, a new programme designed to help Irish students see the incredible opportunities available from a career in the technology industry. The programme aims to address outdated stereotypes and to open students’ minds to the wide array of exciting business and technology career opportunities in the IT industry. The event will provide them with hands-on to experience of the very latest technology from computer gaming to online services and movie production. They’ll have the opportunity to use these technologies and hear from people working in a wide variety of roles at Microsoft. http://www.digiyouthz.com/ read more...

add a comment |category: |Views: 2

tags: another

Speech Recognition in Microsoft Word 2007 with Visual Studio 2008(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

A new community submitted article was just released on the Office Development with Visual Studio portal by MVP Alessandro Del Sole. In this article learn how to control the Vista operating system's speech recognition engine in .NET from a custom task pane in Microsoft Word 2007. This article compliments Alessandro's previous article on a text-to-speech add-in for Word 2007. read more...

add a comment |category: |Views: 21

tags: another

Load and Play Media Files at Runtime using Silverlight 2(dotnetcurry.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Sometime back, I had written a similar article Load and Play a Video File at Runtime using Silverlight 2 Beta 2. The article made use of the OpenFileDialog class in Silverlight Beta2 to load files at runtime. There have been quite a few breaking changes from Beta 2 to the final release of Silverlight. One of these changes affects Silverlight 2 application using the OpenFileDialog. In this short article, we will study these changes and explore how to load and play media files at runtime using the OpenFileDialog control using the final release of Silverlight 2. read more...

add a comment |category: |Views: 147

tags: another

Customizing a Silverlight Control ToolTip(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

ToolTips are quite useful for for displaying helpful information when the user hovers over a control. The way that ToolTips are usually used is by setting the ToolTipService.ToolTip property to some text. This will display the text in a rather bland rectangle, without wrapping. Here are some ways to make your ToolTips more useful and nicer looking. read more...

add a comment |category: |Views: 115

tags: another

Fix for the Hotfix for EnCoder 9(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Hotfix 929182 not updating Windows Media Encoder 9 components as expected on Vista I was in training a few weeks ago (WMS 2008 new features) and found that no matter what I did I was not able to get hotfix KB929182 installed on my Vista lab machine. The hotfix would act as if it installed correctly but the affected DLLs were not updated. The title of the KB in question is: “FIX: You may experience issues when you use Windows Media Encoder 9 Series on a computer that is running Windows Vista“. After having a number of CDNs report this issue, we investigated further and another engineer on my team was able to figure out the steps necessary to get this KB to actually install as expected. We think we know why this is occurring but we are still investigating. The steps below should help you to get around the issue until we can get the patch updated (assuming our requested changes are accepted). read more...

add a comment |category: |Views: 13

tags: another

MSDN Ireland: Webcast with Tim Heuer on Silverlight2, 15th October(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Tim will talk about using ADO.NET Data Services with Silverlight. As Silverlight 2 releases more organizations will be looking at the platform for business applications. Of course, most applications leverage some type of data in the workflow, whether that is simply presenting it or enabling users to operate (create,update,delete) on that data. We'll take a look at how some pieces of the .NET ecosystem help enable this quickly for Silverlight developers, specifically Silverlight 2, ADO.NET Data Services and .NET Framework 3.5 SP1. This will be broadcast live on Wednesday 15th of October at 15:00 (Irish time!) read more...

add a comment |category: |Views: 9

tags: another

Minrosoft: Silverlight 2 is Live(microsoft.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Redmond, Wash. — Oct. 13, 2008 — Microsoft Corp. today announced the availability of Silverlight 2, one of the industry’s most comprehensive and powerful solutions for the creation and delivery of applications and media experiences through a Web browser. Silverlight 2 delivers a wide range of new features and tools that enable designers and developers to better collaborate while creating more accessible, more discoverable and more secure user experiences. read more...

3 comments |category: |Views: 281

tags: another

Gary on Advertising ROI (Devs...Show this to your boss!)(garyvaynerchuk.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

ROI. I am talking about Return on the Investment of your advertising dollar. Traditional media advertising is incredibly expensive and doesn’t provide nearly the rate of return you can derive from intelligent web-based marketing campaigns in 2008 and beyond. read more...

add a comment |category: |Views: 9

tags: another

Why don't Beta 2 sites work on RC0(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

I've been getting a lot of questions and confusion around why you get the following strange behavior. "I've installed the RC0 developer runtime, and whenever I hit a Beta 2 site, I get the 'install badge' instead of my site. If I click this badge to install I can't because I'm told I already have a newer version. What gives?" When the browser sees an <OBJECT> tag, it looks at the type parameter to see what it should use to render the object. Silverlight Beta 2 uses the following: type="application/x-silverlight-2-b2" , Silverlight RC0 (and later RTW) uses the following: type="application/x-silverlight-2" read more...

add a comment |category: |Views: 3

tags: another

Button Content behavior changes in Silverlight RC0(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Recently I ran into an issue with my Silverlight application after I migrating it from Silverlight 2 Beta2 to RC0 version. Here is the sample code for sake of simple example purpose: read more...

add a comment |category: |Views: 5

tags: another