Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Tag filtered by:  CLR [x]
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.
Tip/Trick 27 Apr 2013   license: CPOL
This Tip/Trick discuss about hosting windows form user control in MFC dialog box and View windows
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...
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...
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,...
Answer 11 Mar 2013   license: CPOL
The question is not clear, but, no matter what it is, you will need to learn the following...
CLR
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..
CLR
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:
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.
Tip/Trick 10 Dec 2012   license: CPOL
How to use the result set from a Stored Procedure in a Select statement.
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...
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 ...
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...
Answer 5 Nov 2012   license: CPOL
Take a look at CLR Stored Procedure and Creating It Step by Step[^], here on CodeProject.
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...
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)...
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.
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?
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.
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...
Answer 27 Jul 2012   license: CPOL
Please see following links:Redirecting an arbitrary Console's...
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.
Answer 17 Jul 2012   license: CPOL
hi,you can use impersination in you codefollow the below link A Complete Impersonation Demo in C#.NET[^][^]
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...
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...
Article 15 Jun 2012   license: CPOL
A detailed look at SQL CLR procedures and how to create one that does serious work.
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
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());...
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...
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....
CLR
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...
CLR
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...
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...
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...
Tip/Trick 23 May 2012   license: CPOL
Performance analysis for String and StringBuilder
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 →
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] =...
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.
Tip/Trick 11 Jan 2012   license: CPOL
A way to quickly find the CLR version of a .NET assembly from the command line
Answer 5 Jan 2012   license: CPOL
I already answered this question here[^]: please do not post in multiple forums.
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 ?
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.
Tip/Trick 14 Nov 2011   license: CPOL
At an MS-DOS prompt, enter:attrib -r *.*
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...
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[^]

Page 1 of 2
1 2


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