It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i never work with DLINQ so i dont know the use of DLINQ. so can anyone show the situation where DLINQ is required and also show me the various use of DLINQ.
"While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. "
from: this article
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I would like to look for record among records of entities Leads, Opportunities, Accounts. That's mean I can select Leads from Sales and after that I can to find records from Leads, Opportunities and Accounts. Is it possible?
I interpret your question that you'd like to search across more than one entity in one search. That you would like your query to be searched in Leads, Opportunities and Accounts in the same time. In the OOTB functionality you cannot do this, however the guys over at PowerObjects has a third party solution for this kind of stuff called PowerGlobalSearch. You can read about it here and see if it's something that could help you: http://www.powerobjects.com/add-on-subscriptions/powerpack/powerglobalsearch/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to use linq with stored procedure in asp.net,
but if it reduces security of information, I prefer using linq without stored procedure.
Is there any source to guide me about this?
Any security risk of using linq with stored procs would be the same as using stored procs directly with the old school Db/SqlCommand approach. I would suggest you see LINQ-to-SQL vs stored procedures? the accepted answer gives a pretty good detail of the advantage each have over the other.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm trying to use Xcode 4's Interface Builder, but I'm a bit lost when it comes to some of the terms being used. I'm not familiar with File's Owner, delegates, controllers, etc.
Is there a good tutorial out there that can explain how to use Interface Builder, what these terms mean, and how I can use Interface Builder to properly connect my UI elements?
You want the Cocoa Fundamentals Guide. Read it beginning to end.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
how can i create custom interfaces in xcode 4? i've seen programs like Kaleidoscope (http://designshack.co.uk/images/designs/kaleidoscope-for-mac.jpg) using custom controls or something not available for drag and drop on xode.
any help? thanks
You'll get better help if you take the time to craft more specific questions.
Since you're speaking generally, I'll answer generally: Xcode 4 will not help you create custom interfaces (at least not beyond letting you edit the code to build them). This is done entirely in code.
Learn to draw with Cocoa then learn how controls and cells work, then ask specific questions when you don't understand.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am starting a new project which have an interface like picasa 3. Please let me know what all documents i have to prepare in advance before starting the project. Right now i am only developer but in the future other developers may join.
Is there any third-party components which will help me simplify the task of theming and creating buttons?
Thanks in advance,
John
Indeed your question is actually 2 questions. For things to prepare when starting a development project:
schedule and cost estimation report (use a cost estimation software)
project design specification
project logical block diagram (can be UML or just Visio)
technological feasibility report
business presentation based on the above documents
depending on your venture model, you may be required to present your investors with further reports and presentations.