Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 psheriff 
6 hours, 30 minutes ago

Client-Side Logging in Silverlight

Many of us have implemented logging in our ASP.NET, Windows Forms and WPF applications, so why shouldn’t you do the same in your Silverlight applications? Well, you should. In this blog post I will show you one approach on how you might perform this logging...
Filed under: , ,
Posted to:
10 hours, 12 minutes ago

Extract to User Control in visual studio11

This post will be part of Visual Studio 2011 feature series . I have been playing with Visual Studio 11 beta recently and everyday I am amazed with new features of it. Today I have found one more very useful feature Extract to User Control feature. In...
Posted to:
by
 shiju 
11 hours, 13 minutes ago

Beginner’s Guide to Node.js on Windows Azure

In this post, I will provide an introduction to Node.js and Windows Azure tools for Node.js and will also provide few resources to start and develop Node.js apps on Windows Azure. Introduction to Node.js The Node.js website is given the following introduction...
Posted to:
by
 sreejukg 
21 hours, 34 minutes ago

Using custom fonts in your web pages

From the start of web, people were restricted to use standard fonts(those are globally available in all platforms) such as Arial, Times etc, for displaying content in web pages. The main issue was that the browser did not have the capability to read the...
Posted to:
by
 MarcLaFleur 
05-22-2012, 5:21 PM

Windows Azure for Amazon AWS Users

One hurdle I run across while talking to AWS users about Azure comes down to terminology. Every cloud vendor has their own vernacular and this can be a source of endless frustration when one starts to compare the two services. Developers that have already...
Posted to:
by
 dwahlin 
05-22-2012, 3:22 PM

Getting Started with CSS Media Queries

If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types such as "print", backgrounds, navigation bars...
Posted to:
05-22-2012, 3:18 PM

Browser selection in Visual Studio 11

This blog post will be a part of Visual Studio 2011 Beta Feature series . In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio...
Posted to:
by
 FransBouma 
05-21-2012, 8:42 AM

LLBLGen Pro feature highlights: assigning attributes based on rules to properties in generated code.

(This post is part of a series of posts about features of the LLBLGen Pro system) One of the things which makes some people hate generated code is that it's effectively 'read-only' code: changing it will make you run the risk that your changes are likely...
Posted to:
by
 Wallym 
05-21-2012, 12:01 AM

Xamarin Designer for Android Webinar - Webinar via AppDev May 23

I'll be doing a Webinar on May 23 on the Xamarin Mono for Android Designer that is new with Mono for Android 4.2. This is a free webinar presented by AppDev, please attend if you can. Here is some info on the webinar: Android user interfaces can be created...
Posted to:
by
 psheriff 
05-20-2012, 8:42 PM

Retrieve System Information in Silverlight

In a Silverlight application we are building for a client, they wanted an About screen that would display system information such as the current URL, the operating system name and version, the product name and various other information. In the same application...
Filed under: ,

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