|
|
JjVv
JjVv
 |
|
Stories kicked by JjVv
|
|
submitted by
arnoldmatusz
1 month, 28 days ago
blog.dreamlabsolutions.com — 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: Linq | Views: 30
|
|
tags:
LINQToXML, EntityFramework, LINQ, LinqToSql | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 11 days ago, submitted by
JjVv
2 months, 12 days ago
blogs.msdn.com — Our team decided a while back to bring a fresh new look to the .NET logo, given the old was in need of a refresh to suite our future product positioning (I've been staring at this for a few weeks now and it's totally grown on me).... read more...
3 comments
|
category: Products | Views: 745
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
ersan
2 months, 21 days ago
devefor.com — dev \ efor is the visual studio plug-in that helps you monitor your development progress
While you are actively using your visual studio development environment, dev \ efor monitors your development progress, stores information and process project & solution based datas to let you know about your development efforts, software metrics, the trend and the history about your projects that you’ve been working on with Microsoft Vistual Studio IDE
With dev \ efor you can;
Calculate project & solution based software metrics.
See the trend of your software metrics.
Check out how much actual effort you spent during working on projects.
Query these datas for custom & friendly time intervals.
Export these datas to an Excel 2007 file. ( .xlsx )
Save chart images to an image file. (.png)
Best out of it, dev \ efor is completely free !
download it from www.devefor.com read more...
2 comments
|
category: Visual Studio | Views: 32
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Lord
2 months, 28 days ago
blogs.conchango.com — Mapped properties are accessed via properties as nature intended, and querying is a lot easier to read and write. Not quite as neat as Linq-to-NHibernate will be, but so much better than native NHibernate querying that I wonder why it wasn’t included in the trunk. read more...
add a comment
|
category: Open Source | Views: 60
|
|
tags:
NHIbernate, Ayende, OpenSource, NHQG | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 1 day ago, submitted by
jpobst
3 months, 1 day ago
mono-project.com — The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...
4 comments
|
category: Mono | Views: 300
|
|
tags:
Mono | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mhidinger
3 months, 4 days ago
blog.matthidinger.com — Two ways of creating/using Visual Studio snippets are explored and demonstrated: using the newly released Snippet Designer and ReSharper's Live Templates read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 5 days ago, submitted by
samiq
3 months, 5 days ago
aggiorno.com — The guys over at Artinsoft just released a refresh to their aggiorno web assistant tool, from their website "aggiorno represents a new generation of tools for software developers that uses advanced transformational technologies, for turning any existing website into a valid, findable, accessible standards compliant one"... it really is a great tool and totally worth it to check it out. read more...
1 comment
|
category: Products | Views: 179
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
mosessaur
3 months, 6 days ago
mosesofegypt.net — On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH & TPT) in Entity Framework. In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type (sub entity). read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, VisualStudio, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
3 months, 9 days ago
mosesofegypt.net — In the previous part I discussed Table-per-Hierarchy Inheritance, in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities that demonstrate the Table-per-Type Inheritance model read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, VisualStudio, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 10 days ago, submitted by
percent20
3 months, 10 days ago
lostechies.com — A call to harms for helping beginners. This time from a pro that realizes the need. read more...
1 comment
|
category: Other | Views: 304
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
mosessaur
3 months, 14 days ago
mosesofegypt.net — In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied.
In this part I'm exploring Table-per-Hierarchy Inheritance model in EF read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, .Net3.5SP1, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
terrble
6 months, 14 days ago
codebetter.com — Microsoft has single-handedly pushed O/R Mapping to the center of conversation, and we struggle to objectively differentiate between the choices. Arguments like "Tool X rocks", or "Tool Y sucks" are hard to understand. I'd like to more objectively discuss the basis on which we should accept or reject an O/R Mapper. As always, it depends on context. read more...
add a comment
|
category: Database | Views: 17
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 13 days ago, submitted by
terrble
6 months, 14 days ago
blogs.msdn.com — Tim Mallalieu tries to explain the EF situation - basically he says, "we'll try to do it in the next version" when responding to Entity Framework critics read more...
2 comments
|
category: Database | Views: 574
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads by The Lounge
|