| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
26 Articles match "Table","Tools"
| Related DevelopMentor Courses | MORE | | Entity Framework 5 + Enumerations => What’s not to love? We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Nothing exciting, since our database has just one table. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). So let’s have a look. Note: the data type for ‘Habitable’ is a smallint. Next we’ll generate an entity data model from the database. This is done in the Model Browser. DevelopMentor Courses - Sunday, September 2, 2012 Mark Blomsma: Creating ASP.NET membership and authentication tables in SQL Server (Aspnet_regsql.exe) There is a little command line tool that can create the standard ASP.NET membership and authentication tables in an existing SQL Server database instance. Since I seem to have a hard time remembering the name of the tool I’d figure I’d write a little blurp on my blog to act as a reminder ). Aspnet_regsql.exe is a command line tool. And if you want to enable the ASP.NET Web Administration Tool on a test or production server, then this forum post [link] tells you how to do that See [link] for available parameters. DevelopMentor Courses - Tuesday, January 29, 2013 Roll Your Own REST-ful WCF Router Armed with routing metadata, you can look up the destination’s address in a routing table of some kind. WCF will give you all the tools you need to write a scalable, high-performance router with a minimal amount of code. Download the code for this post here. Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. However, as the MSDN documentation for the WCF Router states, “ The Routing Service does not currently support routing of WCF REST services. Enjoy. DevelopMentor Courses - Tuesday, April 24, 2012 |
28 Articles match "Table","Tools"
| The Latest from DevelopMentor | MORE | | Agile Advice for Aviva (and many other big companies) Skype, VOIP, everything Don’t spend money on expensive test tools Manage teams as a whole: not a Test Team and a Test Manager there, and a Dev Team and a Dev Manager there, and a BA…. Open each meeting by going once around the table and having someone say something positive (“Tell me something that made you smile today?” Testers: download the open source test automation tools and enrol developers to help you get them working. Testers: Automation, Automation, Automation - get with the Open Source tools - Selenium, FIT/Fitnesse, Cucumber, etc. don’t know of any. Allan Kelly's Blog - Tuesday, February 19, 2013 Mark Blomsma: Creating ASP.NET membership and authentication tables in SQL Server (Aspnet_regsql.exe) There is a little command line tool that can create the standard ASP.NET membership and authentication tables in an existing SQL Server database instance. Since I seem to have a hard time remembering the name of the tool I’d figure I’d write a little blurp on my blog to act as a reminder ). Aspnet_regsql.exe is a command line tool. And if you want to enable the ASP.NET Web Administration Tool on a test or production server, then this forum post [link] tells you how to do that See [link] for available parameters. DevelopMentor Courses - Tuesday, January 29, 2013 Entity Framework 5 + Enumerations => What’s not to love? We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Nothing exciting, since our database has just one table. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). So let’s have a look. Note: the data type for ‘Habitable’ is a smallint. Next we’ll generate an entity data model from the database. This is done in the Model Browser. DevelopMentor Courses - Sunday, September 2, 2012 | -
| The Best from DevelopMentor | MORE | - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The NoSQL movement asks the question: “Is the relational database (RDBMS) always the right tool for data storage and data access?”. This is only a few lines of code per collection (think of this as a table). This creates the collections (think tables), sets the schema, etc. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. Then your *entire* query to pull all the details of a single blog would hit a single “table” in the database. Articles ASP.NET Open Source Talks Tools web2.0 Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Entity Framework 4.1 power tools
Power Tools making it even easier to do Code First development with an existing database. For each table a 2 classes are generated, the first is the entity class itself. The EF team at Microsoft just release a first CTP of the EF 4.1 Guess it isn’t really code first in that case but database first I did a quick test with an existing database, Northwind to be exact, and it worked pretty well. The only gotcha is you have to make sure the EF4.1 assemblies are available in your project otherwise you will receive the exception below. Adding Ef4.1 Read more about the CTP1 here. Enjoy! The Problem Solver - Thursday, May 19, 2011 - Mark Blomsma: Creating ASP.NET membership and authentication tables in SQL Server (Aspnet_regsql.exe)
There is a little command line tool that can create the standard ASP.NET membership and authentication tables in an existing SQL Server database instance. Since I seem to have a hard time remembering the name of the tool I’d figure I’d write a little blurp on my blog to act as a reminder ). Aspnet_regsql.exe is a command line tool. And if you want to enable the ASP.NET Web Administration Tool on a test or production server, then this forum post [link] tells you how to do that See [link] for available parameters. DevelopMentor Courses - Tuesday, January 29, 2013 - More NLog Goodness
One of the most common uses of logging is to record log entries in a database table. NLog has an interesting feature that allows you to include the table definition in your NLog.config file and run a command-line utility to create the database and logging table, as well as set up other targets, such as a Windows Event Log or performance counters. Now that we can see errors generated by NLog, we need to create the database and table where we want to store our logs. The tool will also create the windows event log or performance counters if those targets are specified. Tony and Zuzana's World - Monday, October 31, 2011 - Entity Framework 5 + Enumerations => What’s not to love?
We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Nothing exciting, since our database has just one table. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). So let’s have a look. Note: the data type for ‘Habitable’ is a smallint. Next we’ll generate an entity data model from the database. This is done in the Model Browser. DevelopMentor Courses - Sunday, September 2, 2012 - Article: Azure Storage
Table Storage - stores structured data that is somewhat like a database. Additional information about the submitter is associated with the photo in Azure table storage. Saving (More) Data: Structured Storage and Azure Tables. Instead we will use the third type of Azure Storage: Azure Table Storage. Table Storage allows us to store data with up to 256 properties and query this data as if it were a database. say this because there is no schema or relational constructs in Azure Table Storage. We simply have one table called Contributors. Enjoy! Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
" The answer is a product called Plinqo , created by the makers of the code-generation tool, Code Smith. In addition, Plinqo will create enums instead of entities for tables with lookup values. A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 and Visual Studio 2010. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). Tony and Zuzana's World - Tuesday, August 4, 2009 %>
| | |