.NET news » Search results

Search results for query "COM" (123):

Excel Export Component Using XSL

This is an article on a Excel Export Component (Using XSL and XML) in .NET
2006-08-02 01:22:00   Source: Excel Export Component Using XSL   Tags: Components VB.NET

EasyPack - A Pushbutton Batch JavaScript Error Checking, Compression and Obsfucation Tool

EasyPack enables syntax checking, validation, compression and obsfucation of JavaScript files with a single click

Common Table Expressions (CTE) in SQL Server 2005

When crafting a query in SQL, there are often times when we may need to operate over a set of data that doesn't inherently exist within the system. For example, the database for an eCommerce web application would have the standard tables - Products, Customers, Orders, OrderDetails, and so on - but we may need to run reports on a particular subset of the data or against aggregate data across these tables. Or the reporting queries we need might need to group or filter by results returned by scalar subqueries. Typically, views are used to break down complex queries into digestible chunks or to provide scalar subquery results that can be grouped and filtered. Views, however, are sometimes overkill, as they are permanent objects at the system-level. If we only need to reference this complex query in a single stored procedure or UDF, another option is to use a derived table. Unfortunately, derived tables muddle the readability of the query and must be repeated for each use in a statement..
2006-07-18 19:00:00   Source: Common Table Expressions (CTE) in SQL Server 2005   Tags: Database

Tabs within ASP.NET 2.0 - Building a Composite Control

WebForms TabStrip Control
2006-07-15 19:58:00   Source: Tabs within ASP.NET 2.0 - Building a Composite Control   Tags: ASP.NET

HTTP Compression - Quick and Dirty Solution

Use HTTP Compression on ASP.NET 2.0 pages
2006-07-11 13:03:00   Source: HTTP Compression - Quick and Dirty Solution   Tags: ASP.NET Performance

ViewState Compression

How to compress the ViewState of ASP.NET pages and save bandwidth
2006-07-10 05:42:00   Source: ViewState Compression   Tags: ASP.NET Performance

Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0

If you never need to use compression for your applications, consider yourself lucky. For the rest of us, the good news is that .NET 2.0 has two new classes to handle compression and decompression streams. Find out when, and how, to use these valuable facilities.
2006-06-20 23:08:32   Source: Bulky Data Is No Problem Thanks to...   Tags: Examples

A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...

The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.

Web App Follies: Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls

Web App Follies: Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls
2006-06-07 19:00:00   Source: Web App Follies: Keep Sites Running Smoothly By Avoiding...   Tags: ASP.NET

The experience of using Spices.Obfuscator: Review of options,advises and recommendations

This article is devoted to consideration of practice with recommendations on how to use these options for protection not only against reverse engineering and deobfuscation, but also for protection of algorithms and data contained in .Net assemblies. Spices.Obfuscator is a tool for protecting different kinds of assemblies from managed C++ assemblies , ASP.Net, Windows.Forms and Compact.Framework assemblies. The Spices.Obfuscator tools can be customized by means of ObfuscationOptions which can be seen in Spices.Project for each project assembly. Open the assembly in Spices.Net, go to section Properties, open the property AssemblyList, and then open sub-properties to get the setting options of Obfuscator of each assembly.
2006-05-26 16:40:12   Source: The experience of using Spices.Obfuscator: Review of...   Tags: Security