|
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: John Papa
|
Rating:
|
|

ADO.NET in the next release of Visual Studio® code-named "Orcas" features the new Entity Framework. It allows developers to focus on data through an object model instead of through a logical/relational data model. The Entity Framework helps abstract the logical data schema into a conceptual model and allows for multiple ways to interact with the conceptual model through Object Services and a new data provider called EntityClient. This month’s column discusses what the Entity Framework is, how i...
|
|
|
|
Total Hits: 202 | Today: 0
|
Author: peterchen.
|
Rating:
|
|

With AddIn Manager you can enable/disable addins, set load options, and do the dreaded ResetAddin that sometimes just is necessary. Additionally, explore all the locations where Visual Studio searches for addins. For me, the AddIn Management in Visual Studio 2005 is broken: Search and Load mechanism is more complex and less transparent than ever, and the advertised functionality like enabling addins, and controling their load time often doesn't work. As SP1 doesn't seem to change that, I decided...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Qwertie
|
Rating:
|
|

In the Go programming language, you do not say explicitly that your type implements a given interface. Instead, a type is convertible to any interface, just so long as it implements all the methods in the interface. This often reminds people of "duck typing" in dynamic languages such as Python or Ruby, but it is faster; in fact, Go interface calls are the same speed as virtual method calls in C++ and C#!...
|
|
|
|
Total Hits: 172 | Today: 0
|
Author: Selvin.
|
Rating:
|
|

Sometiems you need to write extension to Terminal Services(if you used it) So why don't write it in your favorite programming language(for me it's a C#) Why i'm playing with TS ? How it started? Well ...In our firm almost all peoples('bout +120) work on TS, we have 3rd Party ERP system installed on servers and there is an export funtion using Excel automation. Now is the question: how to use this functionality whithout spending money on TWO licens for Excel for every user(that's right, in thi...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Roger Allen
|
Rating:
|
|

This article is a follow on to the article An MFC extension library to enable DLL plug-in technology for your application using MESSAGE_MAPs. If you are not familiar with the library itself I would recommend that you look at the main article first.
When I first published the MFC plug-in architecture I always intended to write a series of standard plug-ins which add functionality to all applications. This is the second in that series, the first being the example plug-in with the main artic...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: gordon_matt
|
Rating:
|
|

This article will demonstrate how to create a basic plug-in application for WinForms using the PluginFramework. This is not intended to be a perfect solution, but it is a mighty good start in that direction if I must say so myself! It should help you get started on the right track. I have been meaning to write this for quite some time, but never had the time; in fact, I still don't have much time, so you'll have to forgive me if the article is somewhat lacking in elaboration!...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Olivier Gaudefroy
|
Rating:
|
|

Application internationalization mostly uses resx file to store the various strings that needs to be translated. This tool helps you to ensure that your resx file within a Visual studio project are correctly filled with a comment value for each entry....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: SteveLi-Cellbi
|
Rating:
|
|

Applications built for .NET tend to be composed of a large number of assemblies and it's not a secret that .NET code can be easily decompiled using dissasemblers. It might be useful to pack all application assemblies into a single native executable, thus reducing application size and providing some degree of code protection. In this article, we'll look into a simple way of creating a .NET application packer tool. The complete source code and documentation of the tool is free to download at the C...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: ken.loveday
|
Rating:
|
|

Anyone who has used the .NET System.Timers.Timer class for low interval times will realise that it does not offer a very high resolution. The resolution will be system dependant but a maximum resolution is usually around 15ms, (the System.Windows.Forms.Timer has an even worse resolution, although it is unlikely a UI will be need to be updated this fast). Significantly better performance can be achieved using the Win32 multimedia timer (there are various .NET projects that wrap this timer), howev...
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: Goldytech
|
Rating:
|
|

I got a overwhelming response for my post , CRUD Operations using Ado.net Entity Framework. Continuing further on this I wanted to show some advanced features of ado. net entity framework. In this post I discuss about how you can do CRUD Operations on master details tables. Perform some business validation rules using Entity Framework partial classes both at the field level as well as on the record level. Sounds interesting then continue read on. This post is the Part two of Entity Framework. I ...
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: Izzet Kerem Kusmezer
|
Rating:
|
|

I have release a new version 1.6.0.0 which has the following features
* General Support For Extraction Of .Net 4.0 And VS2010 Support Added. * The sourcefile targets are now extracted from srvsrc files and no longer hardcoded. * The supported VS Versions are added to the config file and can be extended without changing the sourcecode. * General Code Cleanup Applied....
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: Aviad P.
|
Rating:
|
|

In this article I will present a generic, dynamic and type-safe implementation of an IComparer object.
* Generic: It is a .NET generic class. * Dynamic: The sort order is settable and changable at run time. * Type-safe: Safe for compile time checking, refactoring, and there are no strings involved....
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

The Type Library Importer converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. The output of Tlbimp.exe is a binary file (an assembly) that contains runtime metadata for the types defined within the original type library. You can examine this file with tools such as Ildasm.exe....
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: thund3rstruck
|
Rating:
|
|

This article introduces a robust and effective command line abstraction class which can be used to simplify the most common tasks involved with interfacing with windows command line applications in C#. These features include the ability to launch new processes synchronously or asynchronously, the ability to capture and redirect application output, and the ability to receive call backs from command line programs, even when they do not implement any type of exit code indicator (which is required f...
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: ron wilson
|
Rating:
|
|

This project is my personal branch of Xiangyang Liu's XYWinService.
In this version, I leverage my own SimpleService project to add features and solve a few minor annoyances....
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: kiran dangar
|
Rating:
|
|

Being an asp.net developers we develop a web project and get it completed in a months of time as there are many organizations which works on very tight bound timeline for developing web sites Or web application projects. And delivers the project to client in months of time While after project delivery if client come up saying that they are facing problems or application is giving errors, that time it always becomes a headache for a developer to test each things even whole project sometimes to fi...
|
|
|
|
Total Hits: 37 | Today: 0
|
Author: Alaric Dailey
|
Rating:
|
|

I am hoping that this will be the first in a series of articles building "bricks" of reusable code. First up is ReaderWriterLocks. In this article, I will show a simpler way of dealing with ReaderWriterLocks....
|
OSIcon
|
Version:
0.00
|
Price: $0.00
|
|
|
Total Hits: 8 | Today: 0
|
Author: knive1
|
Rating:
|
|

This library can retrieve icons from extensions and files, with additional information like file type (Hard Drive, Folder, PHP Script File, ...). Also provide a class for CACHE icons and create a ImageList with added icons...
|
|
|
|
Total Hits: 37 | Today: 0
|
Author: Ralph Willgoss
|
Rating:
|
|

The aim of this article is to show how you can install, configure, and have CruiseControl.NET perform continuous monitoring by running a scheduled task.
Once you've seen the idea behind how to set everything up, it's quite easy to extend this concept to perform continuous monitoring on things such as:
* Health monitoring for key systems (databases, Web services, etc.) * Report generation * Batch jobs * Content that is produced to be consumed via RSS or expo...
|
|
|
|
Total Hits: 45 | Today: 0
|
Author: Goldytech
|
Rating:
|
|

I got a overwhelming response for my post , CRUD Operations using Ado.net Entity Framework. Continuing further on this I wanted to show some advanced features of ado. net entity framework. In this post I discuss about how you can do CRUD Operations on master details tables. Perform some business validation rules using Entity Framework partial classes both at the field level as well as on the record level. Sounds interesting then continue read on. This post is the Part two of Entity Framework. I ...
|
|
|
|
|
|