Paulo Morgado

.NET Development & Architecture

This Blog

Syndication

Search

Sponsored By

Tags

News

Unit Test Today! Get Typemock Isolator!

Books

 

Events

Visitors

Visitor Locations

Community

Email Notifications

Archives

Profile

Browse by Tags

All Tags » MSDN (RSS)
ReMIX 09 Is Coming To Lisbon, Portugal
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!

Posted Wed, Sep 9 2009 19:50 by Paulo Morgado | with no comments

Microsoft Tech•Ed Europe 2009 Registration Opened
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...

Posted Mon, Jun 22 2009 23:42 by Paulo Morgado | with no comments

Playing With SQL Server CLR Integration – Part IV (Deploying To SQL Server 2005)
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...

Posted Sat, Jun 13 2009 9:39 by Paulo Morgado | 2 comment(s)

Playing With SQL Server CLR Integration – Part III
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...

Posted Fri, Jun 12 2009 1:11 by Paulo Morgado | with no comments

Playing With SQL Server CLR Integration – Part II
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...

Posted Fri, Jun 12 2009 0:52 by Paulo Morgado | with no comments

Playing With SQL Server CLR Integration – Part I
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...

Posted Fri, Jun 12 2009 0:41 by Paulo Morgado | with no comments

MSDN Code Search Preview
(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...

Posted Tue, Mar 31 2009 0:38 by Paulo Morgado | with no comments

Filed under: ,

MIX09 Session Presentation Slides
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

Posted Thu, Mar 26 2009 2:51 by Paulo Morgado | with no comments

Filed under: , , , , ,

MIX09 Session Videos – How I Did It
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;...

Posted Mon, Mar 23 2009 2:04 by Paulo Morgado | with no comments

MIX09 Session Videos
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...

Posted Mon, Mar 23 2009 1:06 by Paulo Morgado | with no comments

ASP.NET Futures: Control ClientID Generation
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...

Posted Wed, Mar 18 2009 2:44 by Paulo Morgado | with no comments

Filed under: , , , , ,

Setting A Web Proxy Through Configuration In .NET Applications
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...

Posted Mon, Jan 12 2009 19:06 by Paulo Morgado | with no comments

Another Great Example Of Silverlight Deep Zoom – From ViaTecla Innovation Laboratories
This innovative use of Deep Zoom uses screenshots of sites powered by ViaTecla ’s software solutions to form a picture of a Santa Claus.

Posted Wed, Dec 24 2008 14:16 by Paulo Morgado | with no comments

Saved By The .NET Framework Cleanup Tool – Again!
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...

Posted Mon, Dec 22 2008 0:23 by Paulo Morgado | with no comments

Filed under: , , ,

How To Issue Server Callbacks
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...

Posted Mon, Dec 15 2008 1:03 by Paulo Morgado | with no comments

Filed under: , , , ,

Improving Debugging And Testing Through Assertions
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...

Posted Wed, Dec 3 2008 2:56 by Paulo Morgado | with no comments

The Future Of C#
If you were able to attend this session at PDC or Tech-Ed EMEA Developers , you were presented with a first class presentation of the future of C# , presented, respectively, by Anders Hejlsberg and Mads Torgersen . For the near future ( .NET 4.0) C# will...

Posted Wed, Dec 3 2008 1:17 by Paulo Morgado | with no comments

PDC And Tech-Ed Wrap-Up
(It might seem a bit late for this, but, lately, I’ve been having a lot on my mind. So here it goes.) This was my first PDC . It was just as I had been told. For those who don’t know, the PDC is all about the future. The near future ( .NET 4.0 and Windows...

Posted Tue, Dec 2 2008 0:15 by Paulo Morgado | with no comments

MSDN Ramp Up Program
I just came across this: www.MyRampUp Ramp Up is a free, online, community-based program that can help users save time in learning Microsoft technology. The easy-to-access content (provided by subject-matter gurus) is specifically tailored to the Ramp...

Posted Fri, Nov 7 2008 0:53 by Paulo Morgado | with no comments

PDC2008 Is Over! PDC2009 Is Coming!

Posted Mon, Nov 3 2008 1:06 by Paulo Morgado | with no comments

More Posts Next page »