(Gunnar Peipman) ASP.NET MVC does not have built-in support for chart control and that’s why I worked out my own solution to make ASP.NET MVC support chart control. With ASP.NET MVC 3 we will get official support for charts right out of the box. In this posting I will show you how to use charts in A
Other News
Hosting the Razor Engine for Templating in Non-Web Applications
(Rick Strahl) Microsoft’s new Razor HTML Rendering Engine that is currently shipping with ASP.NET MVC previews can be used outside of ASP.NET. Razor is an alternative view engine that can be used instead of the ASP.NET Page engine that currently works with ASP.NET WebForms and MVC.
ASP.NET MVC 3 Remote Validation Tutorial
(David Hayden) This tutorial is related to the last one in that it has to do with validation on a registration request form.
Building Web Browser Application using Visual Studio 2010
(Mahesh Chand) In year 2001, I wrote my first application on using the WebBrowser ActiveX control in C#. You may read this article here: Web Browser in C# and VB.NET.
Oracle Nested Tables
(James F. Koopmann) In the purest sense, a nested table is nothing more than a normal table that has a column whose datatype is another table. Call it a table within a table, a column that is of type table, or a column that has for its values another table.
Oracle 11g SOA Suite read multi record data from csv file with the file adapter (master-detail)
(Jan-Leendert) The file adapter is a very powerlful tool to read files with structured data. Most of the time you will read simple csv files with one record per row. But what if your csv file contains multiple records with different types. Even then you can use the file adapter.
How to monitor services on 11GR2 ?
(Coskan Gundogar) It is very important to have our services run on the preferred nodes for the stability of our system (as long as all nodes are available) and we sometimes see some of our services move between nodes without any good reason on 11GR2 grid.
Query performance decreases when sys.dm_db_index_usage_stats has large number of rows
Consider the following scenario: –In Microsoft SQL Server 2005, you frequently perform DDL operation that involve dropping and recreation of lot of tables (especially temporary tables in tempdb database). –You have a large number of entries (100,000 or more) in the sys.dm_db_index_usage_stats
Using SQL Server as a Web Service
(Buck Woody) All versions of Microsoft SQL Server versions can be networked and support TCP/IP. And all versions and releases can certainly be used as a “back end” to an Internet or Web Page based system.
SQL SERVER – DMV – sys.dm_exec_query_optimizer_info – Statistics of Optimizer
(Pinalkumar Dave) Incredibly, SQL Server has so much information to share with us. Every single day, I am amazed with this SQL Server technology.
