DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

oaytekin Subscribe to this feed
oaytekin
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by oaytekin
10
kicks
published 6 months, 10 days ago, submitted by Mike.Griffin 6 months, 10 days ago

entityspaces.net — I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. read more...

Add a comment 12 comments | category: | Views: 277
tags: , , , | tag it

49
kicks
published 6 months, 11 days ago, submitted by jonas jonas 6 months, 11 days ago

blogs.msdn.com — From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

Add a comment 1 comment | category: | Views: 839
tags: | tag it

11
kicks
published 6 months, 11 days ago, submitted by shaharyr 6 months, 12 days ago

dev102.com — We all know the Property Grid control, which provides a user interface for browsing the properties of an object. What about having a WPF Property Grid? read more...

Add a comment 1 comment | category: | Views: 196
tags: , | tag it

20
kicks
published 6 months, 12 days ago, submitted by SuperJason SuperJason 6 months, 12 days ago

jetbrains.com — - New code analysis, context actions and quick-fixes; - New refactorings (such as Convert to Extension Method, Convert to Automatic Property, Convert Anonymous Type to Named); - Updated IntelliSense read more...

Add a comment 3 comments | category: | Views: 216
| tag it

13
kicks
published 6 months, 11 days ago, submitted by Vort3X 6 months, 12 days ago

objectreference.net — As a .NET programmer most of my time is spent coding in C# and I try to avoid writing SQL where possible. Recently I had to write an insert stored procedure and needed to return the ID of the row I was inserting. While writing my usual bad SQL I came across a fascinating function I’ve never used before, SCOPE_IDENTITY(). read more...

Add a comment 7 comments | category: | Views: 286
tags: | tag it

12
kicks
published 6 months, 12 days ago, submitted by Lear 6 months, 12 days ago

nearinfinity.com — After reading John Skeet's blog about Generating Mandelbrot images using PLINQ (Parallel LINQ) the author got the idea to build his own LINQ extension. Instead of just splitting the work across processors like PLINQ does, RemoteLINQ splits it across multiple machines. read more...

Add a comment add a comment | category: | Views: 164
tags: | tag it

12
kicks
published 6 months, 12 days ago, submitted by CharlieCalvert 6 months, 12 days ago

blogs.msdn.com — A new Visual Studio survey has been created and we would like your feedback. This survey focuses on learning more about the types of applications you are creating, which tools and technologies you are using, and how we can improve our content and code examples to better meet your needs. There are also questions about how you access online help, and some questions about the .NET Framework docs. read more...

Add a comment 1 comment | category: | Views: 180
tags: | tag it

9
kicks
published 6 months, 12 days ago, submitted by dengar007 dengar007 6 months, 12 days ago

frickinsweet.com — Part 3 of RhinoCommons, NHibernate and ASP.NET MVC Setting up the very simple model for use in our ASP.NET MVC application. read more...

Add a comment 4 comments | category: | Views: 143
tags: , , , , | tag it

15
kicks
published 6 months, 12 days ago, submitted by alkampfer alkampfer 6 months, 13 days ago

nablasoft.com — This article explain how to load a theme at runtime and apply it to wpf controls. This permits to personlize the interface even after the application is deployed. read more...

tags: , | tag it

50
kicks
published 6 months, 12 days ago, submitted by janko janko 6 months, 13 days ago

jankoatwarpspeed.com — Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

Add a comment add a comment | category: | Views: 438
tags: | tag it

10
kicks
published 6 months, 11 days ago, submitted by rudigrobler 6 months, 13 days ago

dotnet.org.za — A article showing some of the enhancements made in .NET SP1 relating to scrolling, including recycling and deferred scrolling! read more...

tags: | tag it

13
kicks
published 6 months, 12 days ago, submitted by tomdog tomdog 6 months, 13 days ago

atalasoft.com — Do you have Web 2.0 button envy? Well envy no more, the Atalasoft Slick Button maker will make you one of those shiny buttons that will liven up any website. You'll be funded in no time. Free Application & Source Code read more...

Add a comment 2 comments | category: | Views: 357
tags: | tag it

12
kicks
published 6 months, 12 days ago, submitted by dengar007 dengar007 6 months, 13 days ago

frickinsweet.com — Configuring the application. read more...

Add a comment 3 comments | category: | Views: 188
tags: , , , , | tag it

19
kicks
published 6 months, 11 days ago, submitted by orand 6 months, 13 days ago

oakleafblog.blogspot.com — Roger Jennings, eagle-eyed reporter of all things LINQ/ADO.NET/EF, describes why LINQ to SQL appears to be approaching legacy product status, with promised features unlikely to ever ship. read more...

Add a comment 2 comments | category: | Views: 888
tags: , , | tag it

10
kicks
published 6 months, 12 days ago, submitted by lauzierj 6 months, 13 days ago

atalasoft.com — This article will highlight a custom NAnt task that strips a folder of all source control bindings. read more...

Add a comment add a comment | category: | Views: 50
tags: | tag it

14
kicks
published 6 months, 12 days ago, submitted by nsoonhui 6 months, 14 days ago

itscommonsensestupid.blogspot.com — Getting the directory, or the file path of an executing assembly can be very tricky. How did you do it? There are three ways, but only one way that is the best read more...

Add a comment add a comment | category: | Views: 401
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge