Skip to main content

Home/ General Development In DotNet/ Group items tagged framework

Rss Feed Group items tagged

Jacques Bosch

Using Entity Framework 4.3 Database migration for any project - Fredrik Normén - 0 views

  •  
    "In this blog post I'm going to write about the Entity Framework 4.3 Database migration and how to use it without using Code-First or Entity Framework as an OR-M at all."
Jacques Bosch

KristoferA's blog - 0 views

shared by Jacques Bosch on 22 Mar 11 - Cached
  •  
    "In an earlier blog post, Creating or modifying Entity Framework EDMX files from code: an introduction to HuagatiEDMXTools.dll, I wrote about the EDMX file wrapper that is used by the Huagati DBML/EDMX Tools add-in for parsing, updating, creating, and writing EDMX files. HuagatiEDMXTools adds an easy to use object model on top of EDMX files (see documentation at http://huagati.com/edmxtools/help ), making it a lot easier to create/read/update EDMX files, and to write LINQ queries against Entity Framework 4 metadata. It also has a number of built-in queries and lookup functions that make it a breeze to work with Entity Framework 4 EDMX files from code."
Jacques Bosch

How to use complex type objects in Entity Framework 4 - 0 views

  •  
    "This article describes an All-In-One Code Framework sample that is available for download. This code sample demonstrates how to use complex type, which is one of the new features of Entity Framework 4.0 (EF4). This code sample shows how to add complex type properties to entities, how to map complex type properties to table columns, and how to map a Function Import to a complex type."
Johann Strydom

DPack 3.5.x is out (Think VS2012++ version) - Greg's Cool [Insert Clever Name] of the Day - 0 views

  •  
    "DPack is a FREE collection of Microsoft Visual Studio 2012 tools. DPack is designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. DPack includes various browser tools that allow the developer to quickly find solution files, types, particular type members, methods or properties for instance, or quickly find and reference standard .NET framework types. DPack includes greatly enhanced numbered bookmarks feature, various code navigation tools as well as streamlined surround with feature, and much more. See screenshots and learn more about individual features using Features menu. Major features included: Code Browser File Browser Solution Browser Framework Browser Numbered Bookmarks Surround With Code Navigation Solution Statistics Solution Backup All features support C#, VB, C++ and Ruby In Steel based projects."
Jacques Bosch

Using a GUID as an EntityKey in Entity Framework 4 : LeeDumond.com - 0 views

  •  
    "Like many developers, I happen to be a fan of using uniqueidentifier columns as primary keys on database tables (as opposed to the other common practice of using integers). While I don't do this all the time, in many cases I think it just makes sense, especially when the records in and of themselves don't share a "sequential" relationship to one another. I understand this is a rather controversial topic in some circles; with good arguments on both sides. Quite frankly, whether you personally agree with this practice or not is beside the point. For the purposes of this discussion, it's just important that you understand two things: one, that this done all the time; and two, that this scenario was not properly supported under Entity Framework V1."
Jacques Bosch

FluentData -Micro ORM with a fluent API that makes it simple to query a database - 0 views

  •  
    " Are you tired of fighting with overly complex ORMs such as Entity Framework and NHibernate? Are you tired of poorly generated SQL or having to change your business objects to work with your ORM? Do you miss the power and performance of ADO.NET and SQL, but not the manual tedious work? If so FluentData might be the framework for you."
Jacques Bosch

Quartz.NET - Enterprise Job Scheduler for .NET Platform - 1 views

  •  
    "Quartz.NET is a port of very propular open source Java job scheduling framework, Quartz . This project owes very much to original Java project, it's father James House and the project contributors. Quartz.NET is a pure .NET library written in C# which currently targets Framework version 1.1 and above. Quartz.NET is feature-wise equal to Quartz Java 1.6 excluding Java specifics. Quartz.NET is already running in production systems and has received good feedback. "
Jacques Bosch

dotConnect Team's Blog » Blog Archive » Entity Framework Code-First support f... - 0 views

  •  
    " April 2011 saw the release of a new version of Entity Framework 4.1; this blog article and samples of code contained in it have been correspondingly updated to match the new features that are now available."
Jacques Bosch

InfoQ: Testability and the Entity Framework - 0 views

  •  
    " Scott Allen explains how to create unit tests for applications making use of the ADO.NET Entity Framework 4.1. "
Jacques Bosch

Microsoft All-In-One Code Framework - Site Home - MSDN Blogs - 0 views

  •  
    "A new release of Microsoft All-In-One Code Framework is available on Feb 6th. We expect that its 8 new code samples covering typical programming scenarios in Windows Azure, Directory Services, Hyper-V, TFS, WDK, and Windows SDK would ease your development work."
Jonah Hayes

Tip/Trick: Url Rewriting with ASP.NET - 0 views

  •  
    This short article summarizes a few techniques you can take to easily map or reword URLs with ASP.NET, and have the choice to framework the URLs of your program however you want.
  •  
    This short article summarizes a few techniques you can take to easily map or reword URLs with ASP.NET, and have the choice to framework the URLs of your program however you want.
Jacques Bosch

Tips and Tricks - Meta-Me - Site Home - MSDN Blogs - Entity Framework - 0 views

  •  
    "Hopefully if you're reading this you've noticed that I've started a series of Tips recently. The tips will mostly apply to Entity Framework or Data Services. Seeing as I expect to have a lots of tips, it probably makes sense to have some sort of index. That is what this is post is, as I add a new tip I will add it to this page too. If you have any suggested topics for tips please let me know by leaving a comment or emailing me directly at Microsoft (Alexj is my alias at Microsoft, and emails at Microsoft are in the form alias@microsoft.com) Without further ado here are what I have so far:"
Wicked Tunez

DotNetMQ: A Complete Message Queue System for .NET - CodeProject® - 0 views

  •  
    Open Source Message Queue system that is entirely built in C# and .NET framework 3.5.
Jonah Hayes

ASP.NET MVC : The Official Microsoft ASP.NET Site - 0 views

  •  
    The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.
  •  
    The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.
  •  
    When it comes to .NET growth, a designer could develop programs by using easy command-line and written text manager resources within the structure.
Johann Strydom

Announcing Entity Framework Code-First (CTP5 release) - ScottGu's Blog - 1 views

  •  
    All about using POCOs only
Jacques Bosch

Why Defer Loading in Entity Framework isn't going to work - 0 views

  •  
    "When I finished reading this post I let out a heavy sigh. It is not going to work. Basically, the EF is going the same way that NHibernate was in NHibernate 1.0 (circa 2005!)."
Jacques Bosch

NHibernate vs. Entity Framework 4.0 - 0 views

  •  
    "This is a question that I get very frequently, and I always tried to dodged the bullet, but I get it so much that I feel that I have to provide an answer. Obviously, I am (not so) slightly biased toward NHibernate, so while you read it, please keep it in mind. EF 4.0 has done a lot to handle the issues that were raised with the previous version of EF. Thinks like transparent lazy loading, POCO classes, code only, etc. EF 4.0 is a much nicer than EF 1.0. The problem is that it is still a very young product, and the changes that were added only touched the surface. I already talked about some of my problems with the POCO model in EF, so I won't repeat that, or my reservations with the Code Only model. But basically, the major problem that I have with those two is that there seems to be a wall between what experience of the community and what Microsoft is doing. Both of those features shows much of the same issues that we have run into with NHibernate and Fluent NHibernate. Issues that were addressed and resolved, but show up in the EF implementations."
Jacques Bosch

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
Johann Strydom

FitNesse - 1 views

  •  
    "The fully integrated standalone wiki, and acceptance testing framework."
Jacques Bosch

Sass - Syntactically Awesome Stylesheets - 1 views

shared by Jacques Bosch on 14 Sep 11 - Cached
  •  
    "Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin."
1 - 20 of 28 Next ›
Showing 20 items per page