razamit

Stories kicked by razamit

2 Important Things to Notice When Using Lock() Statement(www.dev102.com)

submitted by razamitrazamit(4566) 2 months, 20 days ago

2 Important Things to Notice When Using Lock() Statement read more...

2 comments |category: |Views: 19

tags: another

How to Suppress / Disable Script Errors in WPF WebBrowser Control(www.dev102.com)

submitted by razamitrazamit(4566) 3 months, 3 days ago

suppressing the script error on the new webbrowser control read more...

add a comment |category: |Views: 3

tags: another

SPAW Editor Project is for Sale(blog.solmetra.com)

submitted by ailonailon(1335) 2 years, 8 months ago

One of the best online WYSIWYG HTML editors for ASP.NET and PHP is looking for a new home. read more...

add a comment |category: |Views: 14

tags: another

Pay Attention to the Foreach Implicit Casting (dev102.com)

submitted by shaharyrshaharyr(4325) 2 years, 9 months ago

In order to reduce an explicit conversion effort using the foreach statement, the C# developers decided to do an automatic conversion for us. We must pay attention to it... read more...

add a comment |category: |Views: 408

tags: another

Changing Brush Brightness in WPF/Silverlight (dev102.com)

submitted by talisharon10talisharon10(800) 2 years, 10 months ago

Changing Brush Brightness in WPF/Silverlight from code in runtime read more...

2 comments |category: |Views: 220

tags: another

Creating A RESTful API With WCF (dev102.com)

submitted by razamitrazamit(4566) 2 years, 10 months ago

Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. As such, it is not just a method for building "web services." The terms "representational state transfer" and "REST" were introduced in 2000 in the doctoral dissertation of Roy Fielding,[1] one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification. read more...

add a comment |category: |Views: 372

tags: another

Formatting Your WPF Data – String.Format Is In the House! (dev102.com)

submitted by razamitrazamit(4566) 2 years, 11 months ago

How to format your Binded Data read more...

add a comment |category: |Views: 312

tags: another

Creating Gapped and Bulleted Shapes in WPF/Silverlight (dev102.com)

submitted by razamitrazamit(4566) 3 years ago

How to create a shape with bullets on the joints of it’s segments read more...

add a comment |category: |Views: 216

tags: another

Parameter count mismatch Error (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years ago

Yesterday, I spent a whole day chasing a very weird and strange error - I was getting an exception at the main method. The error description was: “Parameters count mismatch“. read more...

add a comment |category: |Views: 358

tags: another

GridView Plugin For JQuery(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years ago

Starting out we are going to keep this pretty simple and as it progresses we’ll add more features. For now we are going to start with a hand coded HTML table and CSS. In a later post we’ll look at populating the grid from a data source. In this post today we’ll apply the CSS to the table but will expand this to a skinning system later on. We’ll also be applying the row selection feature today. read more...

add a comment |category: |Views: 353

tags: another

4 Grea Tips for Custom WPF Controls Developers (dev102.com)

submitted by razamitrazamit(4566) 3 years ago

4 great tips for WPF Custom control designers read more...

add a comment |category: |Views: 296

tags: another

How to Create A JQuery Plugin (dev102.com)

submitted by talisharon10talisharon10(800) 3 years ago

A small tutorial about creating JQuery Plugins read more...

add a comment |category: |Views: 195

tags: another

A DelegateQueue Class(codeproject.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

Last year, I wrote a toolkit for creating state machines. One of my goals for the toolkit was to provide the option of having each state machine executing in its own thread; I wanted state machines to be active objects. To realize this goal, I needed an event queue. State machines would use event queues to enqueue events sent to them and later dequeue th read more...

add a comment |category: |Views: 10

tags: another

Another List of 5 Great and Useful Visual Studio Shortcuts (dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

a while back we had 2 great posts and one page about visual studio shortcuts. The first one had a list of 10 Visual Studio Shortcuts and the second one had 11 Visual Studio Shortcuts. We also have a Visual Studio CheatSheet with all the Keyboard shortcuts Visual Studio has. read more...

add a comment |category: |Views: 601

tags: another

Creating A Tabbed Menu Control For ASP.NET MVC (dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

Tab menus are a fairly common thing that I use in a lot of my applications. I like tabs because they help break up large chunks of, usually, related information. read more...

add a comment |category: |Views: 693

tags: another

C# Design Patterns - The Visitor Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 1 month ago

One principle that I really like is the Open/Closed principle which says that an object should be open to new functionality but closed to structural changes. The visitor pattern helps facilitate this principle by giving us the means to perform operations against an object without changing the objects structure. Looking back at a previous pattern we wanted to adjust the registration cost for a dog if they had been picked up by the dog catcher. read more...

add a comment |category: |Views: 595

tags: another