praveenk

Stories kicked by praveenk

Introduction to the interoperation between .Net and COM: Part I (c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This is a brief introduction to the COM component object model. read more...

add a comment |category: |Views: 120

tags: another

How to create a COM application and consume it from within VC++6.0 - .(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 73

tags: another

How to create a COM object using VS 2008 and consume it from VB 6.0 cl(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 106

tags: another

Forms Authentication with Active Directory(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

This article and sample code explains how you can take advantage of Active Directory in Web applications for authenticate and authorize the Web site users. read more...

add a comment |category: |Views: 328

tags: another

Remote Desktop using C#.Net(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network. read more...

1 comment |category: |Views: 647

tags: another

Formula Generator - A Regular Expression Generator Class in C# and .NE(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression. read more...

add a comment |category: |Views: 374

tags: another

Math Equation Editor in C#(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations. read more...

add a comment |category: |Views: 635

tags: another

Kiss your databse only once!!!(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

This article explains about how to update the multiple records in the data controls to the server in a single transaction. read more...

add a comment |category: |Views: 601

tags: another

Accessing the Active Directory from Microsoft .NET(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article is intended to explain the architecture design of one application querying information to Microsoft Active Directory. Microsoft Active Directory is a directory service that provides the foundation for distributed networks built on Windows. read more...

add a comment |category: |Views: 7

tags: another

Monitoring Database Connections using Performance Counters(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

Monitoring Database Connections using Performance Counters By Chandramouli Muralidaran October 14, 2009 ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections. read more...

add a comment |category: |Views: 258

tags: another

Introduction to Model View Control (MVC) Pattern using C#(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

The benefits of using the Model-View-Control (MVC) pattern in our development projects is that we can completely decouple our business and presentation application layers. Furthermore, we will have a completely independent object to control the presentation layer. read more...

2 comments |category: |Views: 461

tags: another

Changing User Information using Active Directory(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

If your company is one of the lucky? Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the active directory. read more...

add a comment |category: |Views: 1

tags: another

WCF tracing FAQ(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

In this article we will look how we can trace and debug information in WCF services. There are some ready made tracelisteners provided by WCF. The base of these ready made trace listeners is .NET trace listener. So we will first understand the basic concept of trace listener and then go through the ready made tracelisteners provided by WCF. read more...

add a comment |category: |Views: 11

tags: another

C# Artificial Intelligence (AI) Programming: A Basic Object Oriented(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

A Neural Network is an Artificial Intelligence (AI) methodology that attempts to mimic the behavior of the neurons in our brains. In this article, we’ll be building a basic framework for AI Neural Networks in C# and teach our program to perform basic X-OR operations. read more...

add a comment |category: |Views: 655

tags: another

Using Expression Property to create Columns with Dynamic Values(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article shows how to create columns with dynamic values using expression property. read more...

add a comment |category: |Views: 5

tags: another

Gene Expression Programming (GEP) in C# and .NET(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings. read more...

add a comment |category: |Views: 283

tags: another