impa
Name: impa
Score: 18,567.98
Last Seen: 386 days, 7 hours, 45 minutes ago
Member Since: 7 February, 2009
DotNetShoutout
atom rss
11
Shouts

Meta-Me : Tip 45 – How to swap EF metadata at runtime.

published 1295 days, 14 hours, 1 minute ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1297 days, 14 hours, 59 minutes ago
Tuesday, December 01, 2009 7:00:29 PM GMT Sunday, November 29, 2009 6:02:53 PM GMT
Tip 45 – How to swap EF metadata at runtime. Background By default the Entity Framework embeds its metadata inside your assembly as a resource, and put a connection string in the App or Web Config references those resourses something like this (more)
category: Data | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Metadata, EF 3.5, Entity Framework, EF4, EF 4.0, entityframework, Tips
10
Shouts

SQL Server Service accounts

published 1296 days, 16 hours, 23 minutes ago posted by sqlarticlessqlarticles 1297 days, 23 hours, 35 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 9:26:47 AM GMT
Most entry level DBAs still have the confusion on what is a service account and which is the best to be used and when. This article will take you through that. Depending on the selection that you made while installing SQL Server, you will have the services installed in your server. (more)
category: Data | clicked: 1 | 1 comment | | source: www.sql-articles.com
tags: SQL Server, sqlarticles, service account
9
Shouts

Simple Insert,Update,View and Delete with LINQ-To-SQL

published 1296 days, 16 hours, 23 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1298 days, 12 hours, 6 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 8:56:17 PM GMT
Today one of my friend asked me about simple insert,update and delete example with LINQ-To-SQL but at that time i was not having any simple example which will show the power of LINQ-To-SQL Example. So i have decided to create one simple example with LINQ-To-SQL and also decide to blog about it. Let's create a simple example which is very simple and also show basic step to use LINQ-To-SQL. First i have created a simple table called which have 4 fields like ProductId,Name,Description and Price. Like follow... (more)
category: Data | clicked: 0 | 1 comment | | source: jalpesh.blogspot.com
9
Shouts

iTextSharp PDF rendering in a medium trust ASP.Net environment

published 1296 days, 16 hours, 23 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1298 days, 20 hours, 57 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:04:26 PM GMT
Rendering a PDF for download or email is a very common task for an e-commerce website. One thing to consider when deciding on a PDF library for rendering is what environment the site is running in. Most ASP.Net shared hosting solutions will restrict their hosted sites to Medium trust to prevent a rogue site from peeking at other sites on the server. Medium trust environments can cause funny things to happen between the development environment and the production environment. By default the websites cr... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: instantdevelopment.blogspot.com
9
Shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 1296 days, 16 hours, 23 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1299 days, 8 hours, 27 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:34:36 AM GMT
Abstract: In this screencast Mohammad Azam will demonstrate how to perform validation using IDataErrorInfo interface. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: highoncoding.com
tags: ASPNETMVC
9
Shouts

A brief explanation of search engine optimisation

published 1296 days, 16 hours, 23 minutes ago posted by axelnovelaxelnovel 1298 days, 52 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 8:09:52 AM GMT
Search engine optimisation is vital for any business that wants to be successful online. SEO is a process used by businesses and SEO companies in order to achieve higher rankings in the major search engines. (more)
category: Smart Client | clicked: 3 | 1 comment | | source: www.seoconsult.com.au
8
Shouts

siaqodb-object database for .NET, Mono and Silverlight

published 1296 days, 16 hours, 23 minutes ago posted by siaqodb_usersiaqodb_user 1298 days, 16 hours, 23 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 4:38:20 PM GMT
Why another database management system? Well… there are many reasons that current Object Databases available on the market are not wide-adopted but one of the simple answer is because performance; even almost all vendors of Object Databases is saying the performance is much higher the any Relational Databases is not always like that and I will try to make a simple example. Suppose we have typical one-to-many scenario and we will involve 2 entities as example: Product and Category. Each prod... (more)
category: Metro | clicked: 4 | 1 comment | | source: siaqodb.com
tags: silverlight database, object database, mono database, linq database
9
Shouts

VB .Net ListView [ VB .Net Tutorial ]

published 1296 days, 16 hours, 23 minutes ago posted by pons_saravananpons_saravanan 1297 days, 18 hours, 7 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 2:54:28 PM GMT
VB .Net ListView ASP. Net ListView DataBinding For presenting data in list form, we have several options in Asp.Net like ListView, DataList, Repeater, GridView, DropDownList, etc... Since we have a variety of controls to choose from, the control can be selected based on specific requirements. For e.g. single column with single selection the... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: vbnettutorial.net
10
Shouts

Daily tech links for .net and related technologies - November 28-30, 2009 - Sanjeev Agarwal

published 1296 days, 16 hours, 23 minutes ago posted by sanjeevanasanjeevana 1298 days, 44 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 8:18:16 AM GMT
Web Development Main Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.Net Paging Records Sucks – Use jQuery to Scroll Just In Time Handling Exceptions in ASP.Net MVC 1 Using jQuery Grid With ASP.NET MVC Creating an ASP.NET MVC View by Calling Multiple Actions Using Facebook Connect with ASP.NET MVC and the Facebook Developer Toolkit 3 Binding Installed fonts in dropdownlist using LINQ Extending ASP.NET MVC 2 Templates ASP.NET MVC Application Using IDataErrorInfo Interfac... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: SQL, Web Service, Architecture, Ajax, WCF, ASP.NET
10
Shouts

Instant Development: Using an interface to reuse Linq queries

