taoufik
|
Registered User
|
I've professionally done some good projects in C/C++, Java, LAMP, VB, Perl, and since the last seven years C#. My strength is definitely in .NET programming.
|
|
Nov 18 |
comment |
<label> on checkboxes: is there a reason why more websites don’t use it? All these examples work in IE6. I'd say, the last two work 100%, the first one tries to be explicit twice, say 200% ;) |
|
Nov 16 |
comment |
Add empty value to a DropDownList in ASP.net MVC I guess the question is regarding asp.net MVC! |
|
Oct 30 |
comment |
Calling an Oracle store procedure with nHibernate I guess I'm more struggling with mapping the ouput cursor with nHibernate. How does your approach handle output results? I read in the manual that the requirements are the output should be in the first parameter (as a cursor). |
|
Oct 30 |
revised |
Calling an Oracle store procedure with nHibernate added 10 characters in body |
|
Oct 30 |
asked | Calling an Oracle store procedure with nHibernate |
|
Oct 16 |
answered | What options are there for a quick embedded DB in .NET? |
|
Oct 15 |
revised |
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? added 142 characters in body |
|
Oct 15 |
comment |
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? Copy-constructor is not part any C# best practices. One should use ICloneable and MemberwiseClone instead. |
|
Oct 15 |
comment |
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? @Pavel: the idea is the answer the question, and not to rewrite his code or to answer any unasked question. this.base => base; whether you use as or (ChildObj) is a preference a developer has. I think (ChildObj) looks horrible. and yes, you don't need to copy any value-type fields. But once again, this is not part of his question. |
|
Oct 15 |
revised |
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? deleted 4 characters in body |
|
Oct 15 |
comment |
I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? It will work fine. Basically, any ChildObj object is both a ParentObj and a ChildObj. If you'd have a reference to a ChildObj, and would call MemberwiseClone (independent of where you call it from) on it, you'd get an object which is both ParentObj and a ChildObj as well. Therefore, "newObj.myA = this.myA;" will be completely valid. |
|
Oct 15 |
answered | I need to implement C# deep copy constructors with inheritance. What patterns are there to choose from? |
|
Oct 15 |
answered | C# newbie with DateTime variable I want to set to null |
|
Oct 15 |
comment |
Why is namespace not recognised? Are you sure you don't have a class with the name MyCompany? |
|
Oct 15 |
answered | Is this delegate usage good or bad? |
|
Oct 14 |
comment |
Linq to Sql Many-One relationship That's half of the solution. The other half is to specify that nHibernate should use join-fetch strategy to get the data (other way a bag supports is lazy-loading strategy). You can specify that in the xml or in the hql (the query). See hibernate.org/315.html and docs.jboss.org/hibernate/core/… |
|
Oct 13 |
answered | Linq to Sql Many-One relationship |
|
Sep 30 |
answered | C# Multiple Generic List<t> - Combining Them?! |
|
Sep 29 |
answered | TransactionScope in .NET application |
|
Sep 29 |
accepted | LINQ to XML query in c# |
|
Sep 29 |
answered | LINQ to XML query in c# |
|
Sep 28 |
answered | NHibernate Projection to DTO |
|
Sep 28 |
answered | uploading picture |
|
Sep 28 |
answered | Create an iPhone push notifcation web service in asp.net c# |
|
Sep 2 |
accepted | Fastest way to add new node to end of an xml? |
