Search the web
Sign In
New User? Sign Up
altdotnet · Alt Dot.Net Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12688 - 12717 of 23245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12688
I've only used the standard Windows installer and Wix. The windows installer projects are pretty straightforward and can handle the usual tasks easily. Wix has...
John Kordyback
jkordyback
Offline Send Email
Aug 1, 2008
1:23 pm
12689
I rarely have to write an installer. But when I did have to write a few, I used something called Inno Setup by Jordan Russell. This was around 2002 and the...
Rim, Choy (FID)
markrim
Offline Send Email
Aug 1, 2008
1:58 pm
12690
I've run into a problem with a new system we're writing for work, and some of the ideas that have come up from it are maybe interesting enough to discuss. ...
mcintyre321
Offline Send Email
Aug 1, 2008
3:05 pm
12691
So if it's a unit of work, does that mean I should reuse the one that was used to fetch the SomeLinqToSqlEntity as it all comes under the same heading of...
mcintyre321
Offline Send Email
Aug 1, 2008
3:16 pm
12692
I'm attempting to build a WebControl that will render a set of questions to ask a user. The questions are given to me by a web service, which I will then bind...
Jason Reis
jas0nreis
Offline Send Email
Aug 1, 2008
3:34 pm
12693
Take a look at PHT (http://berkeley.intel-research.net/sylvia/pht.pdf) It is a way to setup range queries on a DHT like memcached. That will allow you to...
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
3:41 pm
12694
You can use NVelocity without MonoRail. However, what is the scope of this control? If sounds like you have an entire module, not a web control...
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
3:57 pm
12695
You may be right. When calling the web service to get the questions to ask, I get triggers as well. ShowChildQuestion and CallXYZService are examples of...
Reis, Jason
jas0nreis
Offline Send Email
Aug 1, 2008
4:10 pm
12696
In the past I've used an interface on my domain entities called IAuditable, which contained the created by, etc... fields. These were automatically set by an...
Ben Scheirman
ben.scheirman
Offline Send Email
Aug 1, 2008
4:22 pm
12697
You are focusing on the tech. Focus on the problem. You need to have a WS that return HTML ? Is that the problem? I think not. What are you trying to achieve?...
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
4:41 pm
12698
Thanks, I'll have a fuller read tonight and see if I can figure out where it might fit in to the puzzle. ... -- View this message in context:...
mcintyre321
Offline Send Email
Aug 1, 2008
4:42 pm
12699
We would like to know the interest in an ALT.NET User Group in New York City. Please vote if you are interested and would like to attend such a meeting. Vote...
Yitzchok (adminjew)
admijew
Offline Send Email
Aug 1, 2008
4:55 pm
12700
I'm trying to come up with a way to display questions to a user where the questions, rendering, and client-side behavior will vary by application. Jason _____ ...
Reis, Jason
jas0nreis
Offline Send Email
Aug 1, 2008
5:24 pm
12701
Okay, why make it complex then by adding HTML to the mix? Create a model that represent this and create a set of services to work with it. The UI is the app...
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
5:29 pm
12702
I am curious ... You said you needed "big database servers" to handle the queries ... 1) You said you have <> 2.5m rows and you are querying based on a ...
Greg Young
gumboismadeo...
Offline Send Email
Aug 1, 2008
7:23 pm
12703
Whatever you do, don't use InstallShield... we had endless problems with them. --Jesse Ezell __...
Jesse Ezell
jesseezell
Offline Send Email
Aug 1, 2008
7:42 pm
12704
Does SvnBridge integrate well if only part of the team use it? I mean TFS has the habit to litter project and solution files with TFS specific information....
gauthier.segay
Offline Send Email
Aug 1, 2008
9:08 pm
12705
It's actually not TFS that's "littering" the project with TFS specific information, it's Visual Studio, so it rather depends on whether people will be planning...
Brad Wilson
bradw_64
Offline Send Email
Aug 1, 2008
9:23 pm
12706
Yes, it does. You might want to disable the TFS integration, because otherwise it will try to find it automatically, however....
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
10:07 pm
12707
+1 on git and the like. The VS integration bit is so over-emphasized. Drop down to the cli and commit. Done. I've also heard that /any/ VCS integration in VS...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 1, 2008
10:18 pm
12708
It does, yes. I don't like command line for everything, not after being spoiled with TSVN ... It does, yes. I don't like command line for everything, not after...
Ayende Rahien
Ayende@...
Send Email
Aug 1, 2008
10:20 pm
12709
"Spoiled" is right ;0) Command line forces me to keep commits smaller and ignore patterns in check. In TSVN, it's easy to just "live with it" and continue.. ...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 1, 2008
10:25 pm
12710
To respond to one of your original questions: Also, slightly tangential, is there a way to request validation on a property of a class such as in the given...
jbhawkeye2006
Offline Send Email
Aug 1, 2008
10:27 pm
12711
Has anyone used TeamReview on codeplex http://www.codeplex.com/TeamReview? I'm the coordinator/developer - If you have any feedback for me I'd love to hear it....
jbhawkeye2006
Offline Send Email
Aug 1, 2008
10:39 pm
12712
Thanks for both answers, that's nice to know. I'll definitly use svnbridge if working with TFS ... will try...
gauthier.segay
Offline Send Email
Aug 1, 2008
11:12 pm
12713
Hi All, I've put together thoughts about alternate ways to test for expected exceptions in a blog post at http://blogs.nunit.com It's oriented to NUnit but...
Charlie Poole
cpoole98370
Offline Send Email
Aug 2, 2008
12:42 am
12714
Personally I am moving towards the constraint based syntax more and more, so I like the last option most. I enjoy using some bdd-ish stuff as well, like ...
Simone Busoli
simone.busoli
Offline Send Email
Aug 2, 2008
12:59 am
12715
The bdd-ish syntax could be layered rather easily on top of NUnit, but I would't want to see the two styles mixed in the same tests - it would just look wrong,...
Charlie Poole
cpoole98370
Offline Send Email
Aug 2, 2008
3:17 am
12716
... the story ... that I had ... same type ... I certainly concur with the deployable packages syntax. However, the web parts and such are standard ASP.NET 2.0...
Cory Foy
cory_foy
Online Now Send Email
Aug 2, 2008
3:22 am
12717
How is having to run up a command prompt, navigate to the right directory, type out a fairly complex commit command along with comments easier than rigth click...
Casey Charlton
caseycharlton69
Offline Send Email
Aug 2, 2008
6:27 am
Messages 12688 - 12717 of 23245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help