Search Results

Search found 3 results on 1 pages for 'gratzy'.

Page 1/1 | 1 

  • Is the abundance of Frameworks dumbing down programmers?

    - by Gratzy
    With all of the frameworks available these days ORM's DI/IoC etc. I find that many programmers are losing or don't have the problem solving skills needed to solve difficult issues. I've seen many times unexpected behaviour creep into applications and the developers unable to really dig in and find the issues. It seems to me that deep understanding of whats going on under the hood is being lost. Don't get me wrong, I'm not suggesting these frameworks aren't good and haven't moved the industry forward, only asking if as a unintended consequence developers aren't gaining the knowledge and skill needed for deep understanding of systems.

    Read the article

  • Windows 7 Via Hyperion 4-1 drivers

    - by Gratzy
    I have a clean install of Win 7 on some relatively old hardware. Everything works pretty well however my cpu is pegged at 100% most of the time. Task Manager shows srvchost as being a main culprit of course but also system interrupts. I have a Biostar socket 478 MB with Via chipset. I have tried to find Windows 7 drivers for this but when I download and try to install what VIA/BIOSTAR say should be good for all OS's it will not load. I get a message saying can't find components for this OS. Anybody have any idea where I might find suitable drivers for the Chipset? BTW I'm not using the integrated graphics on the board but have a radeon 4500 pci-e card.

    Read the article

  • Entity Framework How to specify paramter type in generated SQL (SQLServer 2005) Nvarchar vs Varchar

    - by Gratzy
    In entity framework I have an Entity 'Client' that was generated from a database. There is a property called 'Account' it is defined in the storage model as: <Property Name="Account" Type="char" Nullable="false" MaxLength="6" /> And in the Conceptual Model as: <Property Name="Account" Type="String" Nullable="false" /> When select statements are generated using a variable for Account i.e. where m.Account == myAccount... Entity Framework generates a paramaterized query with a paramater of type NVarchar(6). The problem is that the column in the table is data type of char(6). When this is executed there is a large performance hit because of the data type difference. Account is an index on the table and instead of using the index I believe an Index scan is done. Anyone know how to force EF to not use Unicode for the paramater and use Varchar(6) instead?

    Read the article

1