|
|
|
|
|
| | Total Hits: 35 | Today: 0 | Author: interface Mirror | Rating:  |
| |  A collection is a set of similar objects that can be accessed using only one reference. In this article i assume that you know about usage and benefits of using collections but if you need to know more about them you may find this article useful.... |
| | Total Hits: 24 | Today: 0 | Author: Koen Vingerhoets | Rating:  |
| |  It was a dark and stormy day... and my boss asked the option to sort a DataGrid. If bound to a DataTable, the easy solution is to sort the DataView. Alas. My application uses LLBLGen Pro to build a Data Access Layer on top of the database. Initially, we weren't to keen to use LLBLGen, basically because we didn't get the full power of that application. But now I was stuck with a bunch of custom collections, on which no sort was provided. My colleague that wrote those parts even commented: don't u... |
| | Total Hits: 45 | Today: 0 | Author: dB. | Rating:  |
| |  RemoteInstall is a pragmatic approach to testing, and has been extremely successful at my day job. We went through several test framework iterations, and just couldn't get any automation going. We tried expensive systems and Open-Source stuff. We spent cash. We made automation a priority. It continued being a dead end. In the meantime, we were authoring MSI installers like crazy. We had to deal with a large distributed system that was having a high deployment failure rate, a system made of many ... |
| | Total Hits: 33 | Today: 0 | Author: Roman Kiss | Rating:  |
| |  This article describes how to setup default values of the value type fields in the .NET class using the Custom Attribute from the Application Assembly or Config file. The concept is based on attributing the fields with a specified default value. These default values are persisted in the assembly metadata during the compiling time. Using the "generic loader" function during the run-time, the attributed fields can be initialized by these Default Values.... |
| | Total Hits: 32 | Today: 0 | Author: Mark F Garrison | Rating:  |
| |  This application connects to the Exchange server and checks for unread mail in your inbox. Outlook does this already, but this feature doesn't work well with SpamBayes. I decided I'd write my own in C# using the CDO Library... |
| | Total Hits: 16 | Today: 0 | Author: Antoun Gorgy | Rating:  |
| |  Trying here to introduce something new with some funny features, while using the System.Net.Mail. Like;
1- Sending an e-mail with a built in html editor which can send special formatted e-mails
2- Draw your own paintings save and/or attach them immediately with one click.... |
| | Total Hits: 63 | Today: 0 | Author: Robert Pittenger | Rating:  |
| |  In Part 1, I showed how to implement MFC-style serialization in .NET using an Archive class similar to MFC's CArchive. In Part 2, I will show how Archive can serve as a base class for MfcArchive - a .NET class that allows reading MFC-serialized objects into .NET applications, with proper conversion of CString, COleDateTime, and COleCurrency.... |
| | Total Hits: 89 | Today: 0 | Author: Kyle Morris | Rating:  |
| |  VWrappingLabel is based on the Symantec WrappingLabel. Here is a brief blurb taken straight from Daniel Kirkdorffers Visual Cafe Tips, which was the place this code was found originally. Symantec's WrappingLabel is a very handy component. On top of the ability to automatically wrap label text to fit the width of the component, WrappingLabel can work as a good substitute for the basic Label component in cases where you want to modify foreground or background colors of your label.... |
| | Total Hits: 62 | Today: 0 | Author: fr_marx | Rating:  |
| |  Publishing one’s APIs to developers and geeks has gained momentum over the Internet as a way to foster innovation and drive use for services. All Web players, including icons such as Yahoo, Google, Microsoft, Amazon and eBay, now offer wide arrays of APIs. APIs have mushroomed in the last 4 years and telcos have eventually caught up. In May 2008, Orange will offer its own portfolio of alpha, beta and commercial API services aimed at the developer communities. It will stimulate collaborative inno... |
| | Total Hits: 119 | Today: 0 | Author: jgauffin | Rating:  |
| |  This is my first article ever and all feedback is appreciated.
A while ago I needed a server framework that used I/O completion ports and I did not find any solutions that fit my need. Those that I found where either too complex or not designed for reusability. Therefore I started to make my own, and this is the result. All classes are fully commented with doxygen comments.... |
| | Total Hits: 43 | Today: 0 | Author: himanshu2561 | Rating:  |
| |  This article explains that how to work with oracle strore procedure which return multiple ref cursors using Data Access Application Block (DAAB) of Enterprise Library.... |
| | Total Hits: 110 | Today: 0 | Author: Vuyiswa Maseko | Rating:  |
| |  Every time in my career when I learn something new, I always wish to share it. Every time when someone is new to a subject, at least he has to Google before he can post in the Forum. Sometimes the answers that are found in threads are not complete. I would like to take this chance to increase the pages and results found when you Google the subject “How to Store a Connection string in an App.Config file or Web.Config File. Let’s hear my story first.... |
| | Total Hits: 128 | Today: 0 | Author: Joshy George | Rating:  |
| |  This is a sample program that will demonstrate how to change resolution at runtime. All programmers are facing common problem is how to change screen Resolution dynamically. In .Net 2005 it's very easy to change the screen resolution. Here I will explain you how can we get the Screen resolution and how we will change the resolution at dynamically and while unloading the page it will come as it was before. In dot net we can access the values of user's screen resolution through the Resolution clas... |
| | Total Hits: 44 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This example shows how to use a RotateTransform on a MediaElement.... |
| | Total Hits: 46 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  The Identity Model infrastructure in Windows Communication Foundation (WCF) is used to perform authorization checking. As such, a common task is to compare claims in the authorization context to the claims needed to perform the requested action or access the requested resource. This topic describes how to compare claims, including built-in and custom claim types. For more information about the Identity Model infrastructure, see Managing Claims and Authorization with the Identity Model.... |
| | Total Hits: 144 | Today: 0 | Author: Guido_d | Rating:  |
| |  There have been some articles on converting local files to pdf on this site, but I was looking for a solution to serve dynamic pages directly as PDF. This should be done by using the user's session, eg rendering a user-specific report. This article shows a quick and dirty way to accomplish this using ghtmldoc. Ghtmldoc is a GPL licensed program that converts a html file on disk to pdf. I have included a binary version of the program, but feel free to create your own as I'm not sure that it's the... |
| | Total Hits: 46 | Today: 0 | Author: fodonnel | Rating:  |
| |  In developing ConfigManager.Net I set out to address the following problems: * While many of the items in the app.config\web.config file are generic to all team members some settings especially in the appSettings and connectionStrings sections may need to be different. * The configuration sections of referenced assemblies is not automatically merged into the configuration file of the main application.... |
| | Total Hits: 45 | Today: 0 | Author: EJocys | Rating:  |
| |  This article will help to choose proper SQL XML Documentation format for future and helps to convert these comments into Microsoft Help formats with minimal resources.... |
| | Total Hits: 27 | Today: 0 | Author: Muaddubby | Rating:  |
| |  Logging is something any respectable application needs to do. Whether it's to keep track of what the application is doing under the hood (for possible trouble shooting), to show a list of events that we might need to inform the user of, or simply to keep a history of events, logging is as necessary to the programming world as note taking is to a class room. If you don't do it, you might be able to get by for the moment. Just hope you never need to refer back to something that happened a few minu... |
| | Total Hits: 144 | Today: 0 | Author: Todd Anglin | Rating:  |
| |  Visual Studio 2008 is here. So is .NET 3.5, the new major version of the .NET framework. In the two years that have passed since Visual Studio 2005 and .NET 2.0, Microsoft has been busy adding features to the new IDE and Framework. And as with previous .NET releases, Telerik has prepared industry leading UI components that leverage the latest from Microsoft so that you can begin building tomorrow’s solutions today.... |
|
|
|
|
|
|
|
|
|
|
|
|
|