|
Posted to:
6 hours, 30 minutes ago
|
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...
|
|
Posted to:
10 hours, 12 minutes ago
|
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:
11 hours, 13 minutes ago
|
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:
21 hours, 34 minutes ago
|
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:
05-22-2012, 5:21 PM
|
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:
05-22-2012, 3:22 PM
|
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
|
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:
05-21-2012, 8:42 AM
|
(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...
Filed under: .NET, .NET General, Advanced .NET, ASP.NET, Code generation, General Software Development, Software Engineering, Visual Studio, O/R Mapping, LLBLGen Pro, Database / SQL Server |
|
Posted to:
05-21-2012, 12:01 AM
|
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:
05-20-2012, 8:42 PM
|
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...
|