iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 363 days, 34 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
9
Shouts

Meta-Me : Tip 46 – How to exclude a property using Code-Only

published 1266 days, 10 hours, 43 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1267 days, 22 hours, 47 minutes ago
Tuesday, December 01, 2009 7:00:29 PM GMT Monday, November 30, 2009 6:56:02 AM GMT
Tip 46 – How to exclude a property using Code-Only This time a real simple one prompted by this question on StackOverflow.Problem: If you tell the Entity Framework about this class using Code-Only, by default every property becomes part of Entity, and as a result stored in the database (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: codeonly, entityframework4, EF4
11
Shouts

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

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

101 on Prototype CSS Selector Performance

published 1265 days, 17 hours, 54 minutes ago posted by grabnerandigrabnerandi 1267 days, 14 hours, 2 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 3:41:12 PM GMT
Performance implications of certain CSS Selectors are not specific to a certain JavaScript Library like Prototype. I recently blogged about the internals of CSS Selectors in jQuery. The same holds true for every JavaScript library that offers CSS Selectors. Certain lookups can be done by using the native browser functions like getElementById or getElementsByTagName. Lookups by class name are not natively supported in IE and are therefore implemented in JavaScript by iterating through all elements in the ... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: blog.dynatrace.com
tags: Prototype, Performance, JavaScript, Frameworks
13
Shouts

Writing WPF/Silverlight compatible code. Part 5: Adding PropertyChangedCallback

published 1265 days, 17 hours, 54 minutes ago posted by http://ailon.livejournal.com/http://ailon.livejournal.com/ 1267 days, 15 hours, 24 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 2:18:51 PM GMT
This part presents a workaround you can use in Silverlight to set a handler to be called when value of inherited dependency properties changes. (more)
category: Metro | clicked: 1 | comment | | source: devblog.ailon.org
tags: Silverlight, WPF
18
Shouts

Silverlight 4 – Review of all the Cool New Features

published 1265 days, 17 hours, 54 minutes ago posted by jbarnesjbarnes 1267 days, 15 hours, 10 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 2:33:09 PM GMT
Check-out this comprehensive blog post by Tim Heuer – who outlines all the cool new SL4 features announced at the PDC in November - with links to videos and code samples to help you get started with each new capability. Here is a link to his complete blog post: http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx (more)
category: Metro | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Silverlight 4 Beta
16
Shouts

131 jQuery Snippets for Visual Studio 2010

published 1265 days, 17 hours, 54 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 1267 days, 11 hours, 11 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 6:31:54 PM GMT
A new OSS project to create code snippets for Visual Studio 2010 for use with jQuery. There are 131 so far. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: john-sheehan.com
tags: Visual Studio 2010, jQuery, code snippet
12
Shouts

Microsoft AJAX CDN – Now with SSL Support - ScottGu's Blog

published 1265 days, 17 hours, 54 minutes ago posted by mithumithu 1267 days, 13 hours, 51 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 3:52:22 PM GMT
Back in September I blogged about the new Microsoft AJAX CDN (Content Delivery Network) service that the ASP.NET team is now providing. The CDN provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. It offers a great way to speed up your external facing web-sites. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET AJAX, ssl, Ajax CDN, ASP .NET, Ajax, ScottGu, Web-Sites
12
Shouts

Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid

published 1267 days, 13 hours, 5 minutes ago posted by mithumithu 1268 days, 13 hours, 19 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 4:23:51 PM GMT
In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release. One of the most requeste... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Telerik, ASPNETMVC, Open Source, MVC, ASP.NET
12
Shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 1268 days, 9 hours, 58 minutes ago posted by sqlarticlessqlarticles 1270 days, 36 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
10
Shouts

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

published 1268 days, 9 hours, 58 minutes ago posted by mithumithu 1270 days, 18 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
10
Shouts

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

published 1269 days, 11 hours, 41 minutes ago posted by arikarik 1270 days, 18 hours, 5 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#
9
Shouts

Microsoft Test and Lab Manager and security and permission settings

published 1269 days, 11 hours, 41 minutes ago posted by ClemensReijnenClemensReijnen 1270 days, 19 hours, 25 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
12
Shouts

Five Silverlight 4.0 features you cannot do without

published 1269 days, 11 hours, 41 minutes ago posted by KMilKMil 1270 days, 19 hours, 48 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 1268 days, 9 hours, 58 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1270 days, 8 hours, 10 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
11
Shouts

ASP.NET Validation Controls - Conditionally validating

published 1268 days, 9 hours, 58 minutes ago posted by http://priyanonnet.com/http://priyanonnet.com/ 1270 days, 19 hours, 44 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
7
Shouts

Executing actions on the UI thread

posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 1270 days, 16 hours, 57 minutes ago
Friday, November 27, 2009 12:46:17 PM GMT
Executing actions on the UI thread by Sebastian Negomireanu on Nov.27, 2009, under .NET, C#, Code When working with frameworks like Silverlight, WPF or Windows Forms you often encounter the need to ensure a piece of code runs on the UI thread. Below, I present a clean way to do this using the SynchronizationContext class. (more)
category: Metro | clicked: 2 | comment | | source: byteflux.me
tags: Extension Methods, Silverlight, Windows Forms, C#, Synchronization, windows presentation foundation, Threading
11
Shouts

Binding Installed fonts in dropdownlist using LINQ

published 1268 days, 9 hours, 58 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1270 days, 12 hours, 39 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
10
Shouts

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

published 1268 days, 9 hours, 58 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1270 days, 9 hours, 29 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 1268 days, 9 hours, 58 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1270 days, 10 hours, 41 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
10
Shouts

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

published 1268 days, 9 hours, 58 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1270 days, 8 hours, 16 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
Previous 1 2 ... 295 296 297 298 299 300 301 302 303 304 Next