oaytekin

Stories kicked by oaytekin

Microsoft Source Analysis for C# Released(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years ago

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...

1 comment |category: |Views: 876

tags: another

WPF Property Grid (dev102.com)

submitted by shaharyrshaharyr(4325) 4 years ago

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...

1 comment |category: |Views: 341

tags: another

ReSharper 4.0 beta for Visual Studio 2008 is out!(jetbrains.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

- 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...

3 comments |category: |Views: 217

tags: another

SCOPE_IDENTITY() return the id from the database on insert(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years ago

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...

7 comments |category: |Views: 324

tags: another

RemoteLINQ - How to make your LINQ span the globe(nearinfinity.com)

submitted by LearLear(1195) 4 years ago

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 |category: |Views: 166

tags: another

Visual Studio Survey(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years ago

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...

1 comment |category: |Views: 185

tags: another

ActiveRecorditize your NHibernate Classes (frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years ago

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...

4 comments |category: |Views: 149

tags: another

How to handle Themes in wpf(nablasoft.com)

submitted by alkampferalkampfer(1873) 4 years ago

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...

add a comment |category: |Views: 172

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

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 |category: |Views: 576

tags: another

Slick Button Maker Application(atalasoft.com)

submitted by tomdogtomdog(3230) 4 years ago

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...

2 comments |category: |Views: 613

tags: another

Is the ADO.NET Team Abandoning LINQ to SQL?(oakleafblog.blogspot.com)

submitted by orandorand(295) 4 years ago

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...

2 comments |category: |Views: 921

tags: another

Custom NAnt Task for Removing TFS Bindings(atalasoft.com)

submitted by lauzierjlauzierj(275) 4 years ago

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

add a comment |category: |Views: 71

tags: another

How to Get the File Path of an Executing Assembly?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 4 years ago

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 |category: |Views: 698

tags: another

WPF 3.5 SP1 feature: StringFormat(blogs.msdn.com)

submitted by frank12345frank12345(2809) 4 years ago

New WPF 3.5 SP1 feature: StringFormat read more...

3 comments |category: |Views: 630

tags: another