9,867,109 members (31,735 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
62 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 2
Page Size:
10
·
25
·
50
Tag filtered by: CLR
[x]
Comparing JavaScript OOP to .NET
by
Jon Woo
Article
8 May 2013
license:
CPOL
This article is intended to help conceptualize the area of JavaScript Object Oriented Programming by comparing it to the way .NET CLR works.
General Programming
»
Programming Tips
»
General
C#
Javascript
.NET
oops
CLR
How to Hosting Windows Forms User Control in MFC Dialogs
by
AYDIN EBRAHIMI HOMAY
Tip/Trick
27 Apr 2013
license:
CPOL
This Tip/Trick discuss about hosting windows form user control in MFC dialog box and View windows
Desktop Development
»
Dialogs And Windows
»
Windows Common Dialogs
C++/CLI
C#
.NET
MFC
Dev
Advanced
dialog
API
CLR
NET
, +
Registration of .Net (with COM components) & dependency on Windows Services for .Net Dll's
by
Babak Mahmoudi
Answer
2 Apr 2013
license:
CPOL
Probably you may design a program that dynamically loads the assemblies thru reflection (i.e. Assembly.Load) then iterating thru exported types using GetExportedTypes collection and inspect the types property. I'm sure you may inspect the type dependency on ActiveX components and also exposure...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.0
.NET
CLR
Registration of .Net (with COM components) & dependency on Windows Services for .Net Dll's
by
Vishal_K89
Question
31 Mar 2013
license:
CPOL
Hi All,In current project consisting of about 600 binaries(dll's,exe's,ocx's etc.,) I need to identify .NetDll's which has COM component, As I can understand, in such scenario's Registration using Regasm is mandatory (if and only if the .NetDll's have COM components),But, my query...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.0
.NET
CLR
How to get excel values into WinForm App/ C++ CLI?
by
Alexandre Bencz
Answer
18 Mar 2013
license:
CPOL
Use this tool: http://exceldatareader.codeplex.com/[^]IT's extreme mor easy to read the excel file :)to show the excel content, you can make this:DataTable excelTable = null;IExcelDataReader excelReader = null;try{ FileStream stream = File.Open(inputFileName,...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
.NET
CLR
WinForm
VisualStudio2010
CLR Binding(CLR will select the new version assembly, what is the concept behind this.)
by
Sergey Alexandrovich Kryukov
Answer
11 Mar 2013
license:
CPOL
The question is not clear, but, no matter what it is, you will need to learn the following...
General Programming
»
Uncategorised Quick Answers
»
General
CLR
CLR Binding(CLR will select the new version assembly, what is the concept behind this.)
by
basheersjcemysore
Question
11 Mar 2013
license:
CPOL
. I have one query ie is in GAC i put two assembly with same name but different version, in this case CLR will select the new version assembly, what is the concept behind this..
General Programming
»
Uncategorised Quick Answers
»
General
CLR
How to redirect to a specific version of .net assembly at runtime
by
Aseem Sharma
Question
30 Jan 2013
license:
CPOL
Hi friendsI could discover that we can redirect to a specific version of a .net assembly by using configuration file as below:
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
C#
.NET
CLR
Nested CLR trigger timeout error
by
Jorge J. Martins
Answer
23 Jan 2013
license:
CPOL
Solved it myself.For some reason, I haven't found, this scenario (Trigger on one DB inserts rows on table on another DB that fires a CLR trigger) doesn't work at all.Turned to a Service Broker messaging solution and it's working in perfection now.
General Programming
»
Uncategorised Quick Answers
»
General
SQL
SQL-Server
Web
CLR
Services
T-SQL
trigger
SELECT from Stored Procedure in SQL Server
by
sachin bankar
Tip/Trick
10 Dec 2012
license:
CPOL
How to use the result set from a Stored Procedure in a Select statement.
Database
»
Database
»
Sql Server
SQL2005
C#
SQL-Server
CLR
SqlBulkCopy
Nested CLR trigger timeout error
by
Jorge J. Martins
Question
26 Nov 2012
license:
CPOL
HiI've been Googling all day for a help on this problem and couldn't find any answer.It concerns a timeout error in SQL Server 2008 R2 when a T-SQL Trigger in one Database fires a CLR Trigger on another Database.This is my scenario:First DB (PORTAL_MENSAGENS) has a trigger that fires...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
SQL-Server
Web
CLR
Services
T-SQL
trigger
How to get excel values into WinForm App/ C++ CLI?
by
christmars
Question
9 Nov 2012
license:
CPOL
Hello mates,in my testing program, I'm going to get values from an excel file into my windows forms appilication under C++CLI/CLR. The excel file looks like this:No. peronal Number Name Age Height other info1 1001 Tom 10 153cm ...2 1105 ...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
.NET
CLR
WinForm
VisualStudio2010
How to get excel values into WinForm App/ C++ CLI?
by
Richard MacCutchan
Answer
9 Nov 2012
license:
CPOL
Some suggestions[^] about using Excel from C++/CLI. I cannot suggest which is the best but they should get you started with accessing the data.As to limiting the content of a textbox, you need to have a delegate method that gets called on the entry of each character, which can validate the...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
.NET
CLR
WinForm
VisualStudio2010
Convert Existing Stored Procedure To CLR Stored Procedure
by
Richard MacCutchan
Answer
5 Nov 2012
license:
CPOL
Take a look at CLR Stored Procedure and Creating It Step by Step[^], here on CodeProject.
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
CLR
StoredProcedures
Convert Existing Stored Procedure To CLR Stored Procedure
by
azinyama
Question
4 Nov 2012
license:
CPOL
Good day all!!!I have just started learning about CLR Stored Procedures and I wanted to know how to convert my existing stored procedures to CLR Stored Procedures. Could you show me, with code, what this stored procedure should look like. I'm using VS 2010, VB.Net, MSSQL Server...
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
CLR
StoredProcedures
Download PDB symbol files for all releases.
by
Jerry.Wang
Question
4 Nov 2012
license:
CPOL
In this article, .NET CLR Injection: Modify IL Code during Run-time[^]. It uses symchk.exe to download the corresponding PDB file of the current loaded native DLLs (clr.dll / clrjit.dll / mscorjit.dll / mscorwks.dll).I want to get all the PDB symbol files for all releases(include preview)...
General Programming
»
Uncategorised Quick Answers
»
General
.NET
CLR
PDB
.NET CLR Injection: Modify IL Code during Run-time
by
Jerry.Wang
Article
13 Oct 2012
license:
CPOL
Modify methods' IL codes on runtime even if they have been JIT-compiled, supports release mode / x64 & x86, and variants of .NET versions, from 2.0 to 4.5.
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
C++
C#
.NET
MSIL
CLR
CLR Versions
by
Girish J Jain
Technical Blog
29 Aug 2012
license:
CPOL
Lets learn different CLR versions which exist and did we miss one between v2.0 and v4.0?
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
.NET
Architect
Dev
Intermediate
Advanced
CLR
CLR Versions Compatibility
by
Girish J Jain
Technical Blog
29 Aug 2012
license:
CPOL
Lets learn the compatibility between multiple CLR versions which exist and how can use the supportedRuntim element in an application's configuration file.
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
Windows
.NET
Architect
Dev
Intermediate
Advanced
CLR
Errors while using Pinvoke
by
lewax00
Answer
28 Aug 2012
license:
CPOL
The first set of errors (maybe all of them) should be solved fairly easily: . is not used for namespaces in C++/CLI, :: is, so...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
PInvoke
InteropServices
CLR
Errors while using Pinvoke
by
kash_sheetansh
Question
28 Aug 2012
license:
CPOL
#using
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
PInvoke
InteropServices
CLR
Synchronizing Data between Console Application and MFC application in C++?
by
Volynsky Alex
Answer
27 Jul 2012
license:
CPOL
Please see following links:Redirecting an arbitrary Console's...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
CLR
Synchronizing Data between Console Application and MFC application in C++?
by
umeshinator
Question
27 Jul 2012
license:
CPOL
hello, I had made a console application in VC++ Win32 Console which generates different kind of data and now I need to sync the data with another MFC application. But I dont know how to get started. Any suggestion guys on this?thanks in advance.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
CLR
CLR/SQL: Implement impersonation in CLR for file access
by
abhinavvijay
Answer
17 Jul 2012
license:
CPOL
hi,you can use impersination in you codefollow the below link A Complete Impersonation Demo in C#.NET[^][^]
General Programming
»
Uncategorised Quick Answers
»
General
VB
SQL
CLR
CLR/SQL: Implement impersonation in CLR for file access
by
dbugbee
Question
17 Jul 2012
license:
CPOL
I'm trying to mimic the SQL xp_getfiledetails procedure, but I haven't been able to figure out how to do impersonation. How can it be implemented in the following code (which works fine when the SQL Server has access to the share.) The assembly already has External Access...
General Programming
»
Uncategorised Quick Answers
»
General
VB
SQL
CLR
Map clr sql type with entity
by
foxyland
Answer
4 Jul 2012
license:
CPOL
Your question is unclear actually. But after I read it several times ( it stayed on 'Unanswered questions' for quite a while by now), I think I grasp your problem;I guess what you want is a way to 'map' your big database into an ERD (Entity Relationship Diagram), is that right? If it is, you...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
entity
CLR
SQL CLR: Stored Procedures, Triggers, Functions – The Details
by
fraser125
Article
15 Jun 2012
license:
CPOL
A detailed look at SQL CLR procedures and how to create one that does serious work.
Database
»
Database
»
Sql Server
C#
SQL
CLR
Map clr sql type with entity
by
mohammadghaderian.bp
Question
15 Jun 2012
license:
CPOL
HiI have a big database. Some table in it has clr column type.My clr sql type is a date type for my culture.How can i map this type in entity framework ?thanks
General Programming
»
Uncategorised Quick Answers
»
General
SQL
entity
CLR
Data Connection reference mystery--spent days looking
by
Espen Harlinn
Answer
14 Jun 2012
license:
CPOL
I just created a new clr project, and dropped an SqlConnection component on the form. Edited the connection string and void InitializeComponent(void) looks like this:void InitializeComponent(void){ this->sqlConnection1 = (gcnew System::Data::SqlClient::SqlConnection());...
General Programming
»
Uncategorised Quick Answers
»
General
CLR
VC++
Data Connection reference mystery--spent days looking
by
Serbeer
Question
14 Jun 2012
license:
CPOL
Do you know where/how in Visual Studio VC++ CLR project a specific Data Connection is referred to/stored? I created VC++ CLR project using SQL Server Project template in Wizard and it made me enter database information while creating it. My project is now completed and I was able to use Deploy...
General Programming
»
Uncategorised Quick Answers
»
General
CLR
VC++
Clr profiler shows error when click the kill application
by
vivekx2
Question
3 Jun 2012
license:
CPOL
Hi everyone ,, I have clr profiler when i click "start applicaton" I open my site in new tab and click "kill application" button...."""Unhandled exception error appears in your application""" error displays...How to recover this error..Can anyone help me....
General Programming
»
Uncategorised Quick Answers
»
General
CLR
How to run CLR profiler for C# application
by
vivekx2
Question
2 Jun 2012
license:
CPOL
Hi buddiesI have one doubt to run CLR profiler....I have downloaded CLR profiler to make high performance of my web application...After extracting it contains sample coding....In this how will I run my web application and how to start CLRProfiler.exe and where it...
General Programming
»
Uncategorised Quick Answers
»
General
CLR
how to send data generated by one application to another server?
by
Aescleal
Answer
30 May 2012
license:
CPOL
The first thing you have to know is the protocol the server uses. If it's a common one like HTTP you can use an off the shelf library e.g. wininet[^] or libcurl[^] to do the business for you. If it's a proprietary protocol or one you specify then you're going to have to get a bit further...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
MFC
CLR
how to send data generated by one application to another server?
by
jk chan
Answer
30 May 2012
license:
CPOL
you can send data to server via network. For this you need to create socket , for this you need to know the IP,port etc, then you must know the protocol in which your server is expecting the data. then you send it. Windows provides socket API functions. Reading socket programming will help you...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
MFC
CLR
how to send data generated by one application to another server?
by
umeshinator
Question
30 May 2012
license:
CPOL
hello, i have created an application.exe in VC++ CLR which could receive live data from server A, via the API...now i need to send the live data to another server B but dont have the DLL and API of that server,i got only IP,PORT,username,password of the server where i have to send the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
MFC
CLR
Performance analysis for String and StringBuilder
by
Shweta Lodha
Tip/Trick
23 May 2012
license:
CPOL
Performance analysis for String and StringBuilder
General Programming
»
String Handling
»
General
Framework
string
performance
CLR
profiler
memory
C# Tips – Using delegate in List.Find() predicate
by
cpsglauco
Technical Blog
20 May 2012
license:
CPOL
If we had a funcional language (eg Lisp or F#), we could easily manage a collection or list. With the .NET Framework 2.0, we can work equally functional with Generics (Exploring). using this feature of the CLR we can develop, … Continue reading →
Languages
»
C#
»
Generics
C#3.0
C#
Intermediate
C#
Sorting
Framework
programming
Generics
CLR
delegates
How can I convert/(cast) my "string" values to characters in the following C++ example?
by
RedDK
Question
24 Jan 2012
license:
CPOL
#using using namespace System;int main(){ //Two arrays: __wchar_t and String array^ chararray3 = gcnew array(5); array^ strarray = gcnew array(5); //values into arrays chararray3[0] = L'\u2550'; chararray3[1] =...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Managed
CLR
How can I convert/(cast) my "string" values to characters in the following C++ example?
by
Richard MacCutchan
Answer
24 Jan 2012
license:
CPOL
You cannot cast a string to a char. Just because you have a single character in your string does not make it into a character constant, it remains a string but with only one character in it.
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Managed
CLR
How can I convert/(cast) my "string" values to characters in the following C++ example?
by
Michael Haephrati
Answer
24 Jan 2012
license:
CPOL
To begin with you should change c++ into cp++ for(cp=0;cp
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Managed
CLR
A Restaurant and Waiter helper app in WPF and Windows Mobile
by
Ali Daneshmandi
Article
22 Jan 2012
license:
Ms-PL
A Restaurant and Waiter helper app in WPF and Windows Mobile
Platforms, Frameworks & Libraries
»
Windows Presentation Foundation
»
Applications
WinMobile5
.NET3.5
C#
SQL
Windows
WinMobile
.NETCF
.NET
CEO
Architect
, +
Assembly CLR Version
by
SergioAmorim
Tip/Trick
11 Jan 2012
license:
CPOL
A way to quickly find the CLR version of a .NET assembly from the command line
Languages
»
Msil
»
General
.NET
CLR
ILDASM
CLR gui VS2010 MSVC String to double, double to String in/out EditText Textboxes
by
Richard MacCutchan
Answer
5 Jan 2012
license:
CPOL
I already answered this question here[^]: please do not post in multiple forums.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
Visual-Studio
VS2010
GUI
CLR
CLR gui VS2010 MSVC String to double, double to String in/out EditText Textboxes
by
meace1234
Question
5 Jan 2012
license:
CPOL
VS2010 CLR double to String, String to double methodsto get data in and out of editText Textboxes in MSVC / VCpp? Are there any good examples for gui on C++ in VS2010 ?
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
Visual-Studio
VS2010
GUI
CLR
Detailed SQL Server data audit through a .NET (CLR) trigger
by
David Catriel
Article
19 Dec 2011
license:
CPOL
Creating a .NET trigger for SQL Server that will log (down to the field level) all changes made to tables.
Database
»
Database
»
Sql Server
SQL2005
C#3.0
.NET3.5
SQL
Windows
Win32
Win64
DBA
Dev
QA
, +
Reset File Attributes - Set or Reset Read Only file attribute.
by
Krosus
Tip/Trick
14 Nov 2011
license:
CPOL
At an MS-DOS prompt, enter:attrib -r *.*
General Programming
»
Programming Tips
»
General
C++
CLR
C++ managed code question
by
OriginalGriff
Answer
7 Nov 2011
license:
CPOL
dynamic_cast
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
Managed
CLR
C++ managed code question
by
amir.dar
Question
7 Nov 2011
license:
CPOL
hi guys.i have a CLR project and a c++ managed class.i need to mimic the behavior of the "is" keyword from c# but i dont know how to do it in managed code.part of my code:1.C# code:public class emailMsg : Msg{ string email;}2.C++ manged codeMsg^ msg = gcnew...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
Managed
CLR
Reset File Attributes - Set or Reset Read Only file attribute.
by
Reiss
Tip/Trick
20 Oct 2011
license:
CPOL
How about this one line command for MS-DOS?for /f %a IN ('dir /b *.txt') do attrib %a -RSee: attrib command[^]andhow to write a dos batch file to loop through files[^]
General Programming
»
Programming Tips
»
General
C++
CLR
Reset File Attributes - Set or Reset Read Only file attribute.
by
Roger65
Tip/Trick
12 Oct 2011
license:
CPOL
tip
General Programming
»
Programming Tips
»
General
C++
CLR
Page 1 of 2
1
2
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid