Browse by Tags

Related Posts

  • Importing text file into database

    Hello Everyone, I would like to import a text file which contains one string (a large integer) per line not separated by commas or anything else except a carriage return. Does anyone know of an easy way to store this in a database file? I'm open to suggestions if there is more than one way to save this...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by rbunn83815 on 03-31-2007, 12:00 AM
    Filed under: Database, c#, sql 2005, text file, Linq
  • Linq casting and marshalling problems

    I am trying to figure out how to marshal a ling query result and even work with the resultset in general. I have posted my questions as comments in the code below. At the moment, I am at a dead standstill on linq until I can get past this. namespace LinqWoes { class Program { static void Main( string...
    Posted to C# (Forum) by BrianMinister on 10-19-2007, 12:00 AM
    Filed under: C#, .Net, var, DLINQ, Marshalling, LINQ
  • How to test LINQ performance against Traditional ways

    Hi Im doing some testing and research about LINQ to SQL for a school assignment. How can I test this in a easy way? Ive seen some great test results online but i wan't to try it out my self. So how to do this, Profiler? Code-behind and timespan objects? Sugestions? // Jonas
    Posted to Architecture (Forum) by ZooGrafix on 12-14-2007, 12:00 AM
    Filed under: performance, C#, testing, linq, linq to sql
  • ListView + Linq without LinqDataSource: Editing!

    Hi there! I'm trying to use a ListView to display a list attached to a Linq datasource. It looks something like this: 1 var ivs = from i in a.Activities 2 where i.DueDate >= DateTime.Now 3 select new { i.ActivityID, i.DueDate, i.Note }; 4 UpcomingInterviewList.DataSource = upcominginterviews;...
    Posted to Data Presentation Controls (Forum) by GabrielX on 01-23-2008, 12:00 AM
    Filed under: c#, linq, ListView
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1

    First part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. Microsoft released the first CTP of ASP.NET 3.5 Extensions and it includes ASP.NET MVC Framework as one of the main extensions for ASP.NET 3.5. In the first part of...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-22-2008, 12:00 AM
    Filed under: .NET, c#, asp.net, blog, LINQ, MVC
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 2

    Second part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the second part of the article series about ASP.NET MVC Framework, Keyvan adds controllers to his blogging engine in order to describe how to use controllers in...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-31-2008, 12:00 AM
    Filed under: .NET, c#, asp.net, blog, LINQ, MVC
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 3

    Third part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the third part of this series, Keyvan talks about the data model in his simple blogging engine. He shows some concepts related to the LINQ side of the data model...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 03-03-2008, 12:00 AM
    Filed under: .NET, c#, asp.net, blog, LINQ, MVC
  • Couple of n00b Questions

    I'm just beginning ASP.NET, and getting very comfortable with the MVC stuff, thanks to my PHP/Rails MVC background. Excuse me if these are simple questions, but I've been banging my head against them all day, so would appreciate some guidance.: Question 1: I have an action which saves a form...
    Posted to ASP.NET MVC (Forum) by chrismcabz on 04-10-2008, 12:00 AM
    Filed under: MVC, Linq, Controller, C#
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4

    Fourth part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 04-30-2008, 12:00 AM
    Filed under: .NET, c#, asp.net, blog, LINQ, MVC, Unit Testing, TDD
  • Re: Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 2

    Thank you Apurava for pointing it out. It seems that was a problem when I copy/pasted the link. It should be accessible now.
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-31-2008, 12:00 AM
    Filed under: .NET, c#, asp.net, blog, LINQ, MVC
Page 1 of 1 (10 items)