Click here to Skip to main content
15,867,834 members

Articles by Shmuel Zang (Articles: 11, Tip/Tricks: 3)

Articles: 11, Tip/Tricks: 3

RSS Feed

Average article rating: 4.95

Desktop Programming
WPF
30 Jan 2013   Updated: 15 Feb 2013   Rating: 4.57/5    Votes: 14   Popularity: 5.09
Licence: CPOL    Views: 44,923     Bookmarked: 25   Downloaded: 1,557
Please Sign up or sign in to vote.
This article shows how we can present a 3D scene and, perform common operations (zoom, rotate, move, zoom to specific region, adjust the camera to view the whole of the scene, and pick a 3D shape on a specific region on the rendered surface) on it, using Managed DirectX.
5 Jan 2012   Updated: 5 Jan 2012   Rating: 4.94/5    Votes: 27   Popularity: 7.06
Licence: CPOL    Views: 37,002     Bookmarked: 49   Downloaded: 924
Please Sign up or sign in to vote.
In this article, I explain step by step, how we can create a WPF custom control that gets an object and, generates a GUI that enables editing that object's properties and invoking that object's methods.
23 Mar 2012   Updated: 13 Nov 2012   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 33,885     Bookmarked: 20   Downloaded: 2,611
Please Sign up or sign in to vote.
This article shows how we can render an interoperable MDX (Managed DirectX) scene, inside a WPF window.
19 Mar 2018   Updated: 19 Mar 2018   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 8,450     Bookmarked: 5   Downloaded: 126
Please Sign up or sign in to vote.
This article shows how we can extend the ObjectPresentation library behavior.
Programming Languages
C#
10 Sep 2013   Updated: 10 Sep 2013   Rating: 4.95/5    Votes: 53   Popularity: 8.54
Licence: CPOL    Views: 116,948     Bookmarked: 73   Downloaded: 2,191
Please Sign up or sign in to vote.
This article shows a basic introduction for exposing native C++ content to managed .NET projects, using C++/CLI or P/Invoke.
20 Aug 2011   Updated: 27 Sep 2011   Rating: 5.00/5    Votes: 15   Popularity: 5.73
Licence: CPOL    Views: 50,244     Bookmarked: 29   Downloaded: 1,518
Please Sign up or sign in to vote.
In this article, I explain, step by step, how we can use a WCF behavior for logging operation's invoke and result, errors, warnings and information logs that include the operation's details.
C++11
13 Aug 2018   Updated: 13 Aug 2018   Rating: 5.00/5    Votes: 26   Popularity: 7.07
Licence: CPOL    Views: 113,016     Bookmarked: 42   Downloaded: 2,774
Please Sign up or sign in to vote.
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
Javascript
19 Jun 2013   Updated: 19 Jun 2013   Rating: 5.00/5    Votes: 11   Popularity: 5.21
Licence: CPOL    Views: 74,475     Bookmarked: 25   Downloaded: 4,044
Please Sign up or sign in to vote.
In this article, I explain, step by step, how we can implement a simple tool for moving and resizing HTML elements, using HTML5 SVG.
Web Development
26 Feb 2015   Updated: 26 Feb 2015   Rating: 5.00/5    Votes: 15   Popularity: 5.73
Licence: CPOL    Views: 26,752     Bookmarked: 23   Downloaded: 358
Please Sign up or sign in to vote.
This article shows how we can implement WebBinding for the AngularJS library and, use it for binding AngularJS client side objects to ASP.NET server side objects.
HTML
21 Mar 2014   Updated: 1 May 2014   Rating: 4.96/5    Votes: 26   Popularity: 7.01
Licence: CPOL    Views: 53,734     Bookmarked: 42   Downloaded: 1,519
Please Sign up or sign in to vote.
In this article, I explain in a step by step manner how we can implement a binding mechanism for binding .NET server objects to JavaScript client objects and use it for creating MVVM web applications.
Vue.js
4 Dec 2020   Updated: 4 Dec 2020   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: MIT    Views: 7,058     Bookmarked: 4   Downloaded: 266
Please Sign up or sign in to vote.
Create a component that presents samples graph using Vue Framework

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.78

Desktop Programming
WPF
4 Oct 2011   Updated: 5 Oct 2011   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 18,020     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This tip shows how we can extend a Button control to support suspension of its Click event, in order to perform some animations before the Click event is raised.
Programming Languages
C#
23 Oct 2011   Updated: 23 Oct 2011   Rating: 4.33/5    Votes: 6   Popularity: 3.37
Licence: CPOL    Views: 118,023     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
For replacing foreach loop, for a non-query operation, just for performing an operation on each element in the collection, we can use the ForEach method, like the following:students.ToList().ForEach(s => { s.Grade += 10;});
Java
14 Jan 2022   Updated: 24 Feb 2022   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: MIT    Views: 14,593     Bookmarked: 4   Downloaded: 49
Please Sign up or sign in to vote.
Simple Java helper class to print colored text in console window.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.