iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 392 days, 6 hours, 15 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
14
Shouts

IP Address Blocking or Restriction in SQL Server

published 1291 days, 20 hours, 10 minutes ago posted by sqlarticlessqlarticles 1294 days, 5 hours, 12 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 6:12:14 AM GMT
I have seen some questions in forums asking for the answer “is it possible to block connections to SQL Server based on IP address”. As far as now there is no official way in SQL Server to block the connections in SQL Server based on IP address. However this can be done from the OS end, we have the following three options available, refer HERE for more. * Firewall * IPSec * RRAS IP Filter (more)
category: Data | clicked: 1 | 1 comment | | source: sql-articles.com
tags: Administration, ip blocking
12
Shouts

The Disposable Pattern

published 1291 days, 20 hours, 10 minutes ago posted by CygonCygon 1294 days, 4 hours, 17 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 7:07:07 AM GMT
Simple explanation of the Disposable Pattern in .NET for developers new to garbage collection. Explains when to implement the IDisposable interface only, where a finalizer is required and why you mustn't call into other objects from the finalizer thread. Also shows common use cases illustrating when to implement IDisposable and when to implement the full Disposable Pattern. (more)
category: Architecture | clicked: 2 | 1 comment | | source: www.nuclex.org
tags: Pattern, Garbage Collection, Beginner, Dispose, Patterns & Practices
6
Shouts

PDC09: ASP.NET MVC 2 Ninjas Still on Fire Black Belt Tips - Scott Hanselman

published 1293 days, 1 hour, 45 minutes ago posted by jantujantu 1293 days, 22 hours, 43 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Thursday, December 03, 2009 12:41:37 PM GMT
While I was at PDC last week in Los Angeles I got to present an ASP.NET MVC 2 presentation. Phil has been home playing with his new baby so I was thrilled to be able to give a presentation on his behalf. I gave the talk immediately after the Day 2 keynote a few minutes after they announced that they were giving all attendees custom laptops. This talk was a (virtually) no slides, just demos talk. I showed some new ASP.NET MVC 2 features, some tips and techniques that aren't/weren't ASP.NET MVC 2 specific... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 2, PDC09, ASP.NET
7
Shouts

IUpdateable from Eric Nelson - EF4

published 1293 days, 1 hour, 45 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1293 days, 20 hours, 19 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Thursday, December 03, 2009 3:05:40 PM GMT
Getting Started with Entity Framework 4 – Lazy Loading Getting Started with Entity Framework 4 – Complex Types and Entities T4 Templates and the answer to life, the universe and everything Tangible T4 Editor – a life saver Getting Started with Entity Framework 4 - Templated Code Generation Getting Started with Entity Framework 4 – Simple Model First Example (more)
category: How To | clicked: 0 | comment | | source: geekswithblogs.net
tags: entityframework4, EF4
11
Shouts

Playing with SQLite, SubSonic3 and Repository Mode | Nathan Bridgewater

published 1291 days, 20 hours, 10 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1293 days, 20 hours, 14 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 3:10:29 PM GMT
Want to use SQLite and SubSonic3? Here's a way to do that. (more)
category: Web Dev | clicked: 1 | comment | | source: www.integratedwebsystems.com
tags: SQLite, Subsonic 3, Data Access Layer
9
Shouts

Windows Ribbon for WinForms, Part 20 – QuickAccessToolbar - Arik Poznanski's Blog

published 1293 days, 1 hour, 45 minutes ago posted by arikarik 1293 days, 15 hours, 34 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Thursday, December 03, 2009 7:49:51 PM GMT
Windows Ribbon for WinForms, Part 20 – QuickAccessToolbar Windows Ribbon for WinForms library now supports working with the ribbon quick access toolbar. The result of this post is a yet another sample, “17-QuickAccessToolbar”, found on the project site. What is Quick Access Toolbar (QAT)? Quick access toolbar resides on the left of the window title. The user can save there common ribbon commands he wants to easily access. A user can add a ribbon button (or toggle button or checkbox) to t... (more)
category: UX | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .NET, Ribbon, Windows 7, C#
9
Shouts

Nuclex Framework on CodePlex

published 1291 days, 20 hours, 10 minutes ago posted by CygonCygon 1293 days, 16 hours, 15 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 7:09:11 PM GMT
Nuclex.org has finally published their Nuclex Framework, a library of advanced building blocks for XNA game programming, as Open Source on CodePlex! Just some of the features: 3D Vector font rendering, multi-threaded particle systems, 3D SpriteBatch replacement, graphical user interfaces with skining support, game state management and more, all organized into neatly isolated building blocks you can pick from. The code has more than 1,400 unit tests with some assemblies achieving 100.0% test coverage and ... (more)
category: How To | clicked: 1 | comment | | source: www.nuclex.org
tags: GUI, XNA, Open Source, Vector Fonts, Threading, XNA Game Studio
5
Shouts

How to make your Obfuscator fool Reflector : Paul Mason

posted by tivittivit 1293 days, 13 hours, 58 minutes ago
Thursday, December 03, 2009 9:26:38 PM GMT
The primary purpose for Obfuscators is to stop users understanding your application. The idea of this is that if you can stop them making sense of your application, you can stop them bypassing licensing steps and/or stealing code. A popular feature for a lot of commercial obfuscators is to take this a step further and stop popular decompilers from even being able to understand your program. While this may sound quite attractive; it can also be quite scary as you need to break many of the "set rules and g... (more)
category: Architecture | clicked: 8 | comment | | source: blog.paul-mason.co.nz
tags: NCloak, protecting your precious code, Reflector, Obfuscation
4
Shouts

Silverlight 4 Augmented Reality Proof Of Concept

posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1293 days, 12 hours, 15 minutes ago
Thursday, December 03, 2009 11:08:54 PM GMT
A proof of concept for doing Augmented Reality with Silverlight 4. (more)
category: Metro | clicked: 6 | comment | | source: kodierer.blogspot.com
tags: Silerlight 4, Silverlight, dotnet, Augmented Reality, SL4, AR, CSharp
10
Shouts

Windows Ribbon for WinForms, Part 19 – RecentItems - Arik Poznanski's Blog

published 1294 days, 2 hours, 18 minutes ago posted by arikarik 1296 days, 16 hours, 22 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Monday, November 30, 2009 7:02:27 PM GMT
Windows Ribbon for WinForms, Part 19 – RecentItems Windows Ribbon for WinForms library now supports working with recent items in the application menu. The result of this post is a yet another sample, “16-RecentItems”, found on the project site. What are recent items? Recent items are items in a list which appears in the application menu. They doesn’t have to be file names and they doesn’t have to be recent, although it is recommended. Every item has 3 properties: Label – Item name, usually fi... (more)
category: UX | clicked: 0 | 1 comment | | source: blogs.microsoft.co.il
tags: .NET, Ribbon, Windows 7, C#
11
Shouts

Convert, Encode And Decode Silverlight WriteableBitmap Data

published 1294 days, 23 hours, 36 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1296 days, 13 hours, 35 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 9:49:32 PM GMT
Rene Schulte provides source code on how to convert a Silverlight WriteableBitmap to and from a byte array. Furthemore he shows how to encode it as a JPEG image and decode it back. (more)
category: Metro | clicked: 4 | 1 comment | | source: kodierer.blogspot.com
tags: Silverlight, dotnet, writeablebitmap, CSharp
9
Shouts

WCF Error: No Corresponding Start Element Open

published 1294 days, 23 hours, 36 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1296 days, 9 hours, 1 minute ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 2:23:28 AM GMT
If you have been searching and have found this then you have probably had a frustrating hour or more with an error of "No Corresponding Start Element Open". No doubt you have rebuilt your WCF service, updated the service reference, maybe even removed and re added the service reference. Still you'll have the error. So maybe one of a couple of things are happening. If your client is not WCF then maybe the generation of the service proxy is making some parameters optional in the request or response. In t... (more)
category: Web Dev | clicked: 86 | 2 comments | | source: instantdevelopment.blogspot.com
tags: WCF, Error
10
Shouts

NovoGeek.com - Krishna's weblog | Client side localization in ASP.NET using jQuery

published 1294 days, 2 hours, 18 minutes ago posted by novogeeknovogeek 1296 days, 7 hours, 13 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 4:11:50 AM GMT
Localization is a very important feature required in medium-large scale business applications. As always, ASP.NET makes developers life easy by providing inbuilt localization mechanism. However, if you are building a rich client side app using JavaScript/jQuery, you may need to fetch error messages and other strings from locale specific external file, without post back. This article gives pointers to implement client side localization in ASP.NET using jQuery. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: jQuery
10
Shouts

IEnumerable.ToDictionary()

published 1294 days, 23 hours, 36 minutes ago posted by KodefuGuruKodefuGuru 1296 days, 6 hours, 43 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 4:41:12 AM GMT
When retrieving data from web services, it’s sometimes obvious it was meant to be represented as a dictionary. In my coworkers case earlier today, he was getting back a simple class from a web service written in Java (don’t blame me for the exposed fields).public class KeyValuePairType { public string Key; public string Value; } He wanted to access the values as nature (err, C#) intended it:Dictionary (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: IEnumerable, Linq
10
Shouts

Random Acts of Coding: Managing Composition Through Lazy Loading Parts

published 1294 days, 23 hours, 36 minutes ago posted by JamesEggersJamesEggers 1295 days, 21 hours, 40 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 1:44:20 PM GMT
So far in this post series, we've been looking at various aspects of working with MEF in the context of a single level of composition.  One interesting thing about MEF is that its composition is recursive based on the assemblies and types identified in the catalogs within the container.  What this means is that if one of our parts also has imports defined for parts of its own, the composition container will continue loading parts for the initial type as well as all parts loaded until no more parts are fo... (more)
category: Architecture | clicked: 1 | 1 comment | | source: randomactsofcoding.blogspot.com
tags: C#, MEF
9
Shouts

Windows Azure – Using DataSet with cloud storage

published 1294 days, 2 hours, 18 minutes ago posted by gpeipmangpeipman 1295 days, 21 hours, 46 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 1:38:37 PM GMT
On Windows Azure CTP some file system operations are not allowed. You cannot create and modify files located on server hard disc. I have small application that stores data to DataSet and I needed place where I can hold this file. The logical choice is cloud storage service of course. In this posting I will show you how to read and write DataSet to your cloud storage as XML-file. (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: Windows Azure, cloud storage
9
Shouts

EF POCOs and GetObjectStateEntry : Don't Be Iffy

published 1294 days, 23 hours, 36 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1296 days, 2 hours, 4 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 9:20:02 AM GMT
Even when working with POCOs, the EF’s ObjectContext can track the objects using ObjectStateEntry objects just as it does for entities that inherit from EntityObject. I was thinking about ObjectContext.ObjectStateManager.GetObjectStateEntry. This method has two overloads. One takes an entity and the other takes an EntityKey of an entity. Then it returns the ObjectStateEntry being maintained to track that particular entity. In more detail, the signature for the first overload is GetObjectStateEntry(obj... (more)
category: How To | clicked: 1 | 1 comment | | source: thedatafarm.com
tags: persistence ignorance, entityframework4, EF4, POCO
12
Shouts

Atanas Hristov: Design Patterns – Memento Pattern - blog about programming.

published 1294 days, 2 hours, 18 minutes ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 1295 days, 16 hours, 30 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 6:54:27 PM GMT
The Memento Pattern is useful to remember the state of object without keeping copy of the whole object. Copying of the entire object is sometimes inefficient as the copy eventually contains much more information that we need to restore back. (more)
category: How To | clicked: 0 | 1 comment | | source: atanashristov.blogspot.com
22
Shouts

Innovation Showcase : Azure Data as a Service – Jim O’Neil details “Dallas"

published 1294 days, 23 hours, 36 minutes ago posted by bobfamiliarbobfamiliar 1295 days, 21 hours, 8 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Tuesday, December 01, 2009 2:16:02 PM GMT
Azure Data as a Service – Jim O’Neil details “Dallas" Jim O’Neil has written a great blog that introduces you to the Data as a Service codenamed “Dallas”. “Dallas” is essentially a repository of data repositories, a service - built completely on Windows Azure - that allows consumers (developers and information workers) to discover, access, and purchase data, images, and real-time services. Developers can access “Dallas” via REST-based APIs and Atom feeds or in raw format (as many of... (more)
category: Architecture | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure, Data as a Service, Dallas
11
Shouts

Including related entities in your domain service calls

published 1295 days, 16 hours, 24 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 1297 days, 15 hours, 32 minutes ago
Tuesday, December 01, 2009 7:00:29 PM GMT Sunday, November 29, 2009 7:52:02 PM GMT
There are two steps you need to perform in order to get back related entities in your object graph when making calls to your domain service using the Entity Framework or Linq to Sql as your DAL. Let's say we want to retrieve a Person record along with their Address record. The first step is to tell your DAL to return the associated object in your query like this: Entity Frameworkpublic Person GetPersonById(long Id) { returnthis.Context.People.Include("Address").Where(p => p.Id == Id).FirstOrDefau... (more)
category: Metro | clicked: 0 | comment | | source: www.codingcontext.com
tags: RIA Services, Linq To SQL, Entity Framework