Could someone please explain the difference? From what I understand, I could expose my data directly using WCF data services or expose it using OData.
http://msdn.microsoft.com/en-us/data/aa937697.aspx
how can i expose description attribute in enum values from service to client or web reference using WCF
or
how can i expose enum with description attribute to client using WCF? while exposing Description attribute is not exposed only enum values are exposed in client. I want value in description attribue in enums.
I'm trying to expose a CGI file as my document root and web server. I do not want to expose the fact that the server is running a CGI script.
How can I map a URL http://host/index.cgi/ back to http://host/ in Apache2? I'm guessing it involves mod-rewrite, but I haven't finished grokking all the docs yet.
The following configuration is working,…
Hi
I have been trying to understand DDD for few weeks now. Its very confusing. I dont understand how I organise my projects. I have lot of questions on UnitOfWork, Repository, Associations and the list goes on...
Lets take a simple example. Album and Tracks.
Album: AlbumId, Name, ListOf Tracks
Tracks: TrackId, Name
Question1: Should i expose…
Hi, I am trying to get the XPath "/deployment/service". Tested on this site:
http://www.xmlme.com/XpathTool.aspx
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org /axis/wsdd/providers/java">
<service name="kontowebservice"…
My program draws circles moving on the window. I think I must be missing some basic gtk/cairo concept because it seems to be running too slowly/stutteringly for what I am doing. Any ideas? Thanks for any help!
#!/usr/bin/python
import gtk
import gtk.gdk as gdk
import math
import random
import gobject
# The number of circles and…
Using GTK, I'm trying to overlay a "More" prompt (but it could just as well be any drawing object) in the corner of a GtkTextView contained within a GtkScrolledWindow. I draw the prompt in the handler for the expose signal of the text view. It works, but when I scroll the window I get artifacts: the prompt is moved along with the…
How do I easily bring to the front of the screen the top windows of two different application in Mac OS X? I prefer to use the keyboard only.
Example Scenario:
Say there are 10 Firefox and 10 TextEdit windows open. Also, say that these windows are having various different sizes so that the windows of each application fully cover…
How do I easily switch to an open folder on a mac?
In windows, which I'm used to using, I can see all my opened folders in my vertical taskbar, all i need to do to switch to another window is click on the folder in the task bar.
There's no taskbar in mac, and when i have a lot of folders opened, ie, lots of finder windows, how…
Is it OK to have samba shares that overlap, like the following:
[whole-drive]
path = /mnt/myusbdrive
...
[music]
path = /mnt/myusbdrive/music
...
[movies]
path = /mnt/myusbdrive/movies
...
I have a mounted external HDD with music and movies, plus a whole bunch of other stuff like backups. I want to expose the…
Hi,
I want to expose my sql server instance via the internet.
I've been programming asp.net to sql server for a long time, but for the first time i'm hosting the sql server myself instead of the clients server.
So what i want to do is move my sql server from my dev machine at home to a virtual server (yet to hire).
But of…
How do I easily switch to an open folder on a Mac?
In Windows, which I'm used to using, I can see all my opened folders in my vertical taskbar, all I need to do to switch to another window is click on the folder in the task bar.
There's no taskbar on a Mac, and when I have a lot of folders opened, ie. lots of Finder…
In OS X, when an application crashes, a window with an error report will appear. That window is by default unreachable by Command+Tab nor does it appear in the Dock. Of course, if by error or on purpose one clicks another window, the error report will go to the background and hide behind the other windows.
This is…
For work, I have to develop in Visual Studio, which I run via VMware's fusion 5.
I really want to test via my mac's native browsers for a multitude of reasons. that is, view the IIs web stuffs that my windows VM should expose, in my mac's own native Firefox, Chrome... etc. if i could expose a pretty url, that…
I recently sent my Macbook Pro (late 2008 model) to get a replaced logic board and top cover. When I got it back the Special function keys are mixed up.
F3 - mutes sound - it should do expose
f4 - decreases volume - it should show the dashboard
f5 - increases volume ....etc,
...
F11 - expose - it should…
I've setup a VPN server using Debians pptpd. This all works, but I want to restrict incoming connections so they can only access ports on the VPN server and not get access to other machines on the VPN servers local network.
I'm guessing this is a firewall rule? but i'm new to linux so am struggling a…
I'd like to graph the size (in bytes, and # of items) of an Amazon S3 bucket and am looking for an efficient way to get the data.
The s3cmd tools provide a way to get the total file size using s3cmd du s3://bucket_name, but I'm worried about its ability to scale since it looks like it fetches data…
From time to time I am in the situation where I need to get data back from storage-side snapshots of cluster shared volumes. I suppose I just never figured out a way to do it right, so I always needed to:
expose the shadow copy as a separate LUN
offline the original CSV in the cluster
un-expose…
Windows 2008 Server R2 comes with the DFS server role. I am looking at finding a 3rd party application that can mimic this funtionality on Windows 7.
I need it because I have multiple SATA hard disks and I want to expose folders from each drive as 1 network share.
Using homegroup and…
Previous questions have asked "how can I efficiently switch between windows, not applications, in OS X"? (Switching windows on OS X, Switch between windows on Mac OS X? and others). The most recommended suggestions seem to be:
Use some combo of cmd-tab and cmd-~.
Use Expose, and…
I'm using a pair of IP radios (non-WiFi) to bridge my office engineering LAN (172.0.0.0/8) to a lab in another building. The radios work fine, but they expose a web management interface I'd like to hide, and they also generate traffic (ARP, STP, and more) that I need to keep off…
The OData website at http://www.odata.org/home has been updated today to provide a much more engaging page than the previous sterile attempt. Moreover its now chockful of information about the progress of OData including a blog, a list of products that produce OData…
Get promotional codes from herehttp://blogs.msdn.com/gerryo/archive/2010/03/17/register-for-visual-studio-2010-beta-exams.aspx You don’t have to pay anything to take these exams. These are 100% free. If you pass the exam, you earn the certification just the same as…
I'm managing a team of like 15 developers now, and we are stuck at a point on choosing the technology, where the team is broken into two completely opposite teams, debating over usage of WCF vs. Web API.
Team A which supports usage of Web API, brings forward these reasons:
…
I know there have been countless discussions about this but I think this question is slightly different and may perhaps prompt a heated discussion (lets keep it friendly).
The scene:
I am developing a system as a means for me to learn various concepts and I came across a…