strong-typing Questions

7

Solved

Just had my mind going today. I spent some time in IE debug mode, browsing the web as usual, and oh boy do I see many errors :) Most of these errors are because some value are of a different ...
Recrudesce asked 11/8, 2009 at 23:33

3

Solved

I'm currently using JSON (compressed via gzip) in my Java project, in which I need to store a large number of objects (hundreds of millions) on disk. I have one JSON object per line, and disallow l...
Gladis asked 28/7, 2009 at 2:17

2

Solved

I'm manipulating the items in a list that's a System.Management.ManagementObjectCollection. Each of these items is a System.Management.ManagementObject which contains properties indexed by string. ...
Midwifery asked 3/7, 2009 at 21:44

2

Solved

I'm trying to create a strongly typed partial view <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<IEnumerable<Pt.Data.Serv...
Assail asked 21/5, 2009 at 10:50

5

Solved

It seems to me that the most invaluable thing about a static/strongly-typed programming language is that it helps refactoring: if/when you change any API, then the compiler will tell you what that ...
Omnipotence asked 19/5, 2009 at 0:17

3

Solved

I'm considering porting a very simple text-templating library to scala, mostly as an exercise in learning the language. The library is currently implemented in both Python and Javascript, and its b...
Stewartstewed asked 8/4, 2009 at 7:22

2

Solved

I add that to my header <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> and am able to access ViewData and all its internals as well a...

4

Solved

I always seem to use Get when working with data (strongly typed or otherwise) from the database and I have never really needed to use Fill although I just as easily could use Fill instead of get wh...
Frump asked 5/10, 2008 at 18:45

4

What is a strongly typed dataset? (.net)
Roose asked 28/10, 2008 at 12:27

3

Solved

Here's what I'd like to do: I want to create a library project that contains my Resource files (ie, UI Labels and whatnot). I'd like to then use the resource library both in my UI and in my Tests...
Larner asked 26/9, 2008 at 17:51

© 2022 - 2024 — McMap. All rights reserved.