Posts

orm - SharePoint List like Data Access Interface -

The way I am affected by using the list of programs in SharePoint, I get it as Data Access Layer While modeling the database, the column in the list is not that easy to define. I'm looking for a device or an application that will give me the same interface as the database. Actually, for some reason I can not use SharePoint and I do not want to take responsibility for the modeling, deployment and maintenance of the database. I find SharePoint method of perception management acceptable and exciting. Can anyone give me some suggestions about this too? BTW, my application is on ASP.net and my preferred RDBMS MS SQL Server. If you do not want overhead and expense of a Sharepoint installation, 90% when you actually need it , Then WSS 3.0 (free from Windows Server License).

asp.net - How to force ASMX web service to send JSON data to client on HTTP GET request? -

I am trying to use official with ASMX web service in ASPNT 3.5 web form application. If I understand it correctly, then the auto-complete plugin can use HTTP GET to call only one service (with two query string parameters: q and range ). I came to know how the Web service responds to the HTTP GET call, but I did not know how this can return JSON data (even if the service calls it using JS $ $ data.), When calling from the complete plugin, it always gives XML). Here are some code snippets: Web service: [ScriptService] [WebServices (namespace = "http://tempuri.org/")] Public class UserWS: WebService {[WebMethod] [ScriptMethod (Use HTTPPat = true, response format = response format. Jason)] Public list & amp; YouTube Dislike Menu & gt; GetUnivers (string q, int limit) {list & lt; UserDisplayInfo & gt; User = GetUsers (Q, Border); Return users. }} Web page: $ ("# test"). Autocomplete ("./services/UserWS.asmx/GetUsers", {dataType...

build vs2005 solution with msbuild from .net 3.5 -

itemprop = "text"> I have an msbuild proj file that should be a solution built on Visual Studio 2005 and both C ++ and C # projects If I have a solution with MSBILD that comes with .NET 3.5, what should be added in the project file? In advance thank you If you are trying to create a solution file in which You should use devenv.exe to create C ++ projects. To do this you can use the task. Saeed Ibrahim Hashimi My Book:

barcode - Is the bar code dead thanks to Microsoft's Tag technology? -

Not sure how many people work with bar codes in their applications there I am on some of the projects for which the expected time Code programs will be prepared. Looking at this new I am surprised that someone has worked with MS tags? Do you have some examples of programming against MS tags? I seriously doubt that the bar code will die any time soon it is cheap, and good Explained in kind. The only advantage of MS Technology is that it allows more data in one place. Most of the time code users do not need more data. You have many rooms for item IDs and your ISB and your package reference number etc. In addition to this, users of the bar code are often very conservative WRT new technology. They do not want to spend money if they do not have to, and they have already received bar code readers ...

How can I check Spring Security for user authentication and get roles from Flex? -

I am using Spring, Spring Security, Blaze's, Flex and Spring Flex. I know that I can hook up to channelSet.login () and channelSet.logout () in the Spring Protection for authentication. channelSet.authenticated apparently only knows about the current Flex session, because it always closes as false , as long as you channelSet. Login () do not call. What do I want to do: Check with Flex to know if a user is already in one session. If so, I want the user names and roles. UPDATE I thought I would add a description of the solution used with the answer given below so that it would be easy for someone else to I used the stack overflow response to make the security console injectable. I will not rewrite the code from that reply in this answer, so look for it for SecurityContextFacade . securityServiceImpl.java Public class protection service applies the original security service {Private SecurityContactFacade SecurityContaxFacade; @ Secure ({"ROLE...

Visual Studio 2008 - speed up Add Reference -

Add any method to speed up the reference dialog? For example, did anyone find a way to open it in the Recent or Browse Tabs by default (which I use 90% of the time), to avoid slowing down on other tabs? It is found that where many people complain about this issue, but there is no solution ... Note that this is not a duplicate because it is a normal There is no question. No, I do not believe it is a good way to speed up. Li>

Is there any special category for external files in project file of Qt Creator? -

I would like to put some external files in my project, we say .txt ones what QT creator Is there a special category for external files in Project File (.pro)? The Qt creator, at least, uses an OTHER_FILES variable for .txt files and some Similar: OTHER_FILES + = test.txt "test.txt" adds "project files" pane to Qt Creator. If you want to make your files a little group, then you want to add a separate .pri file such as "External.pri", which contains your external files from there and then the .prri file Your .Pro includes: Project.pro HEADERS + = someclass H sources + = main.cpp someclass.cpp. External.pri External.pri Code> The effect of creating a folder in the Qt Creator (called "external"). If you have a bunch of external files then it will help keep things organized.