cainfotech

Stories submitted by cainfotech

Passing Information Securely Between ASP and ASP.NET(devx.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

ou can transfer information between systems using ASP.NET in multiple ways; however, many are cumbersome, complicated, or insecure. For example, many data transfer methods pass information in plain text, which makes the data vulnerable to both interception and misuse. This article centralizes the methods to interact with data used in both ASP and ASP.NET applications. You achieve this by using the same methods of encrypting and data-packaging in ASP.NET as in classic ASP—in other words, by calling .NET code via COM from classic ASP pages. read more...

add a comment |category: |Views: 2

tags: another

ADO.NET 2.0: The Data Access Classes Nobody Learned About(devx.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

The release of ADO.NET 2.0, as part of the Visual Studio 2005 launch and the refresh of the .NET Framework and Common Language Runtime, passed relatively unnoticed. That's understandable. With so much going on in the Microsoft tools domain, with the new Visual Studio Team System, SQL Server 2005, and previews of Office 12 and Windows Vista, that some little database connectivity stuff could easily be overlooked read more...

add a comment |category: |Views: 3

tags: another

Debugging APIs expose the Finalizer thread(blogs.msdn.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Why don't the managed Debugging APIs expose the Finalizer thread? Read here... read more...

add a comment |category: |Views: 1

tags: another

Impersonation and Exception Filters in v2.0(blogs.msdn.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

This article is for a potential security hole when malicious code can set up an exception filter before calling your code which does impersonation. Read to know more on the same.... read more...

add a comment |category: |Views: 3

tags: another

Build World-Ready Apps Using Complex Scripts In Windows Forms Controls(msdn.microsoft.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Developing world-ready software is one of the requirements software companies must meet if they want to reach customers around the globe. Text-rendering libraries must excel at rendering text, as well as at supporting international locales (language packages) read more...

add a comment |category: |Views: 3

tags: another

self-contained ASP.NET application that demonstrates a few things(weblogs.asp.net)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

David Hayden blogged about a cool new ROW_NUMBER() function that SQL 2005 provides that got me excited and inspired to write a little code last night. read more...

add a comment |category: |Views: 6

tags: another

Bridging the Directory Services Gap (redmondmag.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Microsoft Active Directory is the 800-pound gorilla in this space, outstripping contenders like Novell NDS. As the successor to NT 4.0, AD has a lot going for it, including identity management, delegated rights, deep third-party support and my personal favorite read more...

add a comment |category: |Views: 1

tags: another

JavaServer Faces and ASP.NET - A Side by Side Look(developer.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

In this article, a little more functionality will be added to these applications.. read to know more.... read more...

add a comment |category: |Views: 0

tags: another

Creating ASP.NET Photo Album using FileSystem as Data(dotnetslackers.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Photo Album is asp.net application which allows you to easily create online photo album just by specifying folder containing subfolders and images. I created this application to share personal photos with friends and family, last month I converted it to .Net Framework 2.0 and decided to share with community............ read more...

1 comment |category: |Views: 96

tags: another

Debugging: Best Practices (vbprofs.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Whether you are a programmer or a project manager, “program bugs” throb you the most. As said that – “A running program is the most illusive piece of beauty”, but it take lots of effort before we get that going. Bugs are true show stoppers. As someone said that – “To err is human, to debug is divine”. In this article I will try to put the best practices that can be used to debug. These practices are helpful to programmers as well as other administrator who write SQL Queries and Shell Scripts........ read more...

add a comment |category: |Views: 48

tags: another

History of the Computer - Codes for Data Transfer, Part 3 of 3 (vbprofs.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

These were the backbone of operator communication with the computer, but were also used for remote input of data. A phone line could be used to link a storeman in the warehouse with the main computer using a modem (Modulator-Demodulator) in much the same way you dial-up to your ISP (Internet Service Provider) read more...

add a comment |category: |Views: 0

tags: another

SumColumn: Custom DataGrid Column that automatically shows Sum/Count/A(vbdotnetheaven.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

A normal requirement in any ASP.Net application is to sum/average up the values in a DataGrid column to the Footer. In this article we will compare the normal methods and later create our own custom DataGrid column "SumColumn", derived from BoundColumn to avoid repetition of the same code. ........ read more...

add a comment |category: |Views: 19

tags: another

Guerrilla ASP.NET 2.0(develop.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

ASP.NET 2.0 is a large release of new functionality for Web development. Guerrilla ASP.NET 2.0 is an intensive and in-depth course that focuses on these new features.......... read more...

add a comment |category: |Views: 0

tags: another

Writing C# 2.0 Unsafe Code(c-sharpcorner.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

We will see that C# allows suspending the verification of code by the CLR to allow developers to directly access memory using pointers.......... read more...

add a comment |category: |Views: 3

tags: another

Writing Dataset to Excel in ASP.NET(c-sharpcorner.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

This article is helpful for those who would like to write dataset contents to a excel file and try to display it in the browser......... read more...

add a comment |category: |Views: 176

tags: another

ASP.NET 2.0 RSS Toolkit(theserverside.net)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

Microsoft's ASP.NET team has released an RSS toolkit so applications can send and receive RSS feeds..... read more...

add a comment |category: |Views: 2

tags: another