Click here to Skip to main content
15,923,273 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRepacing DB with XML files? Pin
wmostafaw15-Jan-06 8:26
wmostafaw15-Jan-06 8:26 
GeneralRe: Repacing DB with XML files? Pin
silkkeng15-Jan-06 11:15
silkkeng15-Jan-06 11:15 
AnswerRe: Repacing DB with XML files? Pin
Mike Burroughs15-Jan-06 17:29
Mike Burroughs15-Jan-06 17:29 
QuestionAssembly Pin
Amit R15-Jan-06 5:35
Amit R15-Jan-06 5:35 
AnswerRe: Assembly Pin
Mike Burroughs15-Jan-06 17:37
Mike Burroughs15-Jan-06 17:37 
QuestionAnyone else having Errors with VS.NET 2005 Express Editions? Pin
M@dHatter14-Jan-06 17:57
M@dHatter14-Jan-06 17:57 
QuestionShared Method Pin
GaneshParam14-Jan-06 1:03
GaneshParam14-Jan-06 1:03 
AnswerRe: Shared Method Pin
Guffa14-Jan-06 9:06
Guffa14-Jan-06 9:06 
Why would you want the method to be static (shared in VB)?

You can't put a static method in an interface, or enforce implementation in inheriting classes, as there is no way of calling that method without specifying the exact class where it's implemented.

So, even if you could force someone to implement a static method, you can't call it. So, what would be the point?

---
b { font-weight: normal; }

QuestionCan I pass remote objects as parameters? using .NET remoting Pin
fbrubacher13-Jan-06 11:32
fbrubacher13-Jan-06 11:32 
QuestionOnly on Friday the 13th: Worker Thread Duplicates Pin
RFID Chris13-Jan-06 9:29
RFID Chris13-Jan-06 9:29 
QuestionConvert .Net 2003 project to .Net 2005? Pin
Hardik Doshi12-Jan-06 19:23
Hardik Doshi12-Jan-06 19:23 
AnswerRe: Convert .Net 2003 project to .Net 2005? Pin
André Ziegler13-Jan-06 3:50
André Ziegler13-Jan-06 3:50 
QuestionVideo Conferencing Pin
hbjs12-Jan-06 15:03
hbjs12-Jan-06 15:03 
AnswerRe: Video Conferencing Pin
Christian Graus12-Jan-06 15:17
protectorChristian Graus12-Jan-06 15:17 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 15:36
hbjs12-Jan-06 15:36 
GeneralRe: Video Conferencing Pin
Christian Graus12-Jan-06 15:47
protectorChristian Graus12-Jan-06 15:47 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 16:01
hbjs12-Jan-06 16:01 
GeneralRe: Video Conferencing Pin
Christian Graus12-Jan-06 16:03
protectorChristian Graus12-Jan-06 16:03 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 19:05
hbjs12-Jan-06 19:05 
GeneralRe: Video Conferencing Pin
Christian Graus15-Jan-06 11:06
protectorChristian Graus15-Jan-06 11:06 
QuestionDLL Register using MSI Pin
kotteeswaran12-Jan-06 14:11
kotteeswaran12-Jan-06 14:11 
AnswerRe: DLL Register using MSI Pin
Robert Rohde14-Jan-06 22:04
Robert Rohde14-Jan-06 22:04 
AnswerRe: DLL Register using MSI Pin
Sarbjit Chawla18-Jan-06 6:19
Sarbjit Chawla18-Jan-06 6:19 
QuestionMSMQ Remote QUeue Pin
kotteeswaran12-Jan-06 11:29
kotteeswaran12-Jan-06 11:29 
QuestionWebservice Question Pin
Steve Messer12-Jan-06 10:51
Steve Messer12-Jan-06 10:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.