Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > C-Sharp
Search:
What's New - What's Hot
Listings for Assembly Assembly (137)
Listings for Attributes Attributes (134)
Listings for Authentication Authentication (25)
Listings for Automation Automation (79)
Listings for Binding Binding (4)
Listings for C# and XML C# and XML (194)
Listings for Cachy Cachy (49)
Listings for Code Generation Code Generation (170)
Listings for Collection Collection (152)
Listings for Collection Controls Collection Controls (45)
Listings for Com Component Com Component (203)
Listings for Compiler Compiler (37)
Listings for Configuration Configuration (124)
Listings for Custom Controls Custom Controls (807)
More Categories for Database Database (921)
Listings for Date & Time Date & Time (222)
Listings for Debug and Tracing Debug and Tracing (149)
Listings for Email Email (124)
Listings for Error Handling Error Handling (32)
Listings for Events & Delegates Events & Delegates (332)
Listings for Exception Handling Exception Handling (100)
Listings for FAQ FAQ (14)
More Categories for File Management File Management (42)
Listings for Form Handling Form Handling (9)
Listings for Graphics & Charts Graphics & Charts (718)
Listings for Guest Book Guest Book (3)
Listings for Introduction Introduction (65)
Listings for Java And C-Sharp Java And C-Sharp (153)
More Categories for Language Reference Language Reference (553)
Listings for Messaging Messaging (25)
Listings for Metadata Metadata (30)
Listings for Miscellaneous Miscellaneous (1698)
Listings for Multilingual Support Multilingual Support (17)
Listings for Multimedia Multimedia (281)
Listings for Namespaces Namespaces (58)
Listings for Object Oriented Programming Object Oriented Programming (471)
More Categories for Office Documents Office Documents (62)
Listings for Performance/Optimization Performance/Optimization (129)
Listings for Reference Reference (106)
Listings for Reflection Reflection (133)
Listings for Registry Registry (73)
Listings for Regular Expressions Regular Expressions (217)
Listings for Remoting Remoting (114)
Listings for Sample Chapters Sample Chapters (76)
Listings for Sample Programs Sample Programs (2456)
More Categories for Scripting Scripting (245)
Listings for Security & Encryption Security & Encryption (338)
Listings for Serialization Serialization (125)
More Categories for Server Controls Server Controls (981)
Listings for Socket Programming Socket Programming (86)
Listings for System.Net System.Net (362)
Listings for Threading Threading (274)
Listings for Tips & Tricks Tips & Tricks (1128)
Listings for Type Casting in C# Type Casting in C# (49)
Listings for User Management User Management (55)
Listings for Validation Validation (40)
More Categories for Web Services Web Services (183)
Listings for Windows Forms Windows Forms (909)
Listings for Windows Services Windows Services (155)
 


Addition, Multiplication of Very Long Integers    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Saleth Prakash       Rating:  
Read Reviews | Write Review |   Your Rating: 

Well, I am posting an article after a long gap. When i was reading a C++ Programming, i came across a programme that was showing using of very long integers. It was quiet good and that impressed me and made me write the same in C#....

Composed LINQ Queries using the Decorator Pattern    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Anas Karkoukli       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article series will explore practical uses and applications of design patterns in day to day development practices, using practical examples in C#. The first article (one of hopefully many more to come) will cover the Decorator Pattern. This series is also published on my Blog C# | B# | Stay# [^] which as its name implies celebrates the #-ness in all things!...

UI Automation with Windows PowerShell    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

Though it has only been around for a relatively short amount of time, Windows PowerShellTM is already one of my favorite tools. I recently discovered that Windows PowerShell has all the features you need for creating a tiny library that will enable you to write ultralightweight UI automation....

The Microsoft UI Automation Library    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are several techniques you can use to test the user interface of a Windows® application. For example, you can use System.Reflection classes to test Microsoft® .NET Framework applications or you can test both .NET and native applications by calling Win32® API functions such as FindWindow—either with unmanaged C++ or with C# or Visual Basic® by using the P/Invoke mechanism....

Web UI Automation with Windows PowerShell    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows PowerShellTM, the new Microsoft command shell and scripting language, is a great platform for several kinds of lightweight test automation. In this month's Test Run column, I show you how to use Windows PowerShell to create quick and easy UI test automation for any kind of Web application by automating Internet Explorer®. This column is primarily intended for beginners, but experienced engineers will find some interesting information here, too....

MSI for a .NET COM component with NAnt    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: stoyac       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes a very simple COM component created with C# and the way, how to deploy it as an MSI installation file created with NAnt and NAntContrib. The created MSI will build and install the COM component so that it can be used from VBS and C++ clients. The created type library can be also used from a VBA code after few manual operations as well....

Splash and Login Forms (Problems and solutions)    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: vladisvit       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I would like to discuss a problems creation the Splash \ Login Forms. I often bumped on the questions of the novice programmers about the Splash \ Login Forms on the forums. The answers on these questions often don't give a fully information, in my opinion. So I decided to write the article. It describe the most fully these problems and solutions....

Creating a simple Windows Service    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Andrii Muza       Rating:  
Read Reviews | Write Review |   Your Rating: 

I'll show how to create simple Windows Service in MS Visual Studio 2010 Express using no template....

Querying Non- IEnumerable collections : LINQ to Object Part 4    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dhananjay Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I am going to show, how we could apply LINQ to query non-IEnumerable T Collections.

I have created a class for my explanation purpose. Student class is having details of students....

Network Protocols    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: :Shashi Ray       Rating:  
Read Reviews | Write Review |   Your Rating: 

n Network protocols are the set of predefined rules, used by the devices connected to network to communicate with each other

n Different network protocols include NetBIOS/NetBEUI, TCP/IP and IPX/SPX

n NetBIOS protocol is used for communication within a LAN and operates at the session layer of the OSI model

n NetBIOS provides three types of services namely Name service, Session service and Datagram service

n Name service allows an applicat...

Reinvigorate your Threat Modeling Process    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Adam Shostack       Rating:  
Read Reviews | Write Review |   Your Rating: 

My colleague Ellen likes to say that everyone threat models all the time. We all threat model airport security. We all threat model our homes. We think about threats against our assets: our families, our jewelry, and our sentimental and irreplaceable photographs (well, those of us old enough to have photos that never existed in digital form do). We model threats based on architecture: there's a wall here, a picture window there, and an easily climbed tree that we can use when we forget our keys....

Configuration Testing With Virtual Server, Part 1    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this month's column, I'll introduce you to software configuration testing with Microsoft® Virtual Server. Configuration testing is a general term that simply means testing a software system on different combinations of hardware and software. The traditional way to perform software configuration testing is to set up a lab with multiple physical machines running different combinations of operating systems, Web browsers, and other software. This can be expensive and time consuming. Happily, Virt...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net