No announcements
Found 2899385 threads
-
0 Votes
When a ORM should be consider as Micro ORM
My understanding is that basically an ORM is an object to data mapper. However, over time they've become a lot more. E.g. identity management. Micro ORM is ...Answered | 2 Replies | 656 Views | Created by Sudip_inn - Tuesday, March 15, 2016 9:12 AM | Last reply by Zhanglong Wu - Wednesday, March 16, 2016 1:30 AM -
0 Votes
How to clone UIElements?
Hi, currently i'm developing a tile navigation control. Now i wish to add a reflection effect for every item in the menu. Because every UIElement can act as a menu item, i need a ...Discussion | 3 Replies | 7281 Views | Created by MSDN_Forums_User - Thursday, March 27, 2008 7:59 AM | Last reply by Rajesh from chennai - Tuesday, January 18, 2011 9:13 PM -
0 Votes
How to clone list?
They are business objects - ie classes. So in order to create an independent copy of the list, i need to create a new list, iterate through the original ...Answered | 6 Replies | 5478 Views | Created by jrsearles - Sunday, March 23, 2008 7:52 PM | Last reply by Jake_UK - Wednesday, May 21, 2008 10:16 AM -
0 Votes
How to clone UIElement ?
Sorry... my dev contacts say that there's no clone implementation for WinRT. However, you may be able to use Reflection to do a shallow copy of an object for ...Answered | 6 Replies | 1552 Views | Created by Xyroid - Wednesday, March 20, 2013 8:00 AM | Last reply by Matt Small - Monday, March 25, 2013 1:13 PM -
0 Votes
How to clone to image
Bimap img2 = img1.Clone(); there is 1 error Error 1 Cannot implicitly convert type 'object' ...Answered | 3 Replies | 3196 Views | Created by ki_ki3939 - Wednesday, July 11, 2007 10:50 AM | Last reply by ki_ki3939 - Thursday, July 12, 2007 12:45 PM -
0 Votes
Can / How to clone an enumeration?
I have a DLL that contains an enumeration. What I need to do is from a different DLL redefine the enumeration under a different name, extend it with some values ...Answered | 4 Replies | 3574 Views | Created by itechie - Thursday, March 12, 2009 6:18 PM | Last reply by itechie - Monday, March 16, 2009 3:53 PM -
1 Votes
Clone an XmlDocument and XmlResolver
wonder why the Clone method takes so long time to resolve entity already resolve in the source document. I see an other solution that consist ...Answered | 5 Replies | 7434 Views | Created by Pipou - Monday, April 23, 2007 12:48 PM | Last reply by MSDNCommenter - Friday, May 27, 2011 5:18 AM -
0 Votes
How to clone explorer.exe
under my BSPI rerouted the included in the sources file so the clone is able to find all includes Now I can't find how to generate explorer.exe. The ...Unanswered | 1 Replies | 476 Views | Created by David Mercier - Thursday, January 15, 2015 8:36 PM | Last reply by David Mercier - Friday, January 16, 2015 2:40 PM -
0 Votes
How to clone a FlowDocument
Hi, Anyone know how to clone a FlowDocument. I've found some articles that tells me to stream the content to memory, and then read that ...Answered | 1 Replies | 4068 Views | Created by Jesper Fiii. Nielsen - Saturday, January 21, 2012 2:43 PM | Last reply by Khanna Gaurav - Saturday, January 21, 2012 6:56 PM -
0 Votes
How to add database connection for ORM
Hi Guys, I am beginner of .net framework.I was asked what is ORM in the interview.I told them that what is the use of it.He asked how to connect your ...Answered | 2 Replies | 521 Views | Created by sharmilajoseph - Sunday, October 22, 2017 8:00 PM | Last reply by sharmilajoseph - Tuesday, October 24, 2017 3:32 PM -
0 Votes
How to clone a control
How to clone a control? For eg, I want to create a new RadioButton in VB which have same properties, event handlers, etc as another RadioButton.Answered | 4 Replies | 34989 Views | Created by Jitusj - Saturday, December 23, 2006 8:53 AM | Last reply by Dave299 - Saturday, December 23, 2006 2:17 PM -
0 Votes
Clone an Object!
{...............}) /// set all props from o to the new x Ofcorse this could be an method of MyObject e.g Clone()Answered | 9 Replies | 15310 Views | Created by magozeta - Friday, January 22, 2010 5:49 AM | Last reply by Mr.Venky - Thursday, April 15, 2010 7:06 AM -
0 Votes
How to clone a row in a table...
Hi, I want to clone a row of couple of tables in my database and what is the best way of doing.. I have thought ...Answered | 4 Replies | 5655 Views | Created by Karenros - Friday, February 6, 2009 4:08 PM | Last reply by Karenros - Monday, February 9, 2009 2:52 PM -
0 Votes
how to clone a dictionary
But dictionaries does not contain .Clone method. ¿is there a workaround? Hi, You seem to also be using an ...Answered | 8 Replies | 6787 Views | Created by Guillermo.Marraco - Wednesday, May 27, 2009 4:16 PM | Last reply by Guillermo.Marraco - Thursday, May 28, 2009 2:26 PM -
0 Votes
How to clone a XmlReader object ?
Hi everyone, I've got an simple question: I have an object of type XmlReader and I want to clone it. How can I do this ...Discussion | 1 Replies | 3245 Views | Created by Thomas LEBRUN - Tuesday, December 25, 2007 5:49 PM | Last reply by MSDN_Forums_User - Wednesday, December 26, 2007 5:09 AM -
0 Votes
ORM tool for SSDS
In relational world, we have ADO.net Data Set, LINQ to SQL, Entity Framework, ADO.net Data Services and various 3rd party ORM tool to map relational data ...Answered | 1 Replies | 9728 Views | Created by c.c.chai - Tuesday, June 10, 2008 10:15 AM | Last reply by Dave Robinson - SQL Azure - Wednesday, June 11, 2008 4:08 PM -
2 Votes
How to clone SHELL component ?
I am sorry for my mistake. I thought that the folder PUBLIC\SHELL generates the shell.exe file at the end. I would like clonning this ...Answered | 10 Replies | 3922 Views | Created by At0s - Friday, August 20, 2010 7:25 PM | Last reply by Bruce Eitman - Wednesday, September 1, 2010 7:57 PM -
0 Votes
how to clone MyTextbox
well I dont know how to do that In C#, it'd be : public MyTextBox(){} You should do the equivalent in VB ...Answered | 5 Replies | 3324 Views | Created by marck68 - Friday, August 21, 2009 3:01 PM | Last reply by Linda Liu - Thursday, August 27, 2009 7:21 AM -
0 Votes
How to clone a printer
looks like you are trying to pass an object of type PrintQueueAttributes to a method that expects an object of type System.Int32. If this isn't ...Unanswered | 1 Replies | 8915 Views | Created by ispooky83 - Wednesday, May 27, 2009 9:38 AM | Last reply by Michalis Sarigiannidis - Thursday, May 5, 2011 11:45 AM -
0 Votes
How to Clone a Entity Object
(). MemberwiseClone is a protected method of Object, so you won't just be able to call it on an employee object. Hence the need to expose it through this ...Answered | 3 Replies | 2743 Views | Created by Luciano Correia - Thursday, May 12, 2011 8:41 AM | Last reply by Luciano Correia - Thursday, May 12, 2011 9:06 AM
No announcements