Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

Browse by Tags

All Tags » LINQ   (RSS)
Showing page 1 of 2 (12 total posts)
  • How to Download all of Visual Studio 2008 SP1

    VS2008 SP1 Beta is quite a package. By default the installation downloads the packages as needed and when needed. Now that is just fine if you only need to install a single machine. But when you need to install multiple, possibly virtual, machines like I have to it just wastes a lot of bandwidth and time . Fortunately there is a solution and it can be found here in the blog post by Heath Stewart. Enjoy!
    Posted to WF Community Bloggers (Weblog) by Anonymous on May 16, 2008
    Filed under: ClickOnce, Workflow, NetFx3, WPF, .NET, SqlCe, VB, VSTO, WCF, LINQ, DevCenter
  • New and Notable 240

    Today's new and notable comes from a hotel in Northern NJ, where I am a wedding weekend and sneaking away on the computer :)   ALT.NET/Design Patterns Great collection of Ayende's talks . Download the decks, they are great stuff. SOA/ESB/Security Very cool and extremely useful: patterns & practices WCF Security Practices at a Glance Now Available Weekly SOA crumbs #16: Links on Service orientation, cloud computing and ESB’s Software Development The Weekly Source Code 26 - LINQ
    Posted to WCF Community Bloggers (Weblog) by Anonymous on May 10, 2008
    Filed under: Service Oriented Architecture, SOA, Software Development Tools, WCF/Indigo, ALT.NET, Design Patterns, New and Notable, ESB, WCF, LINQ
  • LINQ to SQL and creating databases

    LINQ to SQL has a really nice feature when making sample and demos in the ability to create the database if it doesn't exist yet. It also has a function called DatabaseExists() to check if a database exists. Both are defined on the DataContext class. string connectionString = @"Data Source=.\sqlexpress;Initial Catalog=MyNewDatabase;Integrated Security=True" ; MyNewDatabase context = new MyNewDatabase (connectionString); if (!context.DatabaseExists()) context.CreateDatabase(); And best
    Posted to WF Community Bloggers (Weblog) by Anonymous on April 9, 2008
    Filed under: .NET, Workflow, DevCenter, LINQ
  • On the WF ReceiveActivity and WCF bindings

    The new ReceiveActivity and SendActivity that marry Windows Workflow Foundation (WF) and Windows Communication Foundation (WCF) are really cool . Getting started is easy because a new Sequential Workflow Service Library, found under WCF instead of Workflow in VS2008, uses nice defaults for everything. But sooner or later you need to change these defaults and you need to know what can be done and what can't. When you want to use the new ReceiveActivity in a workflow you need to use a compatible
    Posted to WF Community Bloggers (Weblog) by Anonymous on March 26, 2008
    Filed under: WCF, .NET, Workflow, VB, DevCenter, NetFx3, LINQ
  • Launch Into 2008...A Microsoft Geek's Timeline

    For the NuCon events we have been running with Microsoft to launch the 2008 Launch Wave, we have been giving out these Neudesic/Microsoft shirts that, IMHO, are really cool - they have this cool timeline on the back on how we see we got to here and shows a lot of the things we focus on (i.e. We use Agile/Scrum methodologies exclusively to run our projects): Simula 67 '67 Pascal '70 Internet Goes Public '92 SQL Server 4.21 Shipped '92 Scrum Created '93 SOA Coined '96 MS Released
    Posted to WCF Community Bloggers (Weblog) by Anonymous on March 10, 2008
    Filed under: WCF, VS 2008, VS Team System, LINQ, Indigo, WCF/Indigo, C#, Microsoft, .NET Framework 3.5, Microsoft .NET, SQL Server 2008, SOA, CSD, Neudesic, ESB, Oslo, Connected Systems, Neuron ESB, LINQ and OR/M, Neuron, Agile, SQL Server, Agile and Extreme Programming, NET Framework 3, Web Services, SOAP. Google. Web 2.0, SOAP
  • Visual Studio 2008 and .NET Framework 3.5 Training Kit

    Looking for more information about VS2008 and .NET 3.5? I suspect you might just be as there is a ton of new functionality and with the pace of everything coming out it isn't likely that you know it all To help learn the new stuff Microsoft has put a Visual Studio 2008 and .NET Framework 3.5 training kit together with lots of labs and presentations. Just go through the list and check what you would like to know more about. You can download the trainings kit from here . Enjoy!
    Posted to WF Community Bloggers (Weblog) by Anonymous on February 11, 2008
    Filed under: WCF, .NET, Workflow, VSTO, VB, DevCenter, LINQ, WPF
  • SQL Server 2005 SP3

    If you are expecting a link to the download I am sorry but you are going to be disappointed Why? Because it just isn't available yet! I can already hear you saying "But it must be coming any day now, right?" Wrong Yes, I just heard from Hugo that there are no current plans for releasing a new service pack for the very simple reason not enough people are asking for it. Come gain, why was that? Because not enough people are asking for it! So click in this link and vote for another SQL
    Posted to WF Community Bloggers (Weblog) by Anonymous on February 2, 2008
    Filed under: .NET, Workflow, VB, DevCenter, LINQ
  • Neudesic NuCon 2008 New York and Chicago

    We are running our developer conference again three times this year. This is all on Visual Studio 2008 and .NET Framework 3.5 technologies you need in order to be productive like LINQ, Silverlight, ADO.NET Entity Framework, WCF, and SQL Server 2008. I will be speaking at the NYC event on Real World SOA, WCF and WF. When Thursday, February 21st, 2008 8:30am-5:00pm Breakfast and lunch will be provided Where New York Marriott East Side 525 Lexington Ave. at 49th St. New York, NY 10017 [see map] Cost
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 15, 2008
    Filed under: ASP.NET, WCF, LINQ, BizTalk Server, Silverlight, WCF/Indigo, Microsoft, Service Oriented Architecture, .NET Framework 3.5, Microsoft .NET, Visual Studio 2008, SOA, Workflow, BizTalk Services, Windows Workflow, O/RM, Neudesic, ESB, Connected Systems, ASP.NET AJAX, ASP.NET MVC, NeuronESB, Neuron ESB, LINQ and OR/M, O/RM and Entity Framework, Local .NET Community, BizTalk, Neuron, MVP, Local Community, Philadelphia, .NET Framework 3/WinFX, NET Framework 3, LINQ, O/RM and Entity Framework, Enterprise Service Bus, Philly.NET, Entity Framework, New York, TFS, ADO.NET Data Services, Smart Client, Microsoft IO, Microsoft Sliverlight, ADO.NET 3.0
  • New and Notable 209

    Development Tools Snippet Compiler Live 2008 Ultimate Edition for Developers (Alpha) [via Mike ] NAnt 0.86 Beta 1 Release [via Mike ] BizTalk Composite Services using Oracle ESB Routing Services Dealing with cXML based messages in BizTalk WCF/ADFS/Authentication/WF Authenticate Users Across Organizations Using ADFS LINQ/ADO.NET Next LINQ to Active Directory (formerly known as LINQ to LDAP) is here Entity Providers Update ADO.NET Data Services and Idempotence Domain Driven Design Nice fundamentals
    Posted to WCF Community Bloggers (Weblog) by Anonymous on December 11, 2007
    Filed under: WCF, LINQ, BizTalk Server, WCF/Indigo, New and Notable, Software Development Tools, Sam Gentile,  BizTalk Server, BizTalk Services, Domain Driven Design, ASP.NET MVC, LINQ and OR/M, WF, Software Development, Local .NET Community, BizTalk, Software Design, Local Community, LINQ, O/RM and Entity Framework, MOSS, Authentication, NANT, Sharepoint, ADO.NET, DDD, ADFS
  • .NET 3.5 Roadshow Sample Code

    As some of you may know, several of us at IDesign (Juval, Brian and myself) are in the midst of a two-week .NET 3.5 Roadshow - six cities in two weeks where we collectively cover WCF, WF, WPF, CardSpace, federated and claims-based security concepts, and some key aspects of .NET 3.5 such as new C# 3.0 language features and ADO.NET 3.5 including LINQ and the Entity Framework. I'm personally covering WCF security, federated and claims-based security, C# 3.0 and ADO.NET 3.5. For those of you attending
    Posted to WCF Community Bloggers (Weblog) by Anonymous on September 15, 2007
    Filed under: .NET 3.5, CardSpace, WCF, Security, LINQ
1 2 Next >

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us