SuperWasp

SuperWasp

Productivity tips, reviews, tools, software and gadgets.

 
How-to: Viewing current Route in ASP.NET MVC

ASP.NET-MVC-Active-Route

For those who are playing with the ASP.NET MVC CTP bits, here's an easy way to check the routing info that was used to arrive at your View. You need to enter this into your Site.Master shared view, put it just below the menu-div.

ASP.NET-MVC-Active-Route-Code

<div class="debug">
    <dl>
        <dt>Current routing url:</dt>
        <dd><%= ViewContext.RouteData.Route.Url.ToString()%>
        </dd>
        <dt> Current routing values:</dt>
        <dd>
            <ol><%= ViewContext.RouteData.Values.ToFormattedList("<li>{0}</li>") %></ol>
        </dd>
    </dl>
</div>

Labels: , , , ,

» Full Article

  Posted by oVan on Friday, December 21, 2007 | PermaLink | 2 comments
A revolution in your Inbox: Xobni
You don't have to believe me, but there's a revolution coming to your Outlook inbox. It will not only replace the existing Search function, but provide a whole lot of productivity improvement:

Xobni outlook add-in for your inbox

  • Super-fast search finding mail, people and even attachments

  • Useful statistics about your contacts

  • Automatically extracts phone numbers from emails (and showing where exactly it extracted them)

  • See all attachments for a selected contact, no more searching through all the emails

  • Finally threaded conversations

  • ...and a lot more!



Click the button to discover this great plugin:
Xobni outlook add-in for your inbox

Labels: , , ,

» Full Article

  Posted by oVan on Tuesday, December 18, 2007 | PermaLink | 0 comments
« SuperWasp start page