|
|
yesthatmcgurk
Stories submitted by friends of yesthatmcgurk
|
|
submitted by
wisemx
14 hours, 16 minutes ago
blogs.msdn.com — 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: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
14 hours, 33 minutes ago
officelabs.com — That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...
add a comment
|
category: Open Source | Views: 11
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
atifaziz
1 day, 15 hours ago
jason.diamond.name — Jason Diamond shows how to integrate JSLint (http://www.jslint.com/ by Douglas Crockford) into Visual Studio so that one can interactively clean-up JavaScript sources of common pitfalls without ever leaving the IDE. read more...
|
|
tags:
VisualStudio, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
1 day, 19 hours ago
blogs.msdn.com — I'm pleased to announce the availability of my first Silverlight 2 controls set: 'Dave's Glossy Controls for Silverlight 2'. read more...
add a comment
|
category: Silverlight | Views: 11
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
1 day, 19 hours ago
blogs.msdn.com — We tend to get an issue in the ASP.NET support group from time to time that is around Reporting Services. These are generally issues around the process taking up large amounts of memory or slow performance or similar things. Generally the reason behind this is due to the way the reports have been configured. For example, trying to pull down a 1,000 page report.
We now have some very good documentation on some best practices around how to properly use Reporting Services. You can read all about it from these links: read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
Reports, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
atifaziz
2 days ago
blogs.msdn.com — Internet Explorer 8, as of Beta 2, offers native JSON parsing (JSON.parse) and serialization (JSON.stringify) while maintaining compliance with JSON support as described in, “ECMAScript 3.1 Language Specification - Draft.” This will enable Ajax applications to run faster and parse untrusted payloads in a safe manner without resorting to (regex-verified) eval! read more...
add a comment
|
category: IE | Views: 4
|
|
tags:
AJAX, JavaScript, JSON | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
atifaziz
4 days, 19 hours ago
channel8.msdn.com — Microsoft got their best ad-agency guys and gals together to figure out how best to get the word out on PDC 2008. This (video) is an inside look at one of their early brainstorming sessions, which apparently got a little out of hand.
read more...
add a comment
|
category: Events | Views: 3
|
|
tags:
Windows, Humor, Fun | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
6 days, 9 hours ago
weblogs.asp.net — I just learned that our favourite Microsoft community sites (www.asp.net, www.iis.net, www.silverlight.net, and www.windowsclient.net) are under new management. The fabulous people at Telligent are "changing direction to focus more on building and servicing our flagship product: Community Server". So, welcome to Jay Esguerra and the folks at Neudesic who have officially taken over managing the sites today.
I'm a bit nostalgic to see the management change hands at www.asp.net. I remember the early years when the site and code were Rob Howard's personal responsibility. I was in charge of the ASP.NET Control Gallery back then and dealt directly with Rob to get tweaks made to the pages. At that time, Rob's original code was downloadable from the late GotDotNet site. read more...
add a comment
|
category: Community | Views: 8
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
8 days, 20 hours ago
blogs.msdn.com — Have you noticed that when ASP.NET web application is accessed for the first time the response is slow? The reason for such behavior is batch compilation that occurs on the first hit.
ASP.NET batch compilation is the process of compiling ASP.NET markup (content of aspx files) into temporary dll’s.
... read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 14 hours ago
blogs.msdn.com — In preparation for the upcoming release of Silverlight 2, we have released Silverlight 2 Release Candidate 0 (RC0) to developers to start the process of updating their code. Scott Guthrie just wrote about this in his blog yesterday. All of the details, including a breaking changes document are here http://silverlight.net/GetStarted/sl2rc0.aspx and here. As I have written a number of samples that use Silverlight 2 Beta 2, I will be going through this process with you as well – and blogging about it. When you encounter problems, your first resource should be the forums on the Silverlight.net site. read more...
add a comment
|
category: Silverlight | Views: 2
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 18 hours ago
blogs.msdn.com — Just thought I put together a small class that shows some of the new features in .Net 3.x
// Oldschool
private int oldAge;
public int OldAge
{
get { return oldAge; }
set { oldAge = value; }
}
// Newschool
public int NewAge{get; set;}
// Note, you can't mix old/new, ie:
//public int NewAge { get; set{value + 4}; } read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 18 hours ago
blogs.msdn.com — We have posted the first cumulative update for SQL Server 2008 aptly named Cumulative Update 1 (CU1). I thought before you considered installing a patch for SQL Server 2008, you would like to see a tour of what it looks like compared to SQL Server 2005 patch installations. read more...
add a comment
|
category: Database | Views: 1
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 20 hours ago
blogs.msdn.com — Today, we have released a preview of Expression Blend 2 Service Pack 1 that allows you to create content for the release candidate of Silverlight 2. read more...
add a comment
|
category: Silverlight | Views: 6
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 20 hours ago
blogs.iis.net — Today in the IIS.NET Forums a question was asked if it was possible to use the same IIS Manager Users authentication in the context of a Web Application so that you could have say something like WebDAV using the same credentials as you use when using IIS Manager Remote Administration. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
IIS, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
11 days, 20 hours ago
blogs.msdn.com — The WPFPerf tool comprises of a suite of performance profiling tools that allow you to analyze the run-time behavior of your WPF application and point to potential performance bottlenecks.
We now added some new functionality as well as given the tool a major facelift.
Below are highlights for some of the exciting improvements that are included in this update. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|