published 1296 days, 16 hours, 23 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1298 days, 20 hours, 47 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:14:49 PM GMT
I just read a post about convention based Linq querying and thought I would followup with an alternative method for implementation. One downside that I see with the implementation of building the expression tree is that the entity may not have an Id property. In this case I would definitely want to see a compile error rather than runtime. So a simple solution may be to decorate the entities with a marker interface and the place the constraint on the extension method generic, such as public i... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: instantdevelopment.blogspot.com
tags: Linq
9
Shouts

Parallel For Loop - Coding N Design

published 1297 days, 13 hours, 17 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1298 days, 19 hours, 46 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 1:16:06 PM GMT
In my earlier post on Parallel Programming I have explained about Task and Data Parallelism.In this post we will go into a little more deep into the API and discuss about Parallel For loop in .NET Framework 4.0.The static method For of class System.Threading.Tasks.Parallel class allows us to execute for loops where several iterations might run in parallel.There are couple of ov... (more)
category: How To | clicked: 3 | 1 comment | | source: codingndesign.com
9
Shouts

Casts using “as” (Pitfalls and Best Practices to Prevent Them #5)

published 1297 days, 13 hours, 17 minutes ago posted by winSharp93winSharp93 1299 days, 16 hours, 46 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 4:15:56 PM GMT
Well – “as” is faster to type than a “real” cast using two brackets and has the same result. Really? (more)
category: How To | clicked: 1 | comment | | source: winsharp93.wordpress.com
tags: Pitfalls, C#, casting, As, Debugging, Codingstyle
10
Shouts

TSQL Challenge 1

published 1297 days, 13 hours, 17 minutes ago posted by vijipillaivijipillai 1299 days, 19 hours, 1 minute ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 2:00:21 PM GMT
This is a challenge to write a TSQL query that can run on SQL Server 2000, 2005 and 2008 and transforms the data in a table to a custom shape. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
10
Shouts

WCF (ADO.NET) Data Services At-a-Glance

published 1297 days, 13 hours, 17 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1299 days, 12 hours, 47 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 8:14:36 PM GMT
Today, data tends to exist in horizontal or vertical silos: it can be shared within a particular environment but often becomes difficult to use beyond its original intent. As systems continue to become more interconnected, the need to reuse information grows, and data becomes more valuable the more it can be shared. The “silo effect”, which makes it difficult for consumers who weren’t originally envisioned to access the data, becomes increasingly painful. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: msdn.microsoft.com
tags: ADO.NET Data Services, Data Services, DataServices, WCF
10
Shouts

Shawn Wildermuth - Silverlight 4's Printing Support

published 1297 days, 13 hours, 17 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1299 days, 14 hours ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 7:02:08 PM GMT
As i've discussed with a number of my customers (with apologies to Siebrand) I never thought we needed printing. Printing on the Internet has a durable solution especially when it comes to to line-of-business applications: PDF. There are a plethora of report writing solutions that work and so using XAML to print has always been an unnecessary feature to me. But as most of you know the Silverlight team ig... (more)
category: Metro | clicked: 0 | 1 comment | | source: wildermuth.com
tags: Silverlight 4 Beta, Silverlight 4
10
Shouts

Main Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.Net

published 1297 days, 13 hours, 17 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1299 days, 11 hours, 28 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:33:18 PM GMT
Main Differences between ASP.NET 3.5 and ASP.NET 4.0. (more)
category: Data | clicked: 3 | comment | | source: www.dotnetspark.com
tags: ASP.NET
10
Shouts

Moses' Blog | KiGG Design And Architecture – Part 2 Project Structure

published 1297 days, 13 hours, 17 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1299 days, 11 hours, 34 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:27:37 PM GMT
Introduction In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I’ll not go into deep details of each project. I’ll save that for some other posts, just be patient with me and stay tuned. Project Structure At the time of writing this post, KiGG consist of 7 projects plus unit test projects which I am not going to cover in this post. (more)
category: Architecture | clicked: 3 | 1 comment | | source: mosesofegypt.net
tags: Software Design, DotNetShoutout, KiGG
12
Shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 1297 days, 13 hours, 17 minutes ago posted by sqlarticlessqlarticles 1299 days, 3 hours, 54 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:07:31 AM GMT
In this article we are going to configure Data compression in SQL Server 2008. Configuring data compression is very easy with just an couple of steps. The steps are below Estimate the Compression Ratio (Optional) Configure Data Compression (more)
category: Data | clicked: 1 | 1 comment | | source: www.sql-articles.com
tags: data compression, sqlarticles, Compression
11
Shouts

Binding Installed fonts in dropdownlist using LINQ

published 1297 days, 13 hours, 17 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1299 days, 15 hours, 58 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 5:03:42 PM GMT
In this blog I will give you snippet code which fetches installed font in dropdownlist in .NET using both C# and VB.NET. Start with creating a new website using asp.net C# and VB.NET. Drag a dropdownlist from toolbox into web page. Here is markup: (more)
category: Web Dev | clicked: 3 | 1 comment | | source: code2code.info
tags: Linq
11
Shouts

ASP.NET Validation Controls - Conditionally validating

published 1297 days, 13 hours, 17 minutes ago posted by http://priyanonnet.com/http://priyanonnet.com/ 1299 days, 23 hours, 2 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:59:32 AM GMT
Using the server side Page.Validate() and Client Side PageClientValidate() , we can validate a group of controls conditionally. For eg. i just need to validate some fields only when a checkbox is checked. Both Page.Validate() and PageClientValidate() allows to pass a validation group , So we group a set of controls with a validation group and calls this validation functions in both client & server side only on the required validation condition (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.priyanonnet.com
tags: asp.net-validation-controls, ASP.NET