TareqOmar
Name: TareqOmar
Score: 9,755.92
Last Seen: 1048 days, 17 hours, 14 minutes ago
Member Since: 29 January, 2009
DotNetShoutout
atom rss
9
Shouts

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

published 1270 days, 14 hours, 20 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1272 days, 10 hours, 2 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 1270 days, 14 hours, 20 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1272 days, 18 hours, 54 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
10
Shouts

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

published 1271 days, 11 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1273 days, 9 hours, 30 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
10
Shouts

Shawn Wildermuth - Silverlight 4's Printing Support

published 1271 days, 11 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1273 days, 11 hours, 56 minutes 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
9
Shouts

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

published 1270 days, 14 hours, 20 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1273 days, 6 hours, 23 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 1270 days, 14 hours, 20 minutes ago posted by axelnovelaxelnovel 1271 days, 22 hours, 48 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
9
Shouts

VB .Net ListView [ VB .Net Tutorial ]

published 1270 days, 14 hours, 20 minutes ago posted by pons_saravananpons_saravanan 1271 days, 16 hours, 4 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

Instant Development: Using an interface to reuse Linq queries

published 1270 days, 14 hours, 20 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1272 days, 18 hours, 43 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 1271 days, 11 hours, 13 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1272 days, 17 hours, 42 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 1271 days, 11 hours, 13 minutes ago posted by winSharp93winSharp93 1273 days, 14 hours, 42 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

Windows Ribbon for WinForms, Part 18 – ContextPopup - Arik Poznanski's Blog

published 1272 days, 12 hours, 56 minutes ago posted by arikarik 1273 days, 19 hours, 20 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 11:38:23 AM GMT
Windows Ribbon for WinForms, Part 18 – ContextPopup Windows Ribbon for WinForms library now supports using a Context Popup. The result of this post is a yet another sample, “15-ContextPopup”, found on the project site. What is a Context Popup? A context popup is a combination of a small toolbar (called MiniToolbar) and a context menu, which a ribbon enabled application can provide. This popup usually appears when right-clicking an application surface and it usually provide common operati... (more)
category: UX | clicked: 1 | 1 comment | | source: blogs.microsoft.co.il
tags: .NET, Ribbon, Windows 7, C#
10
Shouts

TSQL Challenge 1

published 1271 days, 11 hours, 13 minutes ago posted by vijipillaivijipillai 1273 days, 16 hours, 58 minutes 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
12
Shouts

Five Silverlight 4.0 features you cannot do without

published 1272 days, 12 hours, 56 minutes ago posted by KMilKMil 1273 days, 21 hours, 3 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 9:54:55 AM GMT
In this article Andrea Boschin decided to select five significant features that add a great value to the platform. Curiously if you scan the list of the site you will find them in the first positions. They include Printing and Webcam support, HTML embedding, rich text edit and full trust application in out of browser mode. (more)
category: Metro | clicked: 1 | 1 comment | | source: www.silverlightshow.net
10
Shouts

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

published 1271 days, 11 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1273 days, 9 hours, 25 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

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

published 1271 days, 11 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1273 days, 10 hours, 43 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
12
Shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 1271 days, 11 hours, 13 minutes ago posted by sqlarticlessqlarticles 1273 days, 1 hour, 51 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 1271 days, 11 hours, 13 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1273 days, 13 hours, 54 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 1271 days, 11 hours, 13 minutes ago posted by http://priyanonnet.com/http://priyanonnet.com/ 1273 days, 20 hours, 58 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
10
Shouts

dnrTV - Show #159 - Adam Cogan on TFS and Visual Studio 2010 Part 1

published 1271 days, 11 hours, 13 minutes ago posted by mithumithu 1273 days, 1 hour, 32 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:25:40 AM GMT
Carl caught up with Adam Cogan at the PDC in Los Angeles. Adam gives us the 9 steps you need to deliver your product to your customer using TFS and Visual Studio 2010. (more)
category: Screencast | clicked: 3 | 1 comment | | source: www.dnrtv.com
tags: Visual Studio 2010, dnrTV, VS 2010, PDC, TFS
9
Shouts

Microsoft Test and Lab Manager and security and permission settings

published 1272 days, 12 hours, 56 minutes ago posted by ClemensReijnenClemensReijnen 1273 days, 20 hours, 40 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 10:18:00 AM GMT
Within TFS you can set permissions, what people are aloud to do within projects and with 2010 in place also within project collections and within Microsoft Test and Lab Manager. In some situations, project settings, you want to set these permissions. For example in the TMap process template there are different rolls responsible for different tasks. The Test Manager is responsible for the Master test plan, the Test infrastructure coordinator for the test infrastructure and tools, the test coordinator f... (more)
category: Architecture | clicked: 2 | 1 comment | | source: www.clemensreijnen.nl
tags: vs2010; tmap
Previous 1 2 ... 30 31 32 33 34 35 36 37 38 39 Next