Sekhat
|
Registered User
|
C# and ASP.NET programmer by profession. C# and anything .NET for fun. Though I know PHP, Python, C++ which I use all at times. Learning Ruby, and recently installed a Linux partition on my hard-drive (thought I should use it more outside the server environment) Have good knowledge of configuring Apache and general admin stuff with it, as well as reasonable ability with administrating Linux servers. Also pretty damn knowledgeable of T-SQL and MySql :)
|
|
Nov 20 |
comment |
How can I bind a command of a control in template to my ViewModel Ta, thanking you very muchy :) |
|
Nov 20 |
answered | How to Compare Flags in C#? |
|
Nov 18 |
comment |
former php user trying to learn ruby…very tough a = myObj.new b = a in this case, b and a point to the same thing. Exactly. a.hello = 2 puts b.hello # output: 2 The same was true with PHP5, as pass by reference became the default for objects in PHP5, where as in previous versions of PHP it was pass by value. |
|
Nov 17 |
comment |
What is the one programming skill you have always wanted to master but haven’t had time? Lazy, sloppy code? Nah, lean and mean code that isn't littered with if (something != NULL) delete something |
|
Nov 17 |
revised |
How can I bind a command of a control in template to my ViewModel Clarification; added 538 characters in body |
|
Nov 17 |
comment |
How can I bind a command of a control in template to my ViewModel Actually, sorry, it does. App.Xaml.cs sets up the data context for my main window from the OnStartup function. |
|
Nov 17 |
comment |
When to add classes, when to add selectors? pipped me to the post :P |
|
Nov 17 |
answered | When to add classes, when to add selectors? |
|
Nov 17 |
answered | I don’t “get” how a program can update itself. How can I make my software update? |
|
Nov 17 |
asked | How can I bind a command of a control in template to my ViewModel |
|
Nov 12 |
revised |
Access denied when loading dependancy .dll .NET added 291 characters in body; deleted 1 characters in body |
|
Nov 4 |
comment |
Access denied when loading dependancy .dll .NET as far as I'm aware no. It's the assembly itself that's failing to load anyway, the JIT compiler throws an assembly load exception as opposed to the assembly itself throwing an error.. As for the group policy, I thought of that too, but I have to get their IT department to really investigate it. |
|
Nov 4 |
comment |
Access denied when loading dependancy .dll .NET I also thought this, but any DLL's, besides the standard windows DLL's .NET ties into, are all located in the apps directory. |
|
Nov 4 |
comment |
Access denied when loading dependancy .dll .NET it is local I'm afraid :( |
|
Nov 4 |
asked | Access denied when loading dependancy .dll .NET |
|
Oct 30 |
answered | XNA SpriteBatch and BasicEffect not compatible? |
|
Oct 30 |
revised |
Difference between ‘using’ and scoping? added 50 characters in body |
|
Oct 30 |
comment |
What is the point of having using blocks in C# code? adding { } around a block of code also scopes that section of code, theres no need for a using if your object isn't disposable. |
|
Oct 30 |
answered | Difference between ‘using’ and scoping? |
|
Oct 24 |
comment |
NHibernate is turning my collection readonly. How can I stop it? It is indeed possible. SetAttribute("lazy", "false") did the trick :) |
|
Oct 19 |
comment |
NHibernate is turning my collection readonly. How can I stop it? I'll have a look to see if Fluent NHibernate has an equivalent. (Would be suprised if not) Thanks for the suggestion. |
|
Oct 18 |
comment |
XNA - Keyboard text input Check this article out, about half-way down is a section on raw touch messages. msdn.microsoft.com/en-us/magazine/… |
|
Oct 16 |
comment |
NHibernate is turning my collection readonly. How can I stop it? (Which initializes it with new List<SomeChildObject>() |
|
Oct 16 |
comment |
NHibernate is turning my collection readonly. How can I stop it? Nope no other way for setting children except in the constructor. |
|
Oct 16 |
revised |
NHibernate is turning my collection readonly. How can I stop it? added 134 characters in body |
|
Oct 15 |
asked | NHibernate is turning my collection readonly. How can I stop it? |
|
Oct 12 |
accepted | Prevent stack overflow for to many unclosed Silverlight Socket connections |
|
Oct 11 |
answered | Prevent stack overflow for to many unclosed Silverlight Socket connections |
|
Sep 28 |
comment |
Google’s robots.txt: Is scraping your positions = ignoring it? technically a bot is still accessing google through the interface that google provide. (The google website :P) |
|
Sep 22 |
accepted | Google’s robots.txt: Is scraping your positions = ignoring it? |
|
Sep 22 |
answered | Google’s robots.txt: Is scraping your positions = ignoring it? |
|
Sep 22 |
comment |
The Binded Output is being duplicated wait, try Text=<%# Eval("Registro3", "{0} °F")%>
instead of
Text='<%# Eval("Registro3", "{0} °F")'%>
(removal of the ' ' around the <%# %> |
|
Sep 22 |
comment |
The Binded Output is being duplicated Come to the conclusion, your ASP.NET install just hates you. |
|
Sep 21 |
comment |
The Binded Output is being duplicated What happens when you just do {0}, your not using a user type that already has it's ToString() method overloaded to add the °F on the end are you? |
|
Sep 21 |
comment |
C# basic Polymorphism question protected abstract property with a get; defined. It would force the developer to implement it |
|
Sep 15 |
comment |
Best way to encode text data for XML Or go shout at the guys who aren't encoding their xml correctly. |
|
Aug 26 |
comment |
IPhone vs Android You seem to forget, even the IPhone has to parse the javascript to run it. That's slow. Especially on a tiny not so well powered processor in them. Take a native iPhone app and that's going to be considerably quicker, we all know that. Now users of the iPhone are quite happy using native apps as they are so easy to get hold of. |
|
Aug 19 |
accepted | Fluent Nhibernate, stuggling with one-to-many relationships |
|
Aug 18 |
comment |
Does free open source software hurt programming jobs? I loved the pay per copy argument, it's so false. Music artists, now music costs pretty much nothing to manufacture and copy now you can sell it as MP3's but we still pay per copy of a song. Seriously people, it's our work. I love open source, and the tools that have come out of it through collaborative development. But there is a risk that one day open source will have the answer to everything and we're suddenly no longer needed to be paid because others will do it for free. That's the point he's making. Not likely to happen but all the same. |
|
Aug 18 |
comment |
Ninject, ASP.NET and Custom Controls This is an SVN patch for Ninject, which adds the ability to use Ninject with User Controls and Custom Controls in ASP.NET |
|
Aug 18 |
awarded | ● Yearling |
|
Aug 16 |
answered | Fluent Nhibernate, stuggling with one-to-many relationships |
|
Aug 16 |
accepted | Ninject, ASP.NET and Custom Controls |
|
Aug 16 |
answered | Ninject, ASP.NET and Custom Controls |
|
Aug 16 |
asked | Fluent Nhibernate, stuggling with one-to-many relationships |
|
Aug 13 |
asked | Ninject, ASP.NET and Custom Controls |
|
Aug 10 |
comment |
How to cope with Rebol events when the layout is built programmatically ? You can edit your answers, no need to double post. |
|
Aug 4 |
answered | Paging in asp.net |
|
Aug 4 |
comment |
Paging in asp.net blogs.x2line.com/al/archive/… |
|
Aug 4 |
revised |
XNA - Keyboard text input edited body; edited tags |
