ASP.NET Weblogs

Posted to:
by
 DigiMortal 
13 hours, 1 minutes ago

ASP.NET MVC: Creating reports using Chart control

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:
by
 oazabir 
15 hours, 45 minutes ago

Unit Testing and Integration Testing in real projects

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:
by
 DigiMortal 
11-20-2009, 7:28 AM

Visual Studio 2010: Generating sequence diagrams on the fly

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:
by
 SGWellens 
11-19-2009, 8:52 AM

Can the C# ‘var’ Keyword be Misused?

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...
Filed under: , ,
Posted to:
by
 Visual WebGui 
11-19-2009, 7:57 AM

Visual WebGui for the web and cloud, is what Visual Basic was, for the desktop

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...
Posted to:
by
 DigiMortal 
11-19-2009, 7:48 AM

ASP.NET 4.0: Writing custom output cache providers

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:
by
 Freakyuno 
11-18-2009, 8:26 PM

Silverlight 4

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:
by
 podwysocki 
11-18-2009, 5:48 PM

Introduction to the Reactive Framework Part V

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:
by
 eecsaky 
11-18-2009, 2:49 PM

Silverlight 4 Beta publicado

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...
Filed under: ,
Posted to:
by
 plblum 
11-18-2009, 1:25 PM

Give us more control of Intellisense

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...

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


Microsoft Communities