实战 通用导入导出服务(Table组件) #293
              
                
                  
                  
                    Answered
                  
                  by
                    m916423330
                  
              
          
                  
                    
                      densen2014
                    
                  
                
                  asked this question in
                Quick start
              
            -
        1.本文主要内容为给Blazor工程构建通用导入导出服务类基础工程构建取自 [BootstrapBlazor实战 10分钟编写数据库维护] 项目,使用到的orm为freesql,导入导出库为Magicodes.IE,还有封装了Table组件的内存数据服务LazyHeroDataService的Densen.FreeSql.Extensions.BootstrapBlazor库. 主要实现功能(Table组件): 
 最终运行效果2.使用 nuget.org 进行必须的组件安装Densen.FreeSql.Extensions.BootstrapBlazor 库封装了Table组件的内存数据服务LazyHeroDataService,因篇幅关系不展开介绍,需要了解的朋友请自行查看源码 https://github.com/densen2014/Densen.Extensions/blob/master/Blazor/Services/LazyHeroDataService.cs 3.项目添加 
 | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            m916423330
          
      
      
        Jan 16, 2023 
      
    
    Replies: 1 comment
-
| 
         CV一条龙系列教程  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        densen2014
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    



CV一条龙系列教程