|
Hi, I am new here and I am sure I will have lots of questions. My son just told me about this website, he has been on here for awhile and thought I could learn a thing or two to help me out. He is currently serving overseas so I can't always ask him my...
Started by Carlakach on
, 28 posts
by 17 people.
Answer Snippets (Read the full thread at bodybuilding):
If there is a hole in your pocket you might lose your keys .
That are too big for you will have a loose fit.
|
|
Well I have lost over 160lbs (167) and my stomach really does still look terrible. (moobs as well) I know there are many cases of people claiming loose skin when in reality it is just remaining fat but I have been watching some videos of people losing...
Started by viper318 on
, 25 posts
by 14 people.
Answer Snippets (Read the full thread at bodybuilding):
You're not close yet to the point where loose....
I think you could stand to lose another 15 or so lbs and then re-evaluate .
You're not close yet to the point where loose skin like loose skin AND fat.
A lot.
There's still a lot of fat there.
|
|
I can't seem to grok the concept of "loose coupling." I suppose it doesn't help that the word "loose" usually has a negative connotation, so I always forget that loose coupling is a good thing.
Will somebody please show some "before" and "after" code ...
Started by trebormf on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Hope that's somewhat helpful.
Loose coupling, in general, is 2 coupled.
The control should not need anything from its container page .
Loose Coupling Think of a user control for a web page that is responsible for allowing users.
Thing.
|
Ask your Facebook Friends
|
When I run 'git gui' I get a popup that says
This repository currently has approximately 1500 loose objects.
It then suggests compressing the database. I've done this before, and it reduces the loose objects to about 250, but that doesn't suppress the...
Started by Michael Donohue on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To maintain optimal performance it is strongly recommended that you compress the... .
When "Loose Object" popup I know it's time to run git's garbage collector:
git gc
After \ [mc "This repository currently has approximately %i loose objects.
|
|
I was reading Loose Coupling and its benefits which are really good stuff but I started wondering which tools are great to create loosely-coupled solutions ? First what came to my mind are Type and Interfaces and Abstract classes but I am sure there are...
Started by Tarik on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
A solution with "loose coupling" are:
Dependency Injection
Dependency Injection (especially when using an Inversion of Control Container) provides loose coupling within an application or solution something"); }
Service Orientation
Service....
|
|
Why can't I use optional parameters in loose functions defined with "let"?
Why are they only allowed in member functions?
Started by Jonathan Allen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If a function f's second parameter is optional, what is
... .
The problem with an optional parameter is you can't curry it .
They aren't something you encounter in functional languages.
I suspect they are provided only for compatibility with .NET functions .
|
|
How do I explain loose coupling and information hiding to a new programmer? I have a programmer who I write designs for, but who can't seem to grasp the concepts of loose coupling and information hiding.
I write designs with everything nicely broken down...
Started by C. Ross on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
You talk about loose and Interfaces both use loose....
The problem is your expectations, not the developers lack of skill .
Try will see that.
This image is pretty good at explaining the need for loose coupling.
The abstract design concepts.
|
|
I have a unique development situation and would like some input from others.
I have a situation where I need to load loose xaml files within a rich client application. A given loose xaml file may have references to an assembly not currently loaded in ...
Answer Snippets (Read the full thread at stackoverflow):
I'm guessing that you are already doing dynamic assembly resolution and loading? If so, then you could try substituting a fake assembly name in place of the real assembly name i n the Xaml - you can then use that in your assembly resolution code to load... .
|
|
I have been experimenting with WPF and rendering strict XAML markup in a web browser, also known as Loose XAML (explained here and here ).
It strikes me as mostly useful for displaying static content. However, it also appears possible to bind to an XML...
Started by YeahStu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can even check possible, would not be done directly in the loose XAML because of the need for procedural code of the Sandboxed environment , which your app is running....
At least framework 3.0 is required to view loose XAML pages in IE.
|
|
Something a lot of programmers seem to be abiding by is Convention of Configuration. In the context of IoC this means using the API instead of XML configuration.
How are you supposed to keep the loose coupling idea behind DI/IoC when you have to reference...
Started by Chad Moran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
XML is a relatively heavyweight representation; JSON, YAML etc is widely... .
On the other hand, if you do need configuration files, don't be trapped into thinking they must be XML .
It means you have to balance them; don't get trapped by either/or thinking .
|