473,800 Members | 2,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

LINQ(DLINQ,XLIN Q) - XML - Sql Server

Greetings,

i want to be able to use linq new technology with sql server.

the senario i am not able to do so far is as follow:

1- i program with linq
2- be able to generate and manipulate xml files
3- all this xml files are stored in Sqlserver

for those who are not familiar with linq
http://msdn.microsoft.com/data/ref/linq/

u can still help me by mentioning orignal ways of working with xml files
through sqlserver as the database.

thanx

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Sep 4 '06 #1
4 1896
can anyone help please ??! any ideas ??!

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Sep 5 '06 #2
1- i program with linq

Have you installed the May 2006 CTP of LINQ? If not, go to:

http://www.linqdev.com

In the top right corner of the page is a section labeled "LINQ Latest
Release". Click on the link to go to the Microsoft page to download the
latest version.

You will see a lot of LINQ information there at LINQDev.com. I hope it helps.
2- be able to generate and manipulate xml files
Once you have installed the May 2006 LINQ CTP, you will have a "LINQ
Preview" menu option in your start/All Programs menu. In the LINQ Preview
menu you should see toward the bottom XLinq info such as an overview as well
as hands-on labs for both C# and VB.

"Dave Johnson" wrote:
Greetings,

i want to be able to use linq new technology with sql server.

the senario i am not able to do so far is as follow:

1- i program with linq
2- be able to generate and manipulate xml files
3- all this xml files are stored in Sqlserver

for those who are not familiar with linq
http://msdn.microsoft.com/data/ref/linq/

u can still help me by mentioning orignal ways of working with xml files
through sqlserver as the database.

thanx

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Sep 6 '06 #3
thanks already done tht, i was just asking to see if anyone have
guidance to this typical pattern from previous experiance.. so for noone
seems to have much experiance in LINQ. so i will keep working and post
any good updates..

thanks again

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Sep 6 '06 #4
thanks already done tht, i was just asking to see if anyone have
guidance to this typical pattern from previous experiance
Oh, I guess I misunderstood your question. I thought you had said that you
were unable to program at all with LINQ.

so for noone seems to have much experiance in LINQ
Well, LINQ is still very new, so I suspect you will not find too many people
with practical experience with it. But, I wouldn't go as far as you stated.
In case you are not aware, there is a LINQ specific forum at MSDN. Again, if
you go to http://www.linqdev.com and look in the Crucial LINQ Links, you will
find a link to the offical LINQ forums. There are many people there really
digging into LINQ.

Good luck.

"Dave Johnson" wrote:
thanks already done tht, i was just asking to see if anyone have
guidance to this typical pattern from previous experiance.. so for noone
seems to have much experiance in LINQ. so i will keep working and post
any good updates..

thanks again

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Sep 7 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1868
by: Senna | last post by:
Hi Have a question about DLinq. The example code floating around looks like this: Northwind db = new Northwind(@"C:\...\northwnd.mdf"); var custs = from c in db.Customers where c.City == "London" select c; How does this work. Will it retreive all the rows from the Customer table
0
1406
by: Marshal | last post by:
I've just had a chance to review LINQ, DLinq, and XLinq, (which I only heard about last week after the PDC). The various LINQs actually seem to live up to expectations - Using query semantics to retrieve a subset of data from arbitrary data-architectures (though I hope the sub-LINQ distinctions can be held coherent over time by the same governing architectureess). I summized pre-familiarily that we would accomplish LINQ support by...
0
1233
by: Scott Nonnenberg [MSFT] | last post by:
This is our first official DLinq chat. We're still early in the planning and development stage for this very cool technology, so we can react to your feedback much more easily. Show up and tell us what's on your mind! Scott Nonnenberg Program Manager Visual C# Team DLinq "The LINQ Project is a codename for a set of extensions to the .NET
0
1106
by: Scott Nonnenberg [MSFT] | last post by:
The DLinq team will be ready and waiting for your questions and comments at this date and time at this location: http://msdn.microsoft.com/chats/chatroom.aspx. This is otherwise known as a chat - a great opportunity to speak directly with the people who develop the software you might just end up using! See you there! Scott Nonnenberg Program Manager Visual C# Team
0
1169
by: Scott Nonnenberg [MSFT] | last post by:
Show up and talk to members of the DLinq team. What's DLinq, you ask? Well, to understand that you'll need to know what LINQ is - you can start with the blurb below, read more about it here: http://msdn.microsoft.com/data/linq/, and install the latest CTP: http://www.microsoft.com/downloads/details.aspx?familyid=1e902c21-340c-4d13-9f04-70eb5e3dceea&displaylang=en It's very cool stuff. Scott Nonnenberg Program Manager
18
4172
by: martin | last post by:
I'm just wondering... Will it be possible to use C# 3.0 and Linq to objects without having our users download the .NET Framework 2.0 client? I really would like to use the C# 3.0 features, but I don't know that it's worth making our customers download an extra 30 mb worth of framework to use. Thanks in advance, Martin
7
1371
by: =?Utf-8?B?Q2hha3JhdmFydGh5?= | last post by:
Today, after watching the presentation by Amanda Silver at http://channel9.msdn.com/Showpost.aspx?postid=335058 , from Channel 9, started exploring the LINQ features. Surprisingly, few facts unearthed to prove that LINQ is slower, much to double the time consumed by the usage of traditional Data Adapter. Correct me if you find these facts can be proved fault HW Scenario :...
9
1688
by: Marc Gravell | last post by:
How to fix ? Write it the way that you know works... (i.e. the one you commented out), or write that parses the input string doing a Split on '.', and uses reflection to navigate the child hierarchy. Which isn't something I have time to do right now... Marc
0
9551
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10505
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10275
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.