m_bearach

Stories kicked by m_bearach

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

Crafting a C# Forms Editor from scratch(codeproject.com)

submitted by m_bearachm_bearach(10) 3 years, 1 month ago

A Forms Editor allows you to add, move, resize, and delete controls on your form. The dialog editor of VC6 and the Forms Designer of VS.NET are Forms Editors we commonly use at design time. read more...

add a comment |category: |Views: 28

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

Creating an Ajax Login Form With jQuery (dev102.com)

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

In this post I want to show you how to use jQuery to create an AJAX login screen. I am going to use an ASP.NET MVC application for this demonstration read more...

add a comment |category: |Views: 522

tags: another

Working With ASP.Net MVC Part 5 - Views (dev102.com)

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

Well we’ve arrived at the last part of our series on ASP.NET MVC. In this post we’ll be looking at Views, ViewData, and HTML Helpers. We’ll be discussing how to call Views from Controllers and how to use HTML Helpers to create your markup. read more...

add a comment |category: |Views: 228

tags: another

Property, Dependency Property and Threading(dev102.com)

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

are Property, Dependency Property thread safe? read more...

add a comment |category: |Views: 26

tags: another

Why Should You Always Locate Your Convertors In App.Xaml (dev102.com)

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

Where do you locate your convertors? do you put them in the Window.Resources section? or in the UserControl they are being used for? read more...

1 comment |category: |Views: 148

tags: another

Tidy Up Your Xaml And Code Behind, Use UserControls Inside Templates (dev102.com)

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

Use User controls inside templtes read more...

1 comment |category: |Views: 194

tags: another

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun(dev102.com)

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

Yesterday I was trying to create a control with a partially transparent background,. I am writing this because what I thought was so straight forward, was not. read more...

7 comments |category: |Views: 241

tags: another

Working With ASP.Net MVC Part 4 - Controllers, ControllerActions, and (dev102.com)

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

In this post we’ll look the first of two parts that really hold our application together, the Controller. In the next post we’ll cover the View and how it ties into the Controller. read more...

add a comment |category: |Views: 200

tags: another

Things to Notice When Binding to Large Collection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. read more...

add a comment |category: |Views: 292

tags: another

Working With ASP.Net MVC Part 3 - Url Routing (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Url Routing has become a very common these days. In fact, at least among the websites I visit, it has become more common than not routing urls. Url Routing is part of the ASP.Net framework, both MVC and WebForms, that lets you easily rewrite and map your urls to make them look nicer and be more serach engine friendly. read more...

1 comment |category: |Views: 260

tags: another

Advanced Bidirectional Silverlight 2.0 to ASP.NET Integration – Part 1(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 5 months ago

This is the first post covering techniques for both sending data into your Silverlight environment from ASP.NET as well as getting data out of Silverlight without resorting to a lot of new elements in your architecture. The goal is to use what you already have with the least fuss. You may think you need to resort to ‘pushing’ all data from Silverlight into say a service using WCF but that is not the case in many scenarios. For example, you may have activity which the user creates inside Silverlight 2.0 that results in visual elements you want to send out to ASP.NET for persistence in your ORM environment (where Silverlight has no involvement). read more...

1 comment |category: |Views: 25

tags: another

Free Tool For Managed and Unmanaged Deadlock Detection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

Deadlocks are terribly difficult to find and even more difficult to debug. Debug Inspector is a free tool that allows you to view the call stacks of multiple threads at the same time, plugs in to the internals of the CLR and automatically detects deadlocks. read more...

add a comment |category: |Views: 392

tags: another

Handle External Links With Custom Http Handler(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

In this article I’ll talk about External Links Handling. We often need to manage more external links particularly in the mail or newsletter. These links must remain Standing, even when changing architecture of the website. read more...

add a comment |category: |Views: 21

tags: another

Creating a Website Sitemap Using Nested DataList and a Web. Sitemap Fi(dev102.com)

submitted by razamitrazamit(4566) 3 years, 5 months ago

Creating a Website Sitemap Using Nested DataList and a Web. Sitemap File read more...

add a comment |category: |Views: 42

tags: another