Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Gizmox is solving 2 major Compatibility Issues

    The Visual WebGui team is currently working on 2 major compatibility issues: 1. Making Visual WebGui Silverlight presentation layer work correctly with Silverlight version RC0. In version RC0 Microsoft has changed major structure of the object model and properties naming dramatically (for the last time...
    Posted to Visual WebGui (Weblog) by Visual WebGui on 11-11-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, Silverlight, .NET, community news, SL 2, firefox, FF3, framework
  • Microsoft Outlook OLE automation to bulk adjust email display name

    I've just written code bellow to adjust email display name from my contacts on Personal Folders > Contacts > Plaxo Option Explicit Private Sub cmdExecute_Click() Dim blnDirty As Boolean Dim objOutlookApplication As Outlook.Application Dim objOutlookMAPIFolder As Outlook.MAPIFolder Dim objOutlookContactItem...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 07-15-2005, 12:00 AM
    Filed under: .net, framework, microsoft, visual, basic, visual basic, visual basic .net
  • How to subscribe to MSN Spaces RSS feeds

    Probably somebody else has already posted about it, but I'll write about it here anyway, so the word spreads faster. To subscribe to MSN Spaces RSS feeds, just enter the the HTML URL, plus "/feed.rss". As an example, suppose you want to add Shiju Varghese MSN space to your blogroll in your...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 12-16-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, xml
  • An attention-getting resume

    JY found the most original resume I've ever seen. I immediately forwarded it around the company. If he ends up getting hired, I'll let you know. But it sure did get attention! Hint: try something original and do it on your blog. [ Via Robert Scoble ]
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 11-11-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft
  • Bin, Oct and Hex

    Visual Basic 6 has the Hex function, but no Bin or Oct, so I wrote the silly functions bellow, just to have a bit of fun. Option Explicit Public Function Bin(ByVal lngNumber As Long) As String Do While lngNumber > 0 Bin = (lngNumber Mod 2) & Bin lngNumber = lngNumber \ 2 Loop If (Len(Bin) Mod...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 10-01-2004, 12:00 AM
    Filed under: .net, framework, microsoft, visual, basic, visual basic, visual basic .net
  • Cool GUI for editing parameters in visual studio - vote for it!

    I vote for it and you? Mitch Denny proposes a very cool idea for popping up in-place GUI when you need to edit a formatted string or other parameter in source code . He has posted his idea up on the Ladybug site ; I’ve voted for it, and you should too! [ Via: Bruce Williams, Microsoft C# Compiler...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 08-23-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, visual, visual studio .net, studio, visual studio
  • ASP.NET 2.0 Security Features

    ASP.NET 2.0 contains a new set of security-related controls, known collectively as the Login controls. By taking advantage of the Login controls, you can create standard registration, login, and password recovery pages without writing any code. [Via Ohad Israeli, Israel ]
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 07-08-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, asp.net, security
  • Visual Studio 2005 - Edition x Feature comparison chart

    I have read a lot of blogging posts and some MSDN articles about Visual Studio 2005, but have not found a comparison chart anywhere. What I and problably many out there wanted is a chart like the one below. Visual Studio 2005 Edition Features Academic Express Professional Enterprise Developer Enterprise...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 06-30-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, visual, visual studio .net, studio, visual studio
  • Visual Studio 2005 Beta 1 and the Express Edition Betas have launched

    I must give some of the Express Editions a try. Let's start downloading right now... [Via Christa Carpentiere ] [Via Duncan Mackenzie ] [Via Benjamin Mitchell ] [Via Tim Sneath ] [Via Bill McCarthy ] [Via Robert Scoble ] [Via Chris Sells ] [Via Kent Sharkey ] [Via Kent Sharkey ] [Via Dan Fernandez...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 06-29-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, visual, visual studio .net, studio, visual studio
  • Problems syndicating some feeds lately

    I have had problems syndicating some feeds lately. Can someone out there help me anyway? I send feedback to the webmasters, but no answer so far. 4GuysFromRolla.com Headlines . Could not read this feed due to invalid XML or the feed is in HTML. This may correct itself when the author updates the feed...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 06-28-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, xml
Page 1 of 9 (81 items) 1 2 3 4 5 Next > ... Last ยป