User Mario - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T22:21:10Zhttp://stackoverflow.com/feeds/user/472http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1614553/disable-iis7-compression-for-a-single-file-from-web-config0Disable IIS7 Compression for a single file from web.configMario2009-10-23T16:29:21Z2009-10-27T13:37:23Z
<p>Does anyone know a way of disabling compression for a single file using the web.config file? It is possible to achieve this manually via the IIS7 management console, but I would much rather configure this from the application's web.config file.</p>
http://stackoverflow.com/questions/119444/locking-binary-files-using-git-version-control-system6Locking binary files using git version control systemMario2008-09-23T06:46:41Z2009-09-17T03:04:07Z
<p>For one and a half years, I have been keeping my eyes on the git community in hopes of making the switch away from SVN. One particular issue holding me back is the inability to lock binary files. Throughout the past year I have yet to see developments on this issue. I understand that locking files goes against the fundamental principles of distributed source control, but I don't see how a web development company can take advantage of git to track source code and image file changes when there is the potential for binary file conflicts.</p>
<p>To achieve the effects of locking, a "central" repository must be identified. Regardless of the distributed nature of git, most companies will have a "central" repository for a software project. We should be able to mark a file as requiring a lock from the governing git repository at a specified address. Perhaps this is made difficult because git tracks file contents not files?</p>
<p>Do any of you have experience in dealing with git and binary files that should be locked before modification?</p>
http://stackoverflow.com/questions/1266545/disable-beep-in-git-diff-on-windows1Disable beep in git diff on windowsMario2009-08-12T14:31:09Z2009-08-12T20:27:08Z
<p>While paging through the results of executing <code>git diff</code>, I hear annoying beep sound when I get to the end or beginning of the diff results. I would like to know how I can disable this alarm bell?</p>
<p>I am running msysGit on Windows XP.</p>
<p>I am unable to edit the accepted answer below, so I will improve on the answer here:</p>
<p>By default, msysGit uses <code>less</code> as the pager when running <code>diff</code>s. In order to disable <code>less</code>' bell sound, the command line option -q needs to be supplied to it. This can be accomplished by modifying the <code>git</code> configuration for your user account or the project. Add the following to the configuration file:</p>
<pre><code>[core]
pager = less -q
</code></pre>
<p>The location of your user accounts git configuration file is ~/.gitconfig. In Windows speak, that is %userprofile%/.gitconfig.</p>
http://stackoverflow.com/questions/45908/tips-and-tricks-for-working-with-microsoft-visual-studio-solutions-and-project/156311#1563111Answer by Mario for Tips and tricks for working with Microsoft Visual Studio solutions and projectMario2008-10-01T05:10:58Z2009-04-16T01:06:28Z<p>Using the command window to quickly open files in your solution:</p>
<ol>
<li>Bring up the Command Window (CTRL-ALT-A)</li>
<li>Type <code>open <filename></code></li>
</ol>
<p>I create an alias for <code>open</code> by executing the following at the Command Window: <code>alias o open</code>. Visual Studio will remember the alias from then on, so I only ever need to type <code>o <filename></code>.</p>
<p>It even searches database projects unlike some third-party plugins!</p>
<p>Unfortunately, there is a bug in the filename completion when searching for nested files. A simple workaround is to type the beginning of the filename, hit the <code>ESC</code> key and then type the rest of the name. To search for login.aspx.cs, type <code>login.aspx</code>, hit <code>ESCP</code> and then type <code>.cs</code>.</p>
http://stackoverflow.com/questions/222457/are-there-established-alternatives-to-isomething-isomethingable-for-interfaces/705692#7056920Answer by Mario for Are there established alternatives to ISomething/ ISomethingable for interfaces?Mario2009-04-01T14:10:11Z2009-04-01T14:10:11Z<p>You asked for an alternative, so here is one I have encountered:</p>
<p>Use <strong>no</strong> prefix on the interface class, but use a <strong>c</strong> or <strong>C</strong> prefix on the corresponding concrete classes. Most of your code will generally reference the interface, so why pollute it with the prefix and not the generally much less used concrete type.</p>
<p>This approach does introduce one inconsistency in that some concrete types will be prefixed (the ones with matching interfaces) and others will not. This may be useful since it reminds developers that an interface exists and its use should be preferred over the concrete type.</p>
<p>To be honest, <em>I</em> use the prefix on the interface, but I think it is more because I have become so accustomed and comfortable with to it. </p>
http://stackoverflow.com/questions/305708/best-eclipse-version-for-java-development2Best Eclipse version for Java developmentMario2008-11-20T15:41:50Z2008-11-20T16:29:43Z
<p>There are many editions of Eclipse for Java development. I am trying out MyEclipse and am pretty impressed with the out-of-box experience. Before I get too comfortable with it, I would like to find out if it is the best edition available. Feel free to list free or commercial packages, but for the sake of other readers, please mention if there is a cost.</p>
<h2>Considerations</h2>
<p>I am mostly concerned with the code editing experience. Here is a list of <em>some</em> factors that would affect my decision:</p>
<ul>
<li>Extensive support for refactoring</li>
<li>Code suggestions (like suggesting refactorings)</li>
<li>Easily configurable keyboard shortcuts</li>
<li>Easily configurable colours (I use dark colour schemes, and setting this up with MyEclipse was hell; that said, I only really need to do it once)</li>
<li>Excellent debugging support</li>
<li>Source control plugins (SVN or git if one exists)</li>
<li>Don't care about GUI designers</li>
</ul>
<p>I am aware that there is a thread discussing the best IDE for Java development; however, most of the responses do not detail recommended editions of Eclipse.</p>
http://stackoverflow.com/questions/83009/whats-the-best-fastest-easiest-way-to-collapse-all-projects-in-visual-studio/267394#2673943Answer by Mario for What's the best/fastest/easiest way to collapse all projects in Visual Studio?Mario2008-11-06T01:25:33Z2008-11-06T13:16:22Z<p>Here is a better list of features for <a href="http://geekswithblogs.net/brians/archive/2007/03/04/107922.aspx" rel="nofollow">CoolCommands 4.0</a>.</p>
<p>To install it for VS 2005, execute the include setup.bat.</p>
<p>To install it for VS 2008, modify the following line from</p>
<pre><code>regpkg CoolCommands.dll /codebase
</code></pre>
<p>to:</p>
<pre><code>regpkg CoolCommands.dll /root:Software\Microsoft\VisualStudio\9.0 /codebase
</code></pre>
http://stackoverflow.com/questions/156004/is-it-possible-to-rename-an-sql-server-2005-instance1Is it possible to rename an SQL Server 2005 instanceMario2008-10-01T02:32:41Z2008-10-01T06:22:41Z
<p>I would like to change the name of my SQL Server instance. Is there a simple way of doing this or is a significant effort required? Note, this is a named instance - not the default instance.</p>
http://stackoverflow.com/questions/156004/is-it-possible-to-rename-an-sql-server-2005-instance/156402#1564020Answer by Mario for Is it possible to rename an SQL Server 2005 instanceMario2008-10-01T06:06:02Z2008-10-01T06:06:02Z<p>I have seen a few makeshift ways of doing this, but I don't have confidence in any of them. I think I will simply install a new instance and transfer my information over.</p>
http://stackoverflow.com/questions/156292/how-should-i-order-my-ctor-parameters-for-di-ioc/156383#1563832Answer by Mario for How should I order my ctor parameters for DI/IOC?Mario2008-10-01T05:53:38Z2008-10-01T05:53:38Z<p>I feel a bit uneasy about allowing an instance of OrderForm to be instantiated without the required reference to an Order instance. One reason might be that this would prevent me from doing upfront checking for null orders. Any further thoughts?</p>
<p>I suppose I could take some comfort in knowing that OrderForm objects will only be instantiated by a Factory method that ensures the Order property is set after making the call to the IoC framework.</p>
http://stackoverflow.com/questions/154261/how-to-join-the-newest-rows-from-a-table/155282#1552823Answer by Mario for How to join the newest rows from a table?Mario2008-09-30T21:57:51Z2008-09-30T21:57:51Z<p>I have provided three different approaches for solving this problem:</p>
<ol>
<li>Using Pivots</li>
<li>Using Case Statements</li>
<li>Using inline queries in the where clause</li>
</ol>
<p>All of the solutions assume we are determining the "most recent" order based on the <code>orderId</code> column. Using the <code>createDate</code> column would add complexity due to timestamp collisions and seriously hinder performance since <code>createDate</code> is probably not part of the indexed key. I have only tested these queries using MS SQL Server 2005, so I have no idea if they will work on your server.</p>
<p>Solutions (1) and (2) perform almost identically. In fact, they both result in the same number of reads from the database. </p>
<p>Solution (3) is <strong>not</strong> the preferred approach when working with large data sets. It consistently makes hundreds of logical reads more than (1) and (2). When filtering for one specific user, approach (3) is comparable to the other methods. In the single user case, a drop in the cpu time helps to counter the significantly higher number of reads; however, as the disk drive becomes busier and cache misses occur, this slight advantage will disappear.</p>
<h2>Conclusion</h2>
<p>For the presented scenario, use the pivot approach if it is supported by your DBMS. It requires less code than the case statement and simplifies adding order types in the future.</p>
<p>Please note, in some cases, PIVOT is not flexible enough and characteristic value functions using case statements are the way to go.</p>
<h2>Code</h2>
<p>Approach (1) using PIVOT:</p>
<pre><code>select
ud.userId, ud.fullname,
od1.orderId as orderId1, od1.createDate as createDate1, od1.orderType as orderType1,
od2.orderId as orderId2, od2.createDate as createDate2, od2.orderType as orderType2
from userData ud
inner join (
select userId, [1] as typeOne, [2] as typeTwo
from (select
userId, orderType, orderId
from orderData) as orders
PIVOT
(
max(orderId)
FOR orderType in ([1], [2])
) as LatestOrders) as LatestOrders on
LatestOrders.userId = ud.userId
inner join orderData od1 on
od1.orderId = LatestOrders.typeOne
inner join orderData od2 on
od2.orderId = LatestOrders.typeTwo
</code></pre>
<p>Approach (2) using Case Statements:</p>
<pre><code>select
ud.userId, ud.fullname,
od1.orderId as orderId1, od1.createDate as createDate1, od1.orderType as orderType1,
od2.orderId as orderId2, od2.createDate as createDate2, od2.orderType as orderType2
from userData ud
-- assuming not all users will have orders use outer join
inner join (
select
od.userId,
-- can be null if no orders for type
max (case when orderType = 1
then ORDERID
else null
end) as maxTypeOneOrderId,
-- can be null if no orders for type
max (case when orderType = 2
then ORDERID
else null
end) as maxTypeTwoOrderId
from orderData od
group by userId) as maxOrderKeys on
maxOrderKeys.userId = ud.userId
inner join orderData od1 on
od1.ORDERID = maxTypeTwoOrderId
inner join orderData od2 on
OD2.ORDERID = maxTypeTwoOrderId
</code></pre>
<p>Approach (3) using inline queries in the where clause (based on Steve K.'s response):</p>
<pre><code>select ud.userId,ud.fullname,
order1.orderId, order1.orderType, order1.createDate,
order2.orderId, order2.orderType, order2.createDate
from userData ud,
orderData order1,
orderData order2
where ud.userId = order1.userId
and ud.userId = order2.userId
and order1.orderId = (select max(orderId)
from orderData od1
where od1.userId = ud.userId
and od1.orderType = 1)
and order2.orderId = (select max(orderId)
from orderData od2
where od2.userId = ud.userId
and od2.orderType = 2)
</code></pre>
<p>Script to generate tables and 1000 users with 100 orders each:</p>
<pre><code>CREATE TABLE [dbo].[orderData](
[orderId] [int] IDENTITY(1,1) NOT NULL,
[createDate] [datetime] NOT NULL,
[orderType] [tinyint] NOT NULL,
[userId] [int] NOT NULL
)
CREATE TABLE [dbo].[userData](
[userId] [int] IDENTITY(1,1) NOT NULL,
[fullname] [nvarchar](50) NOT NULL
)
-- Create 1000 users with 100 order each
declare @userId int
declare @usersAdded int
set @usersAdded = 0
while @usersAdded < 1000
begin
insert into userData (fullname) values ('Mario' + ltrim(str(@usersAdded)))
set @userId = @@identity
declare @orderSetsAdded int
set @orderSetsAdded = 0
while @orderSetsAdded < 10
begin
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-06-08', 1)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-02-08', 1)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-08-08', 1)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-09-08', 1)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-01-08', 1)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-06-06', 2)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-02-02', 2)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-08-09', 2)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-09-01', 2)
insert into orderData (userId, createDate, orderType)
values ( @userId, '01-01-04', 2)
set @orderSetsAdded = @orderSetsAdded + 1
end
set @usersAdded = @usersAdded + 1
end
</code></pre>
<p>Small snippet for testing query performance on MS SQL Server in addition to SQL Profiler:</p>
<pre><code>-- Uncomment these to clear some caches
--DBCC DROPCLEANBUFFERS
--DBCC FREEPROCCACHE
set statistics io on
set statistics time on
-- INSERT TEST QUERY HERE
set statistics time off
set statistics io off
</code></pre>
http://stackoverflow.com/questions/119444/locking-binary-files-using-git-version-control-system/140754#1407541Answer by Mario for Locking binary files using git version control systemMario2008-09-26T17:19:00Z2008-09-26T17:19:00Z<p>I have discussed this issue on git discussion groups and have concluded that at this time, there is <strong>no</strong> agreed upon method of centralized file locking for git.</p>
http://stackoverflow.com/questions/119444/locking-binary-files-using-git-version-control-system/140742#1407421Answer by Mario for Locking binary files using git version control systemMario2008-09-26T17:15:41Z2008-09-26T17:15:41Z<p>Michael,</p>
<p>Your work-flow describes a way of catching conflicts before they are merged into the master repository. I was hoping to prevent developers from wasting time modifying a binary file that is already in the process of changing. It seems this is quite difficult to do using distributed version control.</p>
http://stackoverflow.com/questions/119444/locking-binary-files-using-git-version-control-system/119570#1195701Answer by Mario for Locking binary files using git version control systemMario2008-09-23T07:26:59Z2008-09-23T07:26:59Z<p>Here are a few examples of binary files that may be updated by more than one person. Keep in mind that real-time communication is difficult for remote teams:</p>
<ul>
<li>ERWin data models</li>
<li>OneNote</li>
<li>Visio</li>
<li>PowerPoint</li>
<li>Miscellaneous site images</li>
</ul>
<p>In particular, I think the developers find comfort in knowing their hard work won't go to waste because someone else made a quick change and check-in.</p>
http://stackoverflow.com/questions/269063/lots-of-build-warnings-when-com-objects-activeds-or-msxml2-are-referencedComment by Mario on Lots of build warnings when COM objects ActiveDs or MSXML2 are referencedMario2009-08-07T14:53:52Z2009-08-07T14:53:52ZDid you ever manage to figure this out?http://stackoverflow.com/questions/45908/tips-and-tricks-for-working-with-microsoft-visual-studio-solutions-and-project/156311#156311Comment by Mario on Tips and tricks for working with Microsoft Visual Studio solutions and projectMario2009-04-16T01:08:05Z2009-04-16T01:08:05ZI didn't fully understand your question, but I hope my edit answers your question. VS remembers the alias until you explicitly remove it.http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164556#164556Comment by Mario on What real life bad habits has programming given you?Mario2009-03-01T07:04:06Z2009-03-01T07:04:06ZHAHAHAH, I just finished explaining the significance of this number after noticing my girlfriend was on page 256 of her book. I received nothing but blank "OMG your a geek" stares.http://stackoverflow.com/questions/9033/hidden-features-of-c/238462#238462Comment by Mario on Hidden Features of C#?Mario2008-11-07T18:09:35Z2008-11-07T18:09:35ZWow, this almost bringings back multiple inheritance!