52coding

Stories submitted by 52coding

Work with Excel in .NET(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

As my searches on the Internet show, there are enormous ways and libraries (mostly commercial) to use Excel files and Charts in a programmatic way. One of the official ways relating to the .NET world is using Primary Interop Assemblies or PIAs as a bridge between Office components and .NET programs. read more...

add a comment |category: |Views: 14

tags: another

SQL Server 2005 Alerts(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

This article discusses the details about SQL Server Alerts.It is not possible for DBAs to check continuously for every special condition. There may be special conditions in which DBA wants to do some automatic management or get notified. SQL Server has feature called ALERTS to cope with this requirement. read more...

add a comment |category: |Views: 21

tags: another

WebSite compatibility Test tool:IETester(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. read more...

add a comment |category: |Views: 6

tags: another

PSPad: Super Text and code editor(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

PSPad is a freeware programmer’s editor for Microsoft Windows operating systems, useful for people who:work with various programming environments like highlighted syntax in their source code need a small tool with simple controls and the capabilities of a mighty code editor .. read more...

add a comment |category: |Views: 10

tags: another

Open source SQL Client in C#:SQL Buddy(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

Features: Table Report - Quickly bring printable info about a table Tabbed Windows - VS.NET style editor windows User Functions - see what user functions are in your databases Stop Button - allowing you to stop execution of an SQL statement (finally!) System Functions - displayed in database explorer. This is quite handy. read more...

add a comment |category: |Views: 24

tags: another

asp.net xml parser:SAX.NET(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a de facto standard. Read more about it on the website of the SAX project. SAX for .NET is the port of SAX to C#. Read more about the differences between the Java version of SAX and the C# version by visiting the differences section read more...

add a comment |category: |Views: 26

tags: another

Asp.net create Navigation Menu with XML Datasource(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

Throughout my Web designing days, I always needed navigation menus with dynamic content which are also easily editable and customizable. Last month, I decided to write a simple menu control which uses CSS to style and uses XML as source for menu items. read more...

add a comment |category: |Views: 92

tags: another

python ide:UliPad(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

UliPad is en editor written in python and wxPython. UliPad uses Mixin and Plugin technique as its architecture. Most of its classes can be extended via mixin and plugin components, and finally become an integrity class when creating the instance. So UliPad is very dynamic. read more...

add a comment |category: |Views: 14

tags: another

SQL Server 2008 XML(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

SQL Server 2008 provides several enhancements over SQL Server 2000 in terms of XML support and some enhancements over SQL Server 2005. While much of the backward-compatible XML-specific functionality from SQL Server 2000 is available in SQL Server 2008, most of it has been deprecated in favor of the new features and functionality. read more...

add a comment |category: |Views: 15

tags: another

Visual Studio 2008 Samples for c#(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

LINQ Samples :We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included. read more...

add a comment |category: |Views: 20

tags: another

How to drag and drop multiple outlook mail messages(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

A project came up at work the other day requiring the ability to drag and drop any number of mail messages or mail message attachments from outlook into a WinForm application… Easy I thought, this has to be a common problem I will just jump on CodeProject find an example and with a bit of tweaking be running in no time. read more...

add a comment |category: |Views: 32

tags: another

.Net super MessageBox(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

Some applications need a more advanced message box than MessageBox class provided by .NET. This article presents a .NET library called MessageForm that can be used instead of .NET MessageBox getting more features and improvements. read more...

add a comment |category: |Views: 42

tags: another

Free SQLLite Manager:SQLite Expert(52coding.com)

submitted by 52coding52coding(255) 3 years, 9 months ago

SQLite Expert is a powerful visual tool that enables you to easily administer your SQLite3 databases and gain significantly better visibility into how your databases are operating. SQLite Expert integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface. read more...

add a comment |category: |Views: 489

tags: another

Asp.Net: write, read, deleted and append cookie(52coding.com)

submitted by 52coding52coding(255) 3 years, 10 months ago

asp.net use cookie code. read more...

add a comment |category: |Views: 166

tags: another

. Net development tools necessary:Snippet Compiler(52coding.com)

submitted by 52coding52coding(255) 3 years, 10 months ago

Snippet Compiler is a Windows-based applications, you can use it to write, compile and run code. Snippet Compiler now has support. NET Framework 3.5, the latest version Snippet Compiler Live 2008 Ultimate Edition for Developers (Alpha). read more...

add a comment |category: |Views: 334

tags: another

SQL Injection attack detection tools(52coding.com)

submitted by 52coding52coding(255) 3 years, 10 months ago

1.Scrawlr https://download.spidynamics.com/Products/scrawlr Microsoft and HP co-developed tools, will be the site of reptiles, string enquiries all the pages of analysis and SQL INJECTION found that the risk. Scrawlr part of HP WebInspect use the same technology, but only detected SQL INJECTION risk. read more...

add a comment |category: |Views: 13

tags: another