Browse by Tags
All Tags »
Bits & Bytes (
RSS)
I use the following method when I had to call an Asp web page which return to me the result as Xml, from my Web Services. It was done in order to externalize the services from an existing DNA application to a Smart Client. public static string GetABHttpRequest...
The Enterprise Localization Toolkit is a solution for managing localized applications. Its a free, not supported tool set given by Microsoft and we can use it in our applications. We just completed a project where we decided to use this tool. We had about...
I just uploaded another small project to DotNetInfra solution workspace on GotDotNet - Simple Threading Queue Pool This code is a simple priority threading queues that can be easy to manage. Each threading tasks will be execute by the manager in their...
DotNetInfra Library contains a set of Libraries services samples in diverse Application Areas. The first release include the ExceptionProvider services which is a generic set of components for managing application exceptions. Its base on the work done...
When u want to attach your application assembly file additional information that located in a file (XML, Txt, image or other type) you can attach it as Embedded Resource. The advantages I can raise for doing so r : 1.) You do not need to deploy the embedded...
I have Just added a short article regard attaching your grids JS functionality I did not add the following JS functions (maybe I should). The functions enable to get a reference to an input element from .NET page. This can be use within our JS Edit Row...
When ever I see a great code that its possible to make it even better - I just cannot hold myself and I took up the gauntlet and enhance it. Sometimes, I enjoy it more then when I write code from scratch. This time I saw the functionality & HTML structure...
A few posts ago I publish a code that retrieve from a given Assembly a specific method call type and then activate the method using Invoke Here is a shorter version. We only need to supply the typeClass in the format of AssemblyName.className For example...
Step #2 present the ERD that will use to hold entry forms definition and the source for the transform XML we will use for rendering the entry form ERD Includes: form definitions element definitions (name, title, maxlength etc) element default values ...
I gathered the ways & resources (partial list) we can expose our classes services in ASP.NET applications
More Posts
Next page »