.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
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
2006-07-25 09:04:00 Source: EasyPack - A Pushbutton Batch JavaScript Error Checking,...
Tags: Ajax
Performance
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..
Tabs within ASP.NET 2.0 - Building a Composite Control
WebForms TabStrip Control
HTTP Compression - Quick and Dirty Solution
Use HTTP Compression on ASP.NET 2.0 pages
ViewState Compression
How to compress the ViewState of ASP.NET pages and save bandwidth
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.
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.
2006-06-12 19:16:00 Source: A component that prints any Control, including ListViews,...
Tags: Components
Graphics
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.


Syndicate