-
Hi..I am working on a paint like application in wpf.I want the users to be able to add some drawings over images or plain surfaces.Also i want to draw some basic shapes like line,ellipse or a rectangle.I am trying to work with an inkcanvas,where i can do freehand drawing,but i cant draw shapes like in...
-
Hello, How to implement Speech recognition in Windows XP as in Windows Vista. I am trying to implement this project in c#
-
In our project we used to upload Video files < 30MB to web server. Now the client comes with a change that he want to upload the files to a different server and need to play it from there, he thinks it will reduce the burden of main web server. How can we upload a file to a different server?
-
Top 5 common programming mistakes .NET developers must avoid http://amazedsaint.blogspot.com/2010/02/top-5-common-programming-mistakes-net.html
-
Praseed, another interesting option is to build a LINQ expression tree out of this, so that we can do run time IL generation. I'm thinking about, something like run time Rule engine I modified your code a bit to generate LINQ expression trees from the AST - See http://k-mug.org/forums/p/1383/3992...
-
Praseed had a good post on Generating an AST by parsing a string expression. http://k-mug.org/forums/p/1377/3981.aspx I thought it is better if we can generate LINQ Expression Trees out of the parsed AST - So that we can evolve this towards something like a Rule Engine for .NET. So, I did some quick...
-
Hi all , I have created a Project in the CodePlex to host the source code and the associated documentation of the Compiler which i am planning to demonstrate for the forthcoming Community Tech days @ Kochi. The compiler is written in Stages and so far, i have uploaded Stage 1 and Stage 2 @ http://slangfordotnet...
-
What is the use of Thread.Join() ? Is it a mandatory requirement to call Thread.Join()? If Yes, where I need to call this?
-
Guys, checkout Silverdraw. Silverdraw is realtime white board that can sync information between various participants, using Silverlight + WCF Polling Duplex. Presently this is a just a POC implementation. Users can draw together in the white board, and may chat each other. How to start 1 - Read this...
-
Thanks, Arun