Re: Has anyone used Sencha

2013-08-29 Thread Filip Kratochvil
I used ExtJS on the front end with .NET at the back, plus Comet style messaging between client and server for a trading application. The front end was just single page app, because as Steve points out, ExtJS just takes over in that department. I really enjoyed working with it. There is also this:

Re: nTier ASP.NET MVC Application Architecture

2013-03-20 Thread Filip Kratochvil
Nathan, You can do TDD even in web forms, have a look at WebForms MVP project it helps with the separation - http://webformsmvp.com/ - http://blog.tatham.oddie.com.au/ HTH, Filip Regards, Filip Kratochvil mob. 0438 001 110 http://www.dataconversions.com.au/ On 21 March 2013 14:36

Re: (sorry slightly off topic) Laptop Backpack

2013-03-04 Thread Filip Kratochvil
Carl Franklin on DotNetRocks (http://www.dotnetrocks.com/) always talks about "Brain Bags" from "Tombihn" http://www.tombihn.com/CTGY/laptop_bags.html. Haven't got one so can't comment HTH, Filip Regards, Filip Kratochvil mob. 0438 001 110 http://www.dataconversion

Re: open Source XMPP server in .net, good idea?

2012-11-19 Thread Filip Kratochvil
Hi Katherine, Have you looked at SignalR? It's open source and could be a start for you. HTH, Filip Regards, Filip Kratochvil mob. 0438 001 110 http://www.dataconversions.com.au/ On 20 November 2012 12:46, Katherine Moss wrote: > Hello all, > > The subject line is what

Re: ASP.NET App As service

2012-04-06 Thread Filip Kratochvil
Have a look at Quartz.NET (http://quartznet.sourceforge.net/). On 6 April 2012 19:25, Michael Minutillo wrote: > A good starting point is this article by Phil Haack > http://haacked.com/archive/2011/10/16/the-dangers-of-implementing-recurring-background-tasks-in-asp-net.aspx > > I don't think

Re: log4net sample

2012-03-18 Thread Filip Kratochvil
Hi Greg, Have a look at this post of mine: http://blog.dataconversions.com.au/post/2011/04/06/Log4Net-Filter-Configuration.aspx There is a zip file with sample app and few config options. Check the Form1.cs file at the top, look for* [assembly: log4net.Config.XmlConfigurator(Watch = true)]* You co

Re: Smart sheet - how do they do it?

2011-05-13 Thread Filip Kratochvil
> looking at the smartsheet source ? > > How do you do that – can you give me some hints? > > Thanks > > Kirsten > -- > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Filip Kratochvil > *S

Re: Smart sheet - how do they do it?

2011-05-12 Thread Filip Kratochvil
Looking at the code through Google dev tools I found a reference to www.coolite.com - .NET controls built on top of ExtJS (Sencha). Sencha - www.sencha.com, have JavaScript framework called ExtJS - check out the demos, there is also Sencha Touch for mobile devices Steep learning curve for ExtJS, bu

Re: 500 - Internal server error

2011-01-04 Thread Filip Kratochvil
Hi Greg, Have a look at your AppPool settings and mainly the Pipeline mode. HTH, Filip On 5 January 2011 14:03, Greg Keogh wrote: > I have created a "hello world" ASP.NET web site in Framework 2.0 and 4.0, > and a similar simple service in Framework 4.0. They both work on my Win2003 > server

Re: Creating Insert, Update, Delete and Select Stored Procedures the easy way

2010-11-15 Thread Filip Kratochvil
Hi Wolfgang, Have a look at T4 templating, there could be some templates available for that. MyGeneration (http://www.mygenerationsoftware.com/portal/default.aspx) also has this kind of functionality. Another option would be an ORM like NHibernate and then you don't have to worry about stored proc

Re: [OT] Ebook Reader

2010-08-24 Thread Filip Kratochvil
one > "in the wild" - so any suggestions are appreciated. > > I'm leaning towards the Kindle, but am happy to be steered elsewhere. > > Cheers > Dave > > > On Wed, Aug 25, 2010 at 8:47 AM, Filip Kratochvil wrote: > >> I have the Cybook Gen3 from Booke

Re: [OT] Ebook Reader

2010-08-24 Thread Filip Kratochvil
I have the Cybook Gen3 from Bookeen (http://www.bookeen.com/en/cybook/?id=3) and I'm very happy with it. It uses the same hardware as the eSlick ( http://www.foxitsoftware.com/ebook/) but has different software/firmware. Very easy to use and change font size and very easy on the eyes. I tend to co

Re: Advice for Data Access - Hibernate/Linq/Fluent/etc

2010-07-14 Thread Filip Kratochvil
I'm using NHibernate with ASP.NET MVC and with WCF REST services and I'm very happy with it. There is lots more info available these days on the net about setting up and running NH, but the learning curve is definitely there. There are also some extra add ons available (Fluent NHibernate, NH Vali

Re: Rules Engine for dotnet

2010-05-05 Thread Filip Kratochvil
Have a look at http://sourceforge.net/projects/nxbre/ HTH, Filip On 6 May 2010 00:24, Anthony wrote: > Does their exist a rules engine software for dotnet. It would be great > to be able to control the flow of some logic without code..allowing for > flexibility and user modification. > > >

Re: Adding custom ItemGroups to project at build time

2010-03-23 Thread Filip Kratochvil
Hi David, Can you use a wild card in your build file? This will create a named group "JSFiles" that you can use in your other targets. Filip On 24 March 2010 12:17, David Connors wrote: > Howdy, > > I have a problem that is roughly as follows: > >1. I have an arbitrary set of con