|
Posted to:
13 hours, 1 minutes ago
|
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications . In this posting I will...
|
|
Posted to:
15 hours, 45 minutes ago
|
I am yet to find a proper sample on how to do realistic Test Driven Development (TDD) and how to write proper unit tests for complex business applications, that gives you enough confidence to stop doing manual tests anymore. Generally the samples show...
|
|
Posted to:
11-20-2009, 7:28 AM
|
One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly. To...
|
|
Posted to:
11-19-2009, 8:52 AM
|
More and more often I've been seeing C# code like this: var Data = GetData(); What on earth does GetData() return? This code is not as maintainable as it could be and is not as maintainable as it should be. Doesn't explicitly declaring the variable type...
|
|
Posted to:
11-19-2009, 7:57 AM
|
Just a decade and a half ago, the process of building a simple Windows-based application could have been described as a nightmare. The introduction of Visual Basic changed it so developers could for the first time implement Windows applications in an...
Filed under: AJAX, ASP.NET, C#, WinForms, Visual Basic, Visual Studio, .NET, web development, web applications, vb 6.0, vb.net, web 2.0, WYSIWYG, windows application, drag and drop, cloud, programming, developers |
|
Posted to:
11-19-2009, 7:48 AM
|
Until now we can use ASP.NET default output cache. We don’t have any option to write our own output cache mechanisms. ASP.NET 4.0 introduces extensible output cache – programmers can write their own output cache providers. In this posting I will show...
|
|
Posted to:
11-18-2009, 8:26 PM
|
So the Silverlight platform has been quite interesting for some time in concept, and had some niche abilities that made it perfect for streaming media, or writing simple rich applications. Around the time of Silverlight 3 things started to get interesting;...
|
|
Posted to:
11-18-2009, 5:48 PM
|
In the previous post of the Introduction to the Reactive Framework series, we covered how to create new IObservable<T> instances, either from scratch or from existing sequences. What this allowed us to do was turn an operation which was previously...
|
|
Posted to:
11-18-2009, 2:49 PM
|
Ya tenemos la beta de Silverlight 4. Son muchas las novedades que hay, de momento voy a listarlas junto a sus enlaces: Mejores herramientas API de impresión Manejo del evento del click derecho Acceso al micrófono y webcam Soporte nativo...
|
|
Posted to:
11-18-2009, 1:25 PM
|
This is part of a series of postings asking for improvements to Visual Studio and ASP.NET. As a commercial web control developer, I have to include extensions to Visual Studio's design mode, such as UITypeEditors and TypeConverters. Both of these classes...
|