linq to sql designer in .net 3.5 [closed] - linq-to-sql

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.
where can i find the linq to sql designer in .net 3.5 sp1?
do i need to install something to work with it

Create a new "LINQ to SQL Classes" item under Add New Item in the Solution Explorer's context menu.
By the way, Microsoft considers LINQ to SQL obsolete now, preferring the Entity Framework going forward.

It is Visual Studio.
Here a tutorial may help you

Visual LINQ Query Builder is what you are looking for.

Related

How to export a database from MS access 2007 to MySQL? [closed]

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 have created a database with multiple tables in MS Access.
I want the same database to be transfered to MySQL.
What are the steps to do it??
One way to do it would be to install the MySQL ODBC driver, configure an ODBC connection to your target database in MySQL, then use Access' "Export" feature to copy the tables over. I have used this process in the past, and it has usually worked reasonably well.

SSRS Full Text Justification [closed]

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've read dozens of threads about this subject and i know it is not possible to justify text in reporting services as in Word, Excel, Crystal Reports, etc. ..
I also know that it is unacceptable that in 2013 Microsoft has not put this option available, but I really have to solve this problem in one way or another ...
So, as I said, after reading dozens of threads on this subject, I concluded that my only option is to make a custom report item... but the problem is I cannot do it because it's to complex to me...
Is there anyone who has built a custom report item for this purpose and it's kind enough to share it?
Many thanks in advance!!
A bit of Googling shows that there are third-party products that can provide this additional functionality.
Aspose is one example: http://www.aspose.com/docs/display/pdfreportingservices/Justify+FullJustify+Text+Alignment

Real-time SQL syntax highlighting in HTML5 [closed]

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 a <textarea> tag or an alternative written in JavaScript, that highlights my SQL statements as I write them (effectively the same as phpMyAdmin's SQL section where you can manually write queries.)
Please tell me that this is possible without using HUGE libraries and can be easily customizable. If so, which library should I be using and how?
http://codemirror.net/
I think I found what I wanted. Though this looks like a big library, this will do the trick. Thanks everybody.

SSRS:How to create report LIKe pivot table in ssrs 2008 r2 [closed]

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 need to create reoprt in ssrs like the pivot table in MS Excel.
Above the screen shot of my requirement,I am very much confused this time .
Please provide some guidlines ,resources and links where i find the needfull help.
The SSRS equivalent of an Excel Pivot table is called a Matrix - in SSRS 2008, both conventional table reports and matrixes are essentially the same thing (as described in the answers to this question).
You can find out more about using matrixes in reports on Microsoft's site, such as this article describing Table, Matrix and List objects, or this article that describes how to add a matrix to a report.
Alternatively, there are plenty of other resources on the web - here are a couple of the links returned by googling "matrix ssrs".

How do I use MySQL in Visual Studio 2010 with EF4? [closed]

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.
How do I use MySQL in Visual Studio 2010 with EF4?
As far as I'm aware there is no MySql provider yet for EF4 and it is unlikely there will be one until after it EF4 moves out of Beta. Also it's worth mentioning that it took MySql almost 9 months to develop the initial support for EF1.
One of the third party vendors such as DevArt may come to the market sooner. Let's hope so otherwise it could be a long wait.
Have you seen this question? Or do you have a specific problem with MySql and EF4?
I know this is an old question, but I've succeeded in using EF4 with VWD express 2010 using a tool called EdmGen2.
I can't generate nor update the model trough the interface, but I've made a batch script to generate the files for EF4 and I just have to rerun the script when I change anything on my database.