Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

altdotnet · Alt Dot.Net Discussions

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1532
  • Category: Software
  • Founded: Dec 27, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 12688 - 12717 of 24644   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12688 John Kordyback
jkordyback Send Email
Aug 1, 2008
1:23 pm
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...
12689 Rim, Choy (FID)
markrim Send Email
Aug 1, 2008
1:58 pm
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...
12690 mcintyre321 Send Email Aug 1, 2008
3:05 pm
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. ...
12691 mcintyre321 Send Email Aug 1, 2008
3:16 pm
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...
12692 Jason Reis
jas0nreis Send Email
Aug 1, 2008
3:34 pm
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...
12693 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
3:41 pm
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...
12694 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
3:57 pm
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...
12695 Reis, Jason
jas0nreis Send Email
Aug 1, 2008
4:10 pm
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...
12696 Ben Scheirman
ben.scheirman Send Email
Aug 1, 2008
4:22 pm
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...
12697 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
4:41 pm
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?...
12698 mcintyre321 Send Email Aug 1, 2008
4:42 pm
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:...
12699 Yitzchok (adminjew)
admijew Send Email
Aug 1, 2008
4:55 pm
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...
12700 Reis, Jason
jas0nreis Send Email
Aug 1, 2008
5:24 pm
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 _____ ...
12701 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
5:29 pm
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...
12702 Greg Young
gumboismadeo... Send Email
Aug 1, 2008
7:23 pm
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 ...
12703 Jesse Ezell
jesseezell Send Email
Aug 1, 2008
7:42 pm
Whatever you do, don't use InstallShield... we had endless problems with them. --Jesse Ezell __...
12704 gauthier.segay Send Email Aug 1, 2008
9:08 pm
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....
12705 Brad Wilson
bradw_64 Send Email
Aug 1, 2008
9:23 pm
It's actually not TFS that's "littering&quot; the project with TFS specific information, it's Visual Studio, so it rather depends on whether people will be planning...
12706 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
10:07 pm
Yes, it does. You might want to disable the TFS integration, because otherwise it will try to find it automatically, however....
12707 Adam Dymitruk
adymitruk Send Email
Aug 1, 2008
10:18 pm
+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...
12708 Ayende Rahien
Ayende@... Send Email
Aug 1, 2008
10:20 pm
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...
12709 Adam Dymitruk
adymitruk Send Email
Aug 1, 2008
10:25 pm
"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.. ...
12710 jbhawkeye2006 Send Email Aug 1, 2008
10:27 pm
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...
12711 jbhawkeye2006 Send Email Aug 1, 2008
10:39 pm
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....
12712 gauthier.segay Send Email Aug 1, 2008
11:12 pm
Thanks for both answers, that's nice to know. I'll definitly use svnbridge if working with TFS ... will try...
12713 Charlie Poole
cpoole98370 Send Email
Aug 2, 2008
12:42 am
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...
12714 Simone Busoli
simone.busoli Send Email
Aug 2, 2008
12:59 am
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 ...
12715 Charlie Poole
cpoole98370 Send Email
Aug 2, 2008
3:17 am
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,...
12716 Cory Foy
cory_foy Send Email
Aug 2, 2008
3:22 am
... 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...
12717 Casey Charlton
caseycharlton69 Send Email
Aug 2, 2008
6:27 am
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...
Messages 12688 - 12717 of 24644   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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