Sign In
dot net miscellany
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ActionResult
asp.net
ASP.NET MVC
C#
emulator network connection
Extension Methods
LINQ
MVC
Patterns and Practices
RSS
sharepoint
Silverlight
SmartPart
Syndication
System.Net.WebPermission
wcf
web service
web.config
webpart
windows mobile
Archive
Archives
March 2009
(2)
February 2009
(1)
January 2009
(1)
September 2008
(1)
August 2008
(3)
April 2008
(1)
MSDN Blogs
>
dot net miscellany
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
dot net miscellany
ASP.NET MVC + RSS ActionResult
Posted
over 3 years ago
by
JoE
9
Comments
ASP.NET’s new MVC framework (currently at RC2 release ) makes syndicating your data ridiculously simple to implement. A Trivial Example For example, in a trivial blogging MVC site your ‘Home’ Controller may have a ‘Posts’ Action handler, so when you navigate...
dot net miscellany
ASP.NET MVC + Silverlight
Posted
over 3 years ago
by
JoE
8
Comments
I’ve recently been playing around with ASP.NET’s new MVC (Model View Controller) framework and have to say, its pretty cool. You can find MVC downloads, tutorials and other errata here . However, I ran into abit of a problem with MVC when using Silverlight...
dot net miscellany
Extending Object!
Posted
over 3 years ago
by
JoE
2
Comments
Ever wanted to add your own methods to Object...or any other type for that matter? I've recently started playing around with Extension methods in C# and they're pretty damn cool. To add your own method to a Type: First create a static class...
dot net miscellany
How to host Silverlight in SharePoint
Posted
over 3 years ago
by
JoE
2
Comments
Hosting Silverlight in SharePoint is actually pretty simple in its basic form. If you want more control over your Silverlight app within SharePoint there's always the excellent Silverlight Blueprints . The only prerequisite i'm aware of is that the IIS...
dot net miscellany
Using the Model-View-Presenter (MVP) Design Pattern to enable Presentational Interoperability and Increased Testability
Posted
over 4 years ago
by
JoE
1
Comments
What is MVP? Model View Presenter (MVP) is a software design pattern which essentially isolates the user interface from the business logic. MVP is derived from the Model View Controller (MVC) pattern, and originally conceived by the renowned Agile...
dot net miscellany
Windows Mobile dev - Emulator network connection
Posted
over 4 years ago
by
JoE
1
Comments
Recently I've had to do a spot of Windows Mobile dev, part of which requires the mobile app to call a webservice, simple enough you may think. Well it is once you can figure out how to get the emulator to use the host network connection. So here's...
dot net miscellany
Installing SmartPart for Sharepoint (with a dash of WCF) 2 of 2
Posted
over 4 years ago
by
JoE
1
Comments
In my last post I explained (as countless other blogs have) how to install SmartPart on SharePoint and get a user control to display inside it. Now I'm going to try and give you a few pointers on some of the pitfalls involved in trying to get your WebPart...
dot net miscellany
Installing SmartPart for Sharepoint (with a dash of WCF) 1 of 2
Posted
over 4 years ago
by
JoE
1
Comments
It's a friday afternoon and I've just spent the better part of the day banging my head against SharePoint, so in a break from tradition I've decided to blog about how I got it working. For those who don't know, SmartPart is a funky little Web Part...
dot net miscellany
Shiny new blog
Posted
over 4 years ago
by
JoE
1
Comments
This is my new MSDN blog. Work/Life balance permitting (lol) I'll update this with dev hints, tips and tricks which will hopefully elucidate a few people.
Page 1 of 1 (9 items)