|
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: Alaa-eddine KADDOURI
|
Rating:
|
|

This article is a quick guide to some features of DNJ framework.
DNJ is an open source framework that helps using JQuery with ASP.Net applications.
It provide helper functions, Ajax extender, transparent RPC, and an implementation of JQuery UI components as ASP.net webcontrols...
|
|
|
|
Total Hits: 190 | 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: 163 | 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: 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 it...
|
|
|
|
Total Hits: 1 | 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: 2 | 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: 22 | 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: 6 | 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: 22 | 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: 32 | 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: 6 | Today: 0
|
Author: Abhishek Sur
|
Rating:
|
|

In today's world when you are developing a real world application with huge codebase, lots of attributes that we have to think. Few of them are Maintainability, Understandability, Clarity, Dependency, Product Superiority etc. We do lots of hard work to maintain our code, make the code well commented so that future developers might understand the code better, we find dependency between two or more assemblies and try to minimize dependency, limit the no of Lines of Code and so on and finally do te...
|
|
|
|
Total Hits: 57 | Today: 0
|
Author: Addison-Wesley
|
Rating:
|
|

Chapter 1 provided a high-level overview of the issues involved in building distributed systems. It introduced a solution to these issues, the .NET Framework, and used a simple "Hello World" example to highlight the language interoperability offered by the .NET Framework. But, as is so often the case, the devil lies in the details. Chapters 2 through 4 describe in more depth the three CLR subsystems: the type system (described in this chapter) and the metadata and execution systems (described in...
|
|
|
|
Total Hits: 54 | Today: 0
|
Author: DotNetIdeas
|
Rating:
|
|

In a recent .NET compact framework application I was working on, I needed to add an image to the form's background. I did it by using the code from this video tutorial from Microsoft. However, the video also told us that the label control (and other controls) in .NET compact framework doesn't support transparent background. You will have to create your own user control. I found a good article Creating gradient background with transparent labels in .NET Compact Framework by Per Ola Sæther. It hel...
|
|
|
|
Total Hits: 29 | Today: 0
|
Author: S. Senthil Kumar
|
Rating:
|
|

Who likes to see an unkempt room? A street littered with garbage? A smelly toilet?
Who likes to see objects go undisposed in managed code?
Hopefully, no one.
Non-deterministic garbage collection in .NET makes it your responsibility to dispose objects, and bad things can happen if you don't do that. Besides the cost of finalization, your application could run out of resources and crash if it happens to consume them in a way that doesn't trigger garbage collection....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: mahosi1
|
Rating:
|
|

Threading is a major part of application development. .Net offers some great ways to handle threading, one being the Asynchronous Programming Model (APM). When using APM though, you tend to write a lot of boilerplate and repetitive code - particularly in a winforms environment. The code I am introducing wraps that boilerplate code and abstracts some of the responsibilities a developer might have when marshalling callbacks to the appropriate thread....
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: John Grove
|
Rating:
|
|

This small application allows the user to select an EXE from a dialog by which it will use the Native Image Generator (Ngen.exe). As most who use Ngen know, it is a command line tool which is not very intuitive. I got tired of typing the commands in, and created this app to simply select the EXE....
|
|
|
|
Total Hits: 59 | Today: 0
|
Author: S. Senthil Kumar
|
Rating:
|
|

I'm sure all of us here would agree that there's no such thing as too much logging - the more the better. However, peppering source code with log statements clutters code, and the repetitive nature of the work results in a lot of copy/paste errors. This article presents a simple tool that works on .NET assemblies to execute arbitrary code at the start and end of each method in the assembly. The most obvious use of such a tool is to modify the binaries to log the starting and ending of execution ...
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: thund3rstruck
|
Rating:
|
|

CD-Beaver is a simple program for cataloging optical media such as Compact Discs (CD) and Digital Versatile Discs (DVD). The application uses an XML back end as it's data store and is a nice partner for disc carrying cases. The purpose of the CD Beaver is to simplify the process of storing and locating discs and the files contained on those discs. In this article I will demonstrate the various uses of CD Beaver and how it could make archiving your media easier and less stressful....
|
|
|
|
Total Hits: 103 | Today: 0
|
Author: M Usman
|
Rating:
|
|

I was working on a database oriented application and came to know that i need a code snippet that can search in an arraylist. Obviously, If you have stored defined datatypes directly, it is very easy to search the arraylist. That is by using the ArrayList.Contains Methods. In my case, I had an Array List that contained objects of one of my own classes. .Net Framework doesnt provide such a method to search within the custom objects of particular classes. So I worked out for a search method that c...
|
|
|
|
Total Hits: 81 | Today: 0
|
Author: RoobanSolomonRaja
|
Rating:
|
|

This Article will help to invoke or call QTP i.e, Quick Test Professional from .Net 2005. To work with this Tool you need to have basic idea about QTP automation on WebPages and C#.Net windows application....
|
|
|
|
|
|