Stories recently tagged with 'LinqToSql'

KiGG 3.0 Released(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

Yesterday we released KiGG 3.0 and baselined the source code for version 3. No major changes in this release. We upgraded to ASP.Net MVC 2.0 on .Net 3.5 SP1 & VS2008. read more...

1 comment |category: |Views: 123

tags: another

LINQ to SQL Generic Repository | {Programming} & Life(goneale.com)

submitted by gonealegoneale(1055) 2 years, 10 months ago

After my last post regarding the strange NotSupportedException I was receiving on my generic repository, I thought it might be fitting to post what my LINQ to SQL generic repository looks like and what it’s all about. read more...

add a comment |category: |Views: 77

tags: another

Untie LINQ to SQL Connection String from Application Settings(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 2 months ago

Did you know that by default LINQ to SQL compiles your connection string and defines it in more than one place if you define your LINQ to SQL classes out from a web app, such as a data access layer class library? read more...

add a comment |category: |Views: 66

tags: another

Howto make unique Repository for all LinqToSql entities (GetById part)(blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 6 months ago

Tutorial about howto make Rep<Person>.GetById(personId)! read more...

add a comment |category: |Views: 39

tags: another

IUpdateable for Linq To Sql - Make Linq to Sql a read/write data(blogs.msdn.com)

submitted by aginghipsteraginghipster(55) 3 years, 6 months ago

Post demostrates how to make Linq to Sql a read/ write data source for ADO.NET Data Services. read more...

add a comment |category: |Views: 46

tags: another

LINQ to XML - XPath(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 6 months ago

LINQ to SQL may be on it's way out, but LINQ is no way out at all! And don't worry about LINQ to SQL, the ADO.NET Entity Framework is available and guess what it's awesome. Another good usage for LINQ is when you need to query an XML file. When working with LINQ to XML you may remember the old days when you used XPath. But don't worry anymore there is support for XPath on LINQ to XML. There are extension methods for LINQ to XML in the System.Xml.Xpath namespace! Read this blog post if you are interested in an example, and find out if there are any performance issues! Have fun reading! read more...

add a comment |category: |Views: 175

tags: another

Silverlight 2.0 - Using Silverlight DataGrid to consume ASMX Web Servi(syedarizvi.blogspot.com)

submitted by ahmer75ahmer75(120) 3 years, 6 months ago

Microsoft released Silverlight 2.0 on October 13, 2008. Silverlight 2 provides cross-browser rich UI experience which developers can use to author media rich applications using .NET language (C#, Visual Basic etc) of their choice. The article will demonstrate working of Silverlight 2.0 enabled UI by creating an ASP.NET web-form with Silverlight DataGrid control consuming ASMX Web Service. read more...

add a comment |category: |Views: 224

tags: another

ASP.NET/LINQ to SQL - Building UI Layer(syedarizvi.blogspot.com)

submitted by ahmer75ahmer75(120) 3 years, 6 months ago

LINQ stands for Language Integrated Query which was introduced with .NET 3.5. LINQ provides the ability to write query as a first-class language construct using modern programming languages like C# and Visual Basic. This article will demonstrate working of LINQ to SQL enabled UI by creating an ASP.NET web-form with GridView control bound to the newly introduced LinqDataSource control. read more...

add a comment |category: |Views: 64

tags: another

SQL 2008 FileStream – T-SQL,WPF, LINQ-TO-SQL(omarbesiso.spaces.live.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

SQL 2008 FileStream, T-SQL, LINQ to SQL & WPF putting all together read more...

add a comment |category: |Views: 119

tags: another

Creating Model Classes with LINQ to SQL(weblogs.asp.net)

submitted by toontjetoontje(20) 3 years, 7 months ago

great tutorial about the new ASP.NET MVC Framework. Stephen Walther explains how to create Model classes for Linq to Sql. He also introduces the repository pattern for a better encapsulation of your data layer and a better testability of the application. Very interesting. read more...

add a comment |category: |Views: 49

tags: another

LINQ to Entities, Workarounds on what is not supported(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

LINQ to Entities, Workarounds on what is not supported. 2 ways to get ride of what is not supported in LINQ to Entities. read more...

add a comment |category: |Views: 70

tags: another

LINQ to Entities, what is not supported?(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

A look at what LINQ to SQL support and not supported in LINQ to Entities. read more...

add a comment |category: |Views: 342

tags: another

What If I Don’t Call Dispose() on my LINQ to SQL DataContext Object?(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

Steven Walther recently posted on the subject of disposing of DataContext objects and provided some interesting insight into what actually happens. From what he says it sounds like the DataContext object acts much like the SqlDataAdapter class. It opens the connection right before a query is executed and closes it immediately after. I don’t want to steal Steven’s thunder so check out his post on the subject (the last part of the article talks about the consequences…or lack of consequences…of not calling Dispose()). read more...

add a comment |category: |Views: 37

tags: another

Make your LINQ to SQL DataContext fully testable!(krisscott.net)

submitted by krugs525krugs525(130) 3 years, 10 months ago

How to use code generation to make the LINQ to SQL DataContext fully testable. Works great! read more...

add a comment |category: |Views: 97

tags: another

Linq To Sql Schema(adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 3 years, 10 months ago

A new library to let you access database structures from c#. Helpful when generating code or writing migrations. read more...

add a comment |category: |Views: 49

tags: another

Cascading Deletings with LINQ-to-SQL(c-sharpcorner.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

Scott discusses various techniques... read more...

add a comment |category: |Views: 16

tags: another