Browse by Tags
All Tags »
Microsoft (
RSS)
For the first time, ReMIX is coming to Portugal . The event will have a keynote and 3 tracks (Web Developer, UX and Architect) with 4 sessions each by the best speakers in each field. Don’t miss it! Register now!
Filed under: Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, Web, Mix, Mix09, Expression Blend, Expression, ASP.NET MVC, Expression Studio
After all these years, it's still an honor, a privilege ... and a few stressful days.
Microsoft Tech•Ed Europe 2009 Registration is now open. There are a few novelties this year: Due to attendee feedback, both the Developer and IT Pro editions will take place at the same time (November, 9-13). The registration site uses Windows Live™ ID...
With all developed and tested on my laptop using SQL Server 2008, it’s time to deploy to the company’s test machine running SQL Server 2005. The first thing I ran into when executing: CREATE ASSEMBLY [MyAssembly] AUTHORIZATION [dbo] FROM '...\MyAssembly...
You might have noticed that I used LINQ in my last Playing With SQL Server CLR Integration posts ( Part I , Part II ). I couldn’t make it work with the standard Visual Studio 2008 SQL CLR project template. Changing the Target Framework to .NET Framework...
On my last post , I showed how to convert a property bag stored in text to a CLR Table-Valued Function . I started thinking that I could retrieve the property values, but I couldn’t change them or add new properties. Passing a table as a parameter is...
I’m currently working with an application that stores a property bag in a SQL Server column like this: [[[name1]]] value1 [[[name2]]] value2.1 value2.2 [[[name3]]] value3 Don’t ask me why it’s done like this. It just is. The application decodes this property...
The Next Generation of Windows® is almost here! Microsoft is setting up a video blog that will officially debut in early May called Talking About Windows . This video blog provides insight on Windows 7 from the Microsoft engineers who helped build the...
(Just read about this on CoDe Magazine ) Microsoft launched MSDN Code Search Preview . The MSDN Code Search Preview lets you search for code in the MSDN Library, MSDN Code Gallery, and CodePlex. You can read all about it on the about page or this post...
On a previous post I introduced the feeds I created to subscribe to Mix09 session videos. I’ve decided to also create a feed for the presentation slides: PPTX: http://feeds.paulomorgado.net/PauloMorgado/Events/Mix09/SessionSlides
On my last post I introduced the feeds I created to subscribe to Mix09 session videos. In case someone is interested on how I did it, here it is: <% @ WebHandler Language ="C#" Class ="mix09" %> using System; using System.IO;...
Updated (2009Mar25): Added MP4 feed. Mix09 is over and I would like to watch some sessions. I like to watch these kind of videos by subscribing them using the Zune Software as a podcast. I like the Zune Software because it downloads the “episodes” and...
ASP.NET is expected to have some improvements on the generation of client IDs . Although this is a major improvement, it comes short by not allowing the generation of shorter client IDs for server controls. My good friend Nuno Gomes has done some work...
I’m all against monopolies, so I’m glad the Eurocrats are putting my tax payer Euros to good use. But it also got me thinking. If I buy something like an operating system, I expect the vendor to be responsible for what I’m buying. Does anyone think Microsoft...
Specially in enterprise environments, proxy servers are used to access the Internet. In a Windows / Internet Explorer environments there is a proxy server configuration in Internet Properties > Connections > LAN settings > Proxy server . Although...
This innovative use of Deep Zoom uses screenshots of sites powered by ViaTecla ’s software solutions to form a picture of a Santa Claus.
I don’t know what’s wrong with my XP system (besides the fact that I’m still using it) but I couldn’t install .NET 3.5 without removing .NET 2.0 and now I couldn’t install apply SP1 without removing .NET 3.0 and 3.5. Fortunately, I was rescued by Aaron...
Use the mouse wheel to zoom in and out and the left mouse click and drag to move around.
Callbacks were introduced in ASP.NET 2.0 and is a simple mechanism for calling page or control functionality without page rendering and without the user noticing a post back. For a page or control to handle callbacks, all it needs is to implement the...
Reading through the The Typemock Insider blog, I came across this post from Gil Zilberfeld . I myself tend to fall in Gil’s practice ("binary search" debugging), but I don’t think Kent Beck has the right solution . Gil’s suggestion of using...
More Posts
Next page »