Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 WeigeltRo 
04-30-2013, 11:38 PM

Using Nancy to Remotely Control a Desktop Application

I recently had the requirement to control a desktop application from a mobile device. The application, written using Windows Presentation Foundation (WPF) uses the secondary monitor of a system in full-screen mode, generating views that are shown on projection...
Filed under: , ,
Posted to:
by
 Jeff 
04-28-2013, 11:28 PM

Building a live blog app in Windows Azure

If you're a technology nerd, then you've probably seen one technology news site or another do a "live blog" at some product announcement. This is basically a page on the Web where text and photo updates stream into the page as you sit there...
Posted to:
by
 dwahlin 
04-27-2013, 2:08 AM

Understanding C# Events, Delegates and Lambdas – New Pluralsight Course

C# continues to grow in popularity attracting more and more developers looking to build Web, desktop or mobile applications targeting a variety of platforms. As developers learn the language the concept of events, delegates and lambdas tend to trip some...
Posted to:
by
 bipinjoshi 
04-26-2013, 8:19 PM

Working with Arrays in C#

Basics of using arrays in C#: Arrays are frequently used to store data of the same type. You can use arrays in C# in many different ways. Although single dimensional arrays are most commonly used, other varieties such as multidimensional arrays and jagged...
Filed under: , ,
Posted to:
by
 dwahlin 
04-25-2013, 1:18 AM

What’s the Developer Community Like in India? My interview with Pinal Dave and Aaron Skonnard

I had the opportunity to sit down with Pinal Dave and Aaron Skonnard at Pluralsight’s 2013 Author Summit to discuss the developer community in India and how immense it is. I’ve always been fascinated with the Indian culture, have a lot of friends there...
Posted to:
by
 Wallym 
04-23-2013, 6:00 AM

Testing WebAPI with Fiddler

I was wanting to test some WebAPI Methods via Fiddler so that I could all be working on one machine, debug, and make sure that everything is working. Here is what my fiddler setup looks like: We're calling into a method with the signature: public List<CustAd>...
Filed under: , ,
Posted to:
by
 bipinjoshi 
04-23-2013, 12:58 AM

Content Negotiation in Web API

Whenever you access ASP.NET Web API from your client side script (JavaScript / jQuery) by default the data is returned in JSON format. However, in certain cases you lay want to retrieve the data in XML format instead of JSON. On the server side, Web API...
Posted to:
by
 bsimser 
04-22-2013, 4:33 PM

Virtual Machine Tips for running SharePoint

Just a few simple Virtual Machine tips when developing in SharePoint My VMs are 40GB in size and pre-allocated. After installing SharePoint, SQL Server, and Visual Studio and all the tools I need I have about 10GB for data which is more than sufficient...
Posted to:
by
 Wallym 
04-22-2013, 11:10 AM

Xamarin.iOS Visual Studio Plugin Article

Url: http://visualstudiomagazine.com/articles/2013/04/01/ios-development.aspx Developers working with Xamarin MonoTouch have been stuck with developing on a Macintosh and working with MonoDevelop. This hasn't been a bad thing. The Apple iOS SDK only runs...
Posted to:
by
 Jeff 
04-19-2013, 8:31 PM

One interface to rule them all

I'm not shy about telling people that I'm not much of a computer science kind of guy. It's not that I don't respect computer science or understand it, I'm just not one to get academic over it to the point of not building anything. And while I can't always...

< Previous 1 2 3 4 5 Next > ... Last